Amazon SES Bounces Support - 1.0.0 Alpha | XenForo Italia | Your guide to the xenForo world
wizard

Amazon SES Bounces Support 1.0.0 Alpha

Add Amazon SES bounce and complaint support


Compatible XF Versions: 2.2
Visible Branding: No

Amazon SES Bounces Support

This addon creates an endpoint in your forum that will be used by AWS SNS to send notifications about bounces and complaints.

Since it doesn't creates the notification topics automatically it is your job to create them in the AWS console. Luckily enough, it consist only of a few steps detailed below.

Note: If anyone is interested to sponsor this addon and make it more integrated with AWS Simple Email Service, please feel free to contact me.

Create SNS topic
  • Go to your AWS Console and look for the Simple Notification Service.
  • Go to Topics and hit Create topic.
  • Choose Standard for the topic type.
  • Give it a name, for example mysite-topic.
  • Save the topic by pressing the Create topic button.
Create the SNS subscription
Once your topic is created we need to subscribe it to your forum

  • Scroll down in the topic page you just created and press the Create subscription button
  • Make sure the Topic ARN is the one you created in the previous step.
  • In the Protocol section choose HTTPS.
  • In the Endpoint section, type the following address www.yoursite.com (change the www.yoursite.com to match your own domain)
  • If everything goes as planned, the subscription should be confirmed automatically by the addon!
Assign the SNS Topic to your SES Domain Name
Now you need to tell to AWS SES that the topic you created in the first section needs to be associated with the Bounces and Complaints notification for your forum domain name.

  • Go to the SES Home in your AWS Console and press the Domains section under Identity Manager (SES console version 1) or to the Verified Identities under Configuration (SES console version 2)
  • Select the domain name used to send emails from your forum.
  • Go to the Notifications section and press the Edit Configuration button (SES console version 1) or the Edit button under the Feedback Notifications section (SES console version 2)
  • For the Bounces and Complaint feedback, choose the SNS Topic you created in the first section of this tutorial. It's the same SNS Topic for both options.
  • Hit the Save button and that's it! Amazon should send a notification to the addon every time there's a bounce or complaint for one of your emails.
 

Attachments

DMCA.com Protection Status
Back
Top