leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailgun 403

adyz opened this issue · comments

I haven't started used this project in a while, but recently I opened the project to create an email template and everything worked awesome as usual (great time saver!!!) but the mailgun task returns a 403 error
screen shot 2016-12-22 at 10 09 28
.

Not sure where this error comes from, is this happening to you too?

I think they are not letting us send the email without a domain. I see this in their log:

Rejected: 'This is a test email' Sandbox subdomains are for test purposes only. Please add your own domain or add the address to authorized recipients in Account Settings.:

@adyz Looks like Mailgun updated some things recently for security purposes. The workflow should still work but you'll have to add your own domain and verify it on Mailgun.

http://blog.mailgun.com/domain-verification-changes-for-new-and-existing-domains/

@adyz Or you can still use the sandbox but just have to add the recipient as a authorized address https://help.mailgun.com/hc/en-us/articles/217531258

@leemunroe Thank you very much!