Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Moved elastic email with others
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhartless committed Nov 30, 2016
1 parent 8057d81 commit 2a46dd1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 61 deletions.
1 change: 0 additions & 1 deletion en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* [Manage Emails](emails/manage_emails.md)
* [Bounce Management](emails/bounce_management.md)
* [Mailer is owner](emails/mailer_is_owner.md)
* [Elastic Email](emails/elastic_email.md)
* [Troubleshooting](emails/troubleshooting.md)
* [Web Notifications](notifications/README.md)
* [Focus](focus/README.md)
Expand Down
79 changes: 47 additions & 32 deletions en/emails/bounce_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,51 @@ This is not required, but if you'll want to be able to select the contacts with

All contacts with bounced emails should appear in this segment.

## Mandrill Webhook configuration
## Elastic Email Webhook

1) Login to your Elastic Email account and go to Settings -> Notification.

2) Fill in the Notification URL as http://your-mautic-url.tld/mailer/elasticemail/callback

3) Check these actions: Unsubscribed, Complaints, Bounce/Error

![Webhooks](/emails/media/elasticemail_webhook_1.png "Elastic Email notification")

### Links

[Elastic Email Help & Support](https://elasticemail.com/support)
[Support via email](http://support.elasticemail.com/)

## Amazon Webhook
Mautic supports the bounce and complaint management from Amazon Simple Email Service (Amazon SES).

1) Go to the Amazon Simple Notification Service (SNS) and create a new topic

![Topic](/emails/media/amazon_webhook_1.png "Create topic")

![Topic](/emails/media/amazon_webhook_2.png "Name your topic")

2) Click on the newly created topic to create a subscriber

![Topic](/emails/media/amazon_webhook_3.png "Go to the topic")

![Topic](/emails/media/amazon_webhook_4.png "New subscriber")

3) Enter the url to the Amazon webhook on your Mautic installation

![Topic](/emails/media/amazon_webhook_5.png "Enter url to Mautic")

4) The subscriber will be in the pending state till it is confirmed. AWS will call your Amazon webhook with a SubscriptionConfirmation request including a callback url. To confirm Mautic will send a request back to this callback url to validate the subscription. Therefore make sure your Mautic installation is allowed to connect to the internet, otherwise the subscription will remain in the pending state and won't work. Check the logfile for more information.

![Topic](/emails/media/amazon_webhook_6.png "Confirmation pending")

5) The last step is to configure Amazon SES to deliver bounce and complaint messages using our SNS topic.

![Topic](/emails/media/amazon_webhook_7.png "Configure Amazon SES")

![Topic](/emails/media/amazon_webhook_8.png "Select SNS topic")

## Mandrill Webhook

Mautic supports a few of Mandrill's webhooks for bounces.

Expand All @@ -58,7 +102,7 @@ Mautic supports a few of Mandrill's webhooks for bounces.

![Add metadata](/emails/media/mandrill_webhook_4.png "Add metadata")

## Mailjet Webhook configuration
## Mailjet Webhook

Mautic supports Mailjet's webhooks for bounces, spam and blocked. Before any configuration, you'll need to create an account on [Mailjet](http://www.mailjet.com/).

Expand Down Expand Up @@ -88,33 +132,4 @@ Mautic supports Mailjet's webhooks for bounces, spam and blocked. Before any con

4) Select the following Events

![Events](/emails/media/sparkpost_webhook_3.png "Events")

## Amazon Webhook
Mautic supports the bounce and complaint management from Amazon Simple Email Service (Amazon SES).

1) Go to the Amazon Simple Notification Service (SNS) and create a new topic

![Topic](/emails/media/amazon_webhook_1.png "Create topic")

![Topic](/emails/media/amazon_webhook_2.png "Name your topic")

2) Click on the newly created topic to create a subscriber

![Topic](/emails/media/amazon_webhook_3.png "Go to the topic")

![Topic](/emails/media/amazon_webhook_4.png "New subscriber")

3) Enter the url to the Amazon webhook on your Mautic installation

![Topic](/emails/media/amazon_webhook_5.png "Enter url to Mautic")

4) The subscriber will be in the pending state till it is confirmed. AWS will call your Amazon webhook with a SubscriptionConfirmation request including a callback url. To confirm Mautic will send a request back to this callback url to validate the subscription. Therefore make sure your Mautic installation is allowed to connect to the internet, otherwise the subscription will remain in the pending state and won't work. Check the logfile for more information.

![Topic](/emails/media/amazon_webhook_6.png "Confirmation pending")

5) The last step is to configure Amazon SES to deliver bounce and complaint messages using our SNS topic.

![Topic](/emails/media/amazon_webhook_7.png "Configure Amazon SES")

![Topic](/emails/media/amazon_webhook_8.png "Select SNS topic")
![Events](/emails/media/sparkpost_webhook_3.png "Events")
28 changes: 0 additions & 28 deletions en/emails/elastic_email.md

This file was deleted.

0 comments on commit 2a46dd1

Please sign in to comment.