Git Product home page Git Product logo

Comments (8)

bldcaveman avatar bldcaveman commented on July 26, 2024 1

I can confirm I am now able to send emails 👍 :)

from laravel-mailjet.

bldcaveman avatar bldcaveman commented on July 26, 2024

Additionally I tried using varying versions of Tinker but none of them work with this package. Tinker 2.0 added support for L7 so Tinker 1.X would only work with 6 and below.

from laravel-mailjet.

uavn avatar uavn commented on July 26, 2024

@bldcaveman I just created a release 2.1.1 for latest changes, this should fix your errors, can you try again in a few minutes?
https://github.com/mailjet/laravel-mailjet/releases/tag/2.1.1

from laravel-mailjet.

bldcaveman avatar bldcaveman commented on July 26, 2024

Thanks so far so good! Composer now works. Just about to try hooking it up.

from laravel-mailjet.

bldcaveman avatar bldcaveman commented on July 26, 2024

Hiya

Now am getting this error as reported here:

#29

from laravel-mailjet.

bldcaveman avatar bldcaveman commented on July 26, 2024

It's worth noting that in L7 they changed a few things. Please see this video: https://www.youtube.com/watch?v=vcQD9tHy6Gg&feature=youtu.be

I have updated my mail.php config but still no luck.

Have you successfully sent email using Laravel 8 using this package?

from laravel-mailjet.

i-fail avatar i-fail commented on July 26, 2024

Same, getting Unsupported mail transport [mailjet] error

from laravel-mailjet.

uavn avatar uavn commented on July 26, 2024

@bldcaveman @i-fail
Thanks, update is ready, mail driver should also work now.

But you need to rename MAIL_DRIVER to MAIL_MAILER in your .env file
Also you need to add mail transport in config/mail.php:

'mailers' => [
    ...

    'mailjet' => [
        'transport' => 'mailjet',
    ],
],

then it will work.

README updated as well

from laravel-mailjet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.