AMP Emails are only allowed from emails that are either whitelisted by Google or by yourself for the purpose of testing. It's done in your emails settings. [email protected]
is the email from which AMP for Email Playground
sends you the emails. You can whitelist this also from your email's settings.
STEPS TO WHITELIST '[email protected]':
1. Go to settings in the inbox which is on the top right side of your inbox.
2. Click on 'Developer Settings' link under the title Dynamic Email.
3. Enable the checkbox saying always allow email from [email protected]:
4. Trying clicking on send button with some amp email in the playground.
Steps to send email from custom email id for testing:
Note: Remember to send AMP email to any other email ID you need to get
your email whitelisted by Google.
https://developers.google.com/gmail/ampemail/register The step below
is for sending email from an email that is not whitelisted by Google.
In the inbox settings, where you whitelisted [email protected]
, add the email id you want to use for sending email in the input.
The email must be SPF, DKIM and DMARC-authenticated. You read what it is here.
- One of the easiest ways to send AMP Email is using AWS SES. Once AWS SES is SPF, DKIM and DMARC-authenticated, you can use its SMTP interface to easily send email from any programing language with ease. Read more here & here.