did you try putting the credentials on the services.php in config ? then set mail driver to mailgun in the config/mail.php
yeah in services.php
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
],
I have defined mailgun account info in .env file
probably the service provider in the package is broken, it's not connecting properly with the facade. try an older version of the package.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community