Allow for configuring the Mailgun region/host#12
Conversation
…EU-region api" - Allow for the Mailgun region/host to be configured instead of assuming the US region.
|
Hi, Michael Did every configuration required but i'm stuck on last piece of everything : Mailgun sending notification email to subscribers. It does NOT send it all and i have no idea what is happening withing the instance as there is now visible errors on heroku logs. It's weird even more because i'm using IDENTICAL configuration of my mailgun domain on your instance. I can see Staticwoman creating mailing list actually, but emails are not sent. I have consent model set to "none" - every required variables copied verbatim from previous Staticman instance to this one and i have them as heroku Config Vars. Do you have any idea how can i debug this issue ? because everything else seems to work A-OK (including adding subscribers to mailing list as i mentioned -> so it seems that Staticwoman is properly communicating with Mailgun API) I would love to get into the problem myself and not waste your time but i don't see any way how i can debug this line by line what is happening -> i see console.logs here and there, like in p.s. should i use Mailgun Private API KEY with this fork or maybe something changed i need to use Mailgun's "Sending API keys" (defined explicitly for certain domain) p.s. 2 Any help or advise would be great |
|
@radekkozak I've created issue #14 to track this. |
This addresses eduardoboucas#274 - "Add support for mailgun EU-region api"
The following property has been added to the schema for the JSON-formatted "server" configuration file:
A corollary property has been added to the YAML-formatted "site/repo" file. This allows for targeting either the US or EU Mailgun region.