douji6735 2016-05-26 14:46 采纳率: 0%
浏览 51

适用于同一服务器中多个域的Amazon SES

I've successfully implemented email sending through Amazon SES in my main domain. I now wanted to implement it for [quite] a few other domains we have for clients in the same server. Think of them as something like WP instances with individual domains, all in the same server as maindomain. They would send from an email address which works perfectly in maindomain, and is of course @maindomain.com

I tried sending an email from inside exampledomain.com through the @maindomain.com address and it throws Illegal address error. Will I have to verify each of these domains individually for this to work? I'm actually waiting for the verification of one of these to try, and it's not coming through. This I actually don't even know if it should work, I have the site in cloudflare and I'm not sure where to add these DNS in cloudflare. The main domain was easy because it's the one that appears in CF, these dynamic domains don't appear, but are affected.

  • 写回答

1条回答 默认 最新

  • duanaiguang1960 2016-05-26 15:39
    关注

    You will have to verify each domain individually. You have to set up a TXT record for each domain you want to use very that domain in AWS SES and then you can send emails.

    评论

报告相同问题?