Update README.md
This commit is contained in:
parent
6c34091634
commit
babafe234b
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ If you do not use VERP with ZoneMTA then you should get notified most of the bou
|
|||
|
||||
If you are using the bundled ZoneMTA then you should make sure you are using a proper PTR record for your server. For example if you use DigitalOcean then PTR is set automatically (it's the droplet name, so make sure your droplet name is the same as the domain name you are running Mailtrain from). If you use AWS then you can request setting up PTR records using [this form](https://portal.aws.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request) (requires authentication). Everything should work without the PTR record but setting it up correctly improves the deliverability a lot.
|
||||
|
||||
##### 5. Ready to send!
|
||||
|
||||
With proper SPF, DKIM and PTR records (DMARC wouldn't hurt either) I got perfect 10/10 score out from [MailTester](https://www.mail-tester.com/) when sending a campaign message to a MailTester test address. I did not have VERP turned on, so the sender address matched return path address.
|
||||
|
||||
### Manual install (any OS that supports Node.js)
|
||||
|
||||
1. Download Mailtrain files using git: `git clone git://github.com/andris9/mailtrain.git` (or download [zipped repo](https://github.com/andris9/mailtrain/archive/master.zip)) and open Mailtrain folder `cd mailtrain`
|
||||
|
|
Loading…
Reference in a new issue