Mailgun
Mailgun
Transactional Email API ServiceEVA has a direct integration with Mailgun. This is the preferred way of sending e-mail in EVA, due to the good integration and stable experience. Mailgun also offers features that can come in handy.
- Extended logging: logs will show if an e-mail has been delivered, and if not, why it was bounced. Even the contents of the email can be checked.
- Good deliverability.
- Separate regions for EU and US, so your customer data will be stored close by.
Setting | Description |
---|---|
MailGun:Api:BaseUrl | https://api.eu.mailgun.net/v3 or https://api.mailgun.net/v3 depending on a EU or US account. |
MailGun:Api:Key | The api key used for connecting to Mailgun, can be found in Mailgun. |
MailGun:Api:User | Username used for the connection with the api key. |
MailGun:Api:Domain | The name of the domain as it is configured in Mailgun. |
MailGun:Api:TimeoutInSeconds | Timeout on the Mailgun connection. Not necessary to change, the default is good. |
MailGun:Email:Test | Set to true to enable the Mailgun testmode. |
SmtpFromAddress | Alter the address displayed at From: |
SmtpFromDisplayName | Alter the name displayed at From: |
EmailTransport | Set this to Mailgun . Defaults to SMTP . |
Note
When using Mailgun, a subject in your Stencil template is required like so: {#Subject}...{#/Subject}
.