Score:0

Receive e-mail on AWS SES from one, but only one, e-mail address

us flag

I have an app for which e-mails sent to a specific address, [email protected], should be received by SES for analysis of e-mail attachment and storage. However, I would like to handle the other E-mail addresses, [email protected], [email protected], associated with the domain outside of SES.

To receive the e-mail sent to [email protected], I need to change the MX record for example.com. As I understand it, this means that the handling of e-mails moves from my domain to aws, for all e-mail addresses.

Is there a way to set SES to receive only mail from a specific address and leave the rest alone? For example by forwarding [email protected] to SES?

Some thoughts:

  • I guess I could use SES to handle all e-mail addresses, but [email protected] and [email protected] are for manual communication, so I want to use these in my standard e-mail program (e.g. Outlook or Gmail). It would also mean that I would have to pay for receiving all e-mails at SES, which seems a bit stupid.
  • Could I set up a subdomain and set the MX record for only this domain? E.g. [email protected]. This doesn't seem possible at my domain handler.

UPDATE:

I followed AlexD's answer below, but it doesn't seem to work like intended. I now have the (verified) subdomain sub.example.com with the MX record set. E-mails sent to [email protected] are redirected to [email protected] - but they are not received by SES.

It seems that SES will not accept the e-mail when it is a forwarding. If I send directly to [email protected] I receive it on SES without problem. I know the forwarding works as I am forwarding to another address as well without issue. In fact, if I send and e-mail from one of my own e-mail addresses to another and then forward that e-mail myself to [email protected], it is not received by SES.

Score:0
jp flag

You can create a sub-domain app.example.com and set its MX to SES and then forward [email protected] to [email protected].

us flag
ah, thanks! That's close to what I have in mind, but I couldn't find settings for creating e-mail addresses or setting MX for a subdomain, if what you say is possible, it must be a problem at my specific domain handler, Simply.com...
us flag
it seems that this method does not actually work. I have edited my question with an update.
jp flag
If SES doesn't accept forwarded emails then you need to check if you have the correct SPF settings, but this is a separate question. Alternatively, you can drop forwarding and use [email protected] directly.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.