From 2a46dd16ea98fbf41a9a22b8e549878eaa86a71b Mon Sep 17 00:00:00 2001 From: Alan Hartless Date: Tue, 29 Nov 2016 20:41:10 -0600 Subject: [PATCH] Moved elastic email with others --- en/SUMMARY.md | 1 - en/emails/bounce_management.md | 79 ++++++++++++++++++++-------------- en/emails/elastic_email.md | 28 ------------ 3 files changed, 47 insertions(+), 61 deletions(-) delete mode 100644 en/emails/elastic_email.md diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 40dee831..a8f09825 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -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) diff --git a/en/emails/bounce_management.md b/en/emails/bounce_management.md index 6d134930..7a2605fa 100644 --- a/en/emails/bounce_management.md +++ b/en/emails/bounce_management.md @@ -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. @@ -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/). @@ -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") \ No newline at end of file diff --git a/en/emails/elastic_email.md b/en/emails/elastic_email.md deleted file mode 100644 index a5e18af2..00000000 --- a/en/emails/elastic_email.md +++ /dev/null @@ -1,28 +0,0 @@ -# Elastic Email - -Elastic Email [offer 150 000 emails/month](https://elasticemail.com/pricing) for free. Mautic integrate Elastic Email SMTP and bounce notification. - -## Elastic Email - -1) Create account. If you want use Elastic Email for more websites, create subaccount for each website. - -2) Go to Settings > Domain and setup your sender domains. - -[How To Validate Your Domain](https://elasticemail.com/support/account-setup/your-domain) - -3) Go to Settings > SMTP/API and copy User name/Passowrd from SMTP Configuration to Mautic. - -## Webhook/Notification - -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/)