Use Mailgun as the mailer #422
ibramir
started this conversation in
Feature requests
Replies: 1 comment
-
I created the discussion #393 for the same reason as you. I would love to be able to use MailerSend instead of SMTP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to use Mailgun as the mailer by providing the necessary environment variables.
I can see that Mailgun already exists in config/mail.php, but its corresponding service and config do not exist in config/services.php.
The reason why I need this as opposed to using Mailgun's SMTP config is that I have Solidtime deployed on a DigitalOcean droplet, and DO block SMTP ports "to prevent spam". (It applies to incoming as well as outgoing connections to SMTP ports).
I would've created a PR for this and the documentation for it since it's a tiny config update, but I've read that you currently do not accept contributions. I can still create a PR if that would help.
Reference:
https://laravel.com/docs/11.x/mail#mailgun-driver
Thanks
Beta Was this translation helpful? Give feedback.
All reactions