I have deployed application to Win Azure Virtual Machine. but when i try to send email, almost all S.M.T.P. rejects my Message or sends it to spam.

i have set up SPF + DKIM + Dmarc on my domain.

only one thing i suppose the problem should be is PTR for my VIP of VM.

Can i Use Route 53 for that?

or I should use other SMTP provider like... sendgrid, Amazon SES ?

please Help friends

thanks

有帮助吗?

解决方案 2

Azure don't allow us to add PTR record for our VIP of Virtual machine. So, many mail server will consider mail as spam message.

Right now we are using Amazon SES and it works very well and also far cheaper than SendGrid.

其他提示

It's a bad idea to send email directly from Azure. It will almost certainly be treated as spam. It's hard enough setting up a valid email server to send mail. Adding a scalable provider to the mix only makes it more complicated to avoid getting flagged.

SendGrid integrates very nicely, and can be configured via SMTP or through use of their API. Here are instructions from Microsoft on how to get up and running quickly.

Also, here is a similar question on ServerFault.com

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top