AMP emails using AWS SES
0
What are the steps/procedure to send a dynamic email (AMP emails) using AWS SES.
1 Answers
0
From a sending perspective, you can think of AMP as an advanced way to compose a message, which you can send just like any other message with the SES API. Your AMP content may link to web resources in your AWS account, via CloudFront, or however you choose to design it.
From a receiving perspective, each mailbox provider will have requirements in order to receive and display your AMP-enhanced email. These requirements may include:
- Your domain's DMARC policy must be p=quarantine or p=reject
- Your messages must pass SPF or DKIM, and the MAIL FROM domain or DKIM domain must be aligned to the domain in the From header
- You might need to have a multi-month history of sending a substantive volume of DMARC aligned email and have a low level of spam complaints from recipients
- You might need to subscribe to feedback loop processes for the provider (typically referred to as "Postmaster Tools")
- You need to have a List-unsubscribe header and efficiently honor requests to unsubscribe to keep spam complaints low
answered 3 months ago
Relevant questions
SES Monitoring using SNS: What filtering can be done by subscriber
asked 3 months agoAMP emails using AWS SES
asked 3 months agoSending SES emails using UTF-8 characters in the address
Accepted Answerasked 2 months agoAmazon SES: SMTP interface to send email based on template
Accepted Answerasked 2 months agoReceiving emails error in SES
asked 3 months agoAWS SES: Using {{amazonSESUnsubscribeUrl}} in HTML email but unsubscribe link not showing in emails
asked 3 months agoAmazon SES Emails Bounce for Specific Recipient in Verified Domain
asked 2 months agoAWS SES Bulk Emails through Java
asked 2 months agoSES - suppression lists (don't send bounce emails)
asked 3 months agoSES Best pratice to send a lot of emails
asked 7 months ago