We switched from using SMTP to the AWS SDK for SES because when sending an e-mail the SDK returns the unique message ID of the e-mail. This allowed us to have a special process for handling bounces in our software by using an SNS HTTP endpoint. So the SDK makes sense for use cases where the SMTP protocol doesn't provide enough information.
wiml|2 years ago
sethammons|2 years ago
mjl-|2 years ago
redditor98654|2 years ago
It is a bit painful for idempotency.
hardwaresofton|2 years ago