Skip to content
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

Closed
SuperlativeEntity opened this issue Apr 25, 2016 · 8 comments
Closed

Request: Mailgun Integration #29

SuperlativeEntity opened this issue Apr 25, 2016 · 8 comments

Comments

@SuperlativeEntity
Copy link

No description provided.

@tylercd100
Copy link
Owner

I will see what I can do

@SuperlativeEntity
Copy link
Author

Thanks Tyler, appreciate your response.

@tylercd100
Copy link
Owner

tylercd100 commented Apr 26, 2016

Please try v3.5.0 and let me know if you experience any issues!

@tylercd100
Copy link
Owner

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.

@tylercd100
Copy link
Owner

tylercd100 commented Apr 27, 2016

Ok, now give v3.5.0 a try :)

@SuperlativeEntity
Copy link
Author

Hi @tylercd100, thanks for the update!

I added the following to my .env file:

MAILGUN_TO=[email protected]
MAILGUN_FROM=[email protected]
MAILGUN_APP_TOKEN=key-1234567890
MAILGUN_DOMAIN=sandbox5d118.mailgun.org

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.

@tylercd100
Copy link
Owner

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]
wrote:

Hi @tylercd100 https://github.com/tylercd100, thanks for the update!

I added the following to my .env file:

MAILGUN_TO=[email protected]
MAILGUN_FROM=[email protected]
MAILGUN_APP_TOKEN=key-1234567890
MAILGUN_DOMAIN=sandbox5d118.mailgun.org

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.


You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub
#29 (comment)

@tylercd100
Copy link
Owner

Please reopen if you are still having issues with this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants