跳至內容

SES problem : Emails routed to SES incorrectly.

0

Hi,

I've got a problem where some users are reporting emails being bounced back to them as undeliverable due to "mailbox does not exist".

What I think has happened is I verified a domain so I could send email "from" that domain. But now, if someone else is using SES to send email, SES intercepts the email, cannot find a mailbox so returns it as undeliverable. I don't want to receive emails via SES, why is SES intercepting them and how do I turn it off?

Thanks in advance,

Tony.

已提問 3 年前檢視次數 128 次
1 個回答
0

I suspect the cause is that during configuration, you may have added an MX record that points to amazonses.com .

More specifically, when doing domain verification and configuration, if you do not choose a custom subdomain for SES email, your current domain is provided as the MX record like: MX domain.com 10 configname-smtp.region.amazonses.com

But if you set a custom FROM domain, like "appemail.domain.com", you can then remove the plain MX record from above that's killing your email, and use the one with the subdomain instead (which would look like): MX appemail.domain.com 10 configname-smtp.region.amazonses.com

已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。