aws sdk - Receive email with AWS SES without MX record -
i'll process incoming email on specific email. in aws docs says
although not required publish mx record receive mail through amazon ses, if don't publish record, amazon ses receive mail domain if explicitly route amazon ses.
http://docs.aws.amazon.com/ses/latest/developerguide/receiving-email-mx-record.html
how explicitly route email ses?
after hours of research , failed attempts of having ses receive emails without use of mx record (had set additional route via gsuite / google apps), here best suggestion on how go this.
short version
create subdomain , point mx record ses after inserting txt verification record.
after creating necessary ruleset receive , save email any@sub.domain.com, can have ses receive email email address own (even if it's not verified ses) forwarding emails ses enabled subdomain email address.
long version
unfortunately, still require mx record, check out...
can create custom subdomain on primary domain , call anything. in case, called ses.mydomain.com next, added newly created subdomain ses via domains link.
upon adding domain ses, pop-up window appears displaying required txt verification record , mx mail record.
shortly after assigning these 2 dns records subdomain, subdomain verified , able receive email after setting few quick rules via rule sets!
here's cool part - can still have ses receive email any email address have access to.
how might ask?
by setting forwarder on email address want send ses, forwarding ses-enabled subdomain email address.
meaning - if ses able receive email someone@ses.example.com, want receive email someone-else@example.com, need forward someone-else@example.com someone@ses.example.com!
remember, still need create necessary rules receive emails. see aws blog post more information.
Comments
Post a Comment