How do I combine Wordpress + MyMail Newsletter plugin + Amazon SES on a droplet?
Hi all,
Would really appreciate it if you guys could help me out. Full disclosure: I am a newbie at the command line/console/ssh - hence I need everything spelled out explicitly.
I have a wordpress blog installed, running on nginx + varnish as a reverse proxy for load balancing.
I decided to self host my email newsletter plugin as opposed to outsourcing to MailChimp/Aweber etc.
I ended up purchasing this: http://codecanyon.net/item/mymail-email-newsletter-plugin-for-wordpress/3078294?WT.oss_phrase=&WT.oss_rank=38&WT.z_author=revaxarts&WT.ac=search_list
I installed it fine on my Wordpress blog.
My understanding of the processes required is as follows:
Create email(s) + have a POP mail server which can handle all these difference emails.
Fill out these emails into the MyMail wordpress plugin
Provide Amazon these emails to authenticate so that I can use Amazon SES
Insert the CNAME for DKIM for whole domain authentication.
Thus, the net process would be
Wordpress Plugin (MyMail) sends mail via -> My DigitalOcean Droplet Mail Server -> Amazon SES -> Newsletter recipient.
Issues:
As it currently stands, both the emails and also the domain continue to remain "pending verification" on Amazon, despite me having added the TXT records and CNAME records to my DNS details in the DigitalOcean control panel.
I tried installing postfix using this guide - https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04 but I do not know how to link the MyMail plugin in Wordpress to use postfix.
I do not know if I need a Mail Server and if so how to link the Wordpress newsletter plugin to said mailserver. Or how to create additional emails on the mailserver.
I have previously been using Dreamhost where creating new email addresses was an easy prospect given the cPanel.
Anyway, would really appreciate some step by step help.