Laravel - No emails sending using mailgun
I think that in your config/services.php
the mailgun.domain should be more like
mg.domain.com
(or sandboxXXXXXXX.mailgun.org
if that's a dev environment), and not a url like the one you've set.
I think that in your config/services.php
the mailgun.domain should be more like
mg.domain.com
(or sandboxXXXXXXX.mailgun.org
if that's a dev environment), and not a url like the one you've set.