After a resident pays an online building permit fee, the city must send a reliable transactional receipt email from its verified domain. Which AWS service should handle that outbound email?
Select an answer to reveal the explanation.
Short Explanation
SES is the city’s outbound mail truck for application email — receipts, confirmations, notices — without standing up a whole mailbox farm. SNS push is for apps, WorkMail is people’s inboxes, and Pinpoint leans campaign/engagement; for a simple transactional receipt, SES is the fit.
Full Explanation
Amazon Simple Email Service (SES) is built for sending transactional and application email reliably and at scale from verified identities. Permit receipts are a classic transactional pattern. SNS mobile push targets devices, WorkMail provides hosted mailboxes for users, and marketing journey tools address campaigns — they are not the primary transactional SMTP-style sender for receipts.