Amazon Simple Email Service (SES) | SMTP Interface Flashcards
How is Amazon SES different from Amazon SNS?
SMTP Interface
Amazon Simple Email Service (SES) | Customer Engagement
Amazon SES is for applications that need to send communications via email. Amazon SES supports custom email header fields, and many MIME types.
By contrast, Amazon Simple Notification Service (Amazon SNS) is for messaging-oriented applications, with multiple subscribers requesting and receiving “push” notifications of time-critical messages via a choice of transport protocols, including HTTP, Amazon SQS, and email. The body of an Amazon SNS notification is limited to 8192 characters of UTF-8 strings, and is not intended to support multimedia content.
Does Amazon SES provide an SMTP endpoint?
SMTP Interface
Amazon Simple Email Service (SES) | Customer Engagement
Amazon SES provides an SMTP interface for seamless integration with applications that can send email via SMTP. You can connect directly to this SMTP interface from your applications, or configure your existing email server to use this interface as an SMTP relay.
In order to connect to the Amazon SES SMTP interface, you must create SMTP credentials. For more information about creating SMTP credentials, see Obtaining Your Amazon SES SMTP Credentials in the Amazon SES Developer Guide.