-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Mailgun Integration #29
Comments
I will see what I can do |
Thanks Tyler, appreciate your response. |
Please try v3.5.0 and let me know if you experience any issues! |
Sorry @SuperlativeEntity I had to roll back to v3.4.0. My implementation of mailgun was not working as intended. I will have an update sometime tomorrow. |
Ok, now give v3.5.0 a try :) |
Hi @tylercd100, thanks for the update! I added the following to my .env file: MAILGUN_TO=[email protected] Then changed the published config to use mailgun and the exception handler to: LERN::handle($e); in order to record and notify. The exception logs to the database, the email however does not get sent. My mailgun settings are in config\services.php, so you might not need to have any config values in the .env file if you look at config\mail.php as well. |
Hmm, can you try setting MAILGUN_FROM to: MAILGUN_FROM="Test Name [email protected]" Let me know if that works :) On Wed, Apr 27, 2016, 7:47 AM SuperlativeEntity [email protected]
|
Please reopen if you are still having issues with this! |
No description provided.
The text was updated successfully, but these errors were encountered: