Skip to content
Advertisement

Tag: mailgun

Mail Not Sending via Mailgun API Laravel 8

I am trying to send mail via the mailgun API from my controller but the mail is not reaching mailgun and I am not getting any error messages/logs. This is in my .env: This is in my services.php: This is in my mail.php: This is how I am sending the mail in my controller: This is working when I send

mailgun send email to multiple users

i have the following mailgun.php file: define(‘MAILGUN_URL’, ‘https://api.eu.mailgun.net/v3/my_domain’); define(‘MAILGUN_KEY’, ‘xxxxxxxxx’); function sendmailbymailgun($to,$toname,$mailfromnane,$…

Laravel – No emails sending using mailgun

Server: Digital Ocean Ubuntu 16.04 Laravel 5.8 I cannot get email to send out of laravel using mailgun.com In Digital Ocean I have all outgoing ports open on the firewall, I have the correct DNS settings in Digital ocean for TXT and MX records. I have the correct and verified DNS records on my domain registar and mailgun has a

Advertisement