Support the ongoing development of Laravel.io →
Mail Packages Installation
Last updated 1 year ago.
0

did you try putting the credentials on the services.php in config ? then set mail driver to mailgun in the config/mail.php

0

yeah in services.php

'mailgun' => [
        'domain' => env('MAILGUN_DOMAIN'),
        'secret' => env('MAILGUN_SECRET'),
    ],

I have defined mailgun account info in .env file

0

probably the service provider in the package is broken, it's not connecting properly with the facade. try an older version of the package.

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

faiswiz faiswiz Joined 18 Aug 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.