You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added test for MAILGUN_BASEURL property
* FIXED var scoping of attachments variable
* Updated to make MAILGUN_APIURL optional
Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with https://api.mailgun.net/v3/ as the default.
* Updated to handle a response that is not JSON
Mailgun returns only "Forbidden" when the wrong Base URL region is used.
0 commit comments