Skip to content

Instantly share code, notes, and snippets.

@ansargondal
Last active March 3, 2020 16:53
Show Gist options
  • Save ansargondal/f24cda3a7dcdffae153d19b74243b5d4 to your computer and use it in GitHub Desktop.
Save ansargondal/f24cda3a7dcdffae153d19b74243b5d4 to your computer and use it in GitHub Desktop.
SES Uses DKIM(Domain Key Identitiy Management) process. Which works based on the public private key pair.
SES adds public key to the header of the email as well as body. They can be verified by receving email server.
All reply sent to SES can be verified by that public and private key matching.
Verify the DNS Records
nslookup -type=txt _amazonses.conservationdistrict.us.
- Repeat the same process form DKIM
- If it returns the txt value that means it's working.
- If it returns server not found that means there is a problem.
How to Test spam check score for the email
- Visit https://spamcheck.postmarkapp.com/
- Copy the full raw content of the email from your inbox
- past it in the textare on the postmarkapp website.
- Get the score.
How to test bounce rate:
- use bounce@simulator.amazoneses.com in the To address.
- this will simulate the bouced email.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment