Comment on Does saying “Fuck You AWS” constitute offensive content?parentComments−all_blue_chucks6yAWS IP addresses are blacklisted by most email providers...−teh_klev6yI'm not sure that's true, I've successfully dispatched SMTP mail from their platform without it getting blocked or tagged as spam.−mcs_6yTo be fair, the ratio of spam received from EC2 has dropped in the last month, something has definitely changed (or I'm not a target since then).I'll let you know.−all_blue_chucks6yYou can send using SES or SNS but if you send from your own EC2 instance you are gonna have a bad time.−zelly6yYou have to request an rDNS record. It should get through Gmail if you do that, DKIM, SPF, and of course don't send actual spam.
Comments
AWS IP addresses are blacklisted by most email providers...
I'm not sure that's true, I've successfully dispatched SMTP mail from their platform without it getting blocked or tagged as spam.
To be fair, the ratio of spam received from EC2 has dropped in the last month, something has definitely changed (or I'm not a target since then).
I'll let you know.
You can send using SES or SNS but if you send from your own EC2 instance you are gonna have a bad time.
You have to request an rDNS record. It should get through Gmail if you do that, DKIM, SPF, and of course don't send actual spam.