MiN8T All Insights

AMP Email Whitelisting: How to Get Approved by Gmail & Yahoo

M
MiN8T Team
Email Engineering

You've built an interactive AMP email with dynamic content, real-time data, and in-email forms. But before your recipients can actually see the AMP version, you need to register as an approved AMP sender with Gmail and Yahoo. Here's exactly how to do it.

1 Prerequisites

Before you apply for whitelisting, you must have these in place. Gmail and Yahoo will reject applications that don't meet all requirements.

Email Authentication (Required)

!

If you use an ESP like Brevo, SendGrid, or Mailchimp, they handle SPF/DKIM for you. But you still need to verify your sending domain in their dashboard and add their DNS records.

Technical Requirements

2 Gmail Registration

Gmail is the largest AMP email client. Here's the exact process:

Step 1: Test Your AMP Email

Before applying, verify your AMP email works correctly in Gmail:

  1. Send a test email from MiN8T to your own Gmail account
  2. In Gmail, go to Settings → General → Dynamic email → Enable
  3. Go to Developer settings → add your sender address as a trusted sender
  4. Delete any previous test emails from the same sender (Gmail caches aggressively)
  5. Send a fresh test and verify the AMP content renders correctly
i

Gmail only renders AMP for the most recent email from a sender. If you're testing, always delete old test emails before sending a new one.

Step 2: Send a Production Email to Google

Send a real, production-quality AMP email to:

ampforemail.whitelisting@gmail.com

This must be:

!

Do NOT send a test email with placeholders like {name} or [Test]. Do NOT forward an email. Google will reject these immediately.

Step 3: Fill Out the Registration Form

Complete the official Google AMP sender registration form:

https://forms.gle/fDqLE1gh4wMB6BeQ6

Step 4: Wait for Approval

Google typically responds within 5 business days. You will NOT receive any notification until you're approved (or rejected). No confirmation email, no progress updates — just silence until the decision.

Registration is per sender email address, not per domain. If you send from noreply@company.com and marketing@company.com, you need to register both separately.

3 Yahoo Registration

Yahoo uses the same registration form as Gmail. The process is nearly identical:

  1. Send a production AMP email to: ampverification@yahoo.com
  2. Fill out the same registration form: https://forms.gle/fDqLE1gh4wMB6BeQ6
  3. Wait for approval

The same requirements apply: SPF, DKIM, DMARC, production-quality email, established sending history.

4 Clients That Don't Require Whitelisting

These email clients support AMP without any formal registration process:

Mail.ru

No registration needed

FairEmail

No registration needed

AOL Mail

No registration needed

Gmail

Registration required

Yahoo Mail

Registration required

For Mail.ru, FairEmail, and AOL, your AMP emails will render immediately as long as the email contains a valid text/x-amp-html MIME part with proper structure.

5 Testing Before Applying

Always test thoroughly before submitting your application:

  1. MiN8T Test Send — Use the test email feature to send a 3-part MIME email to your Gmail with dynamic email enabled
  2. Gmail "Show original" — Open the email → click three dots → "Show original" → verify you see text/plain, text/x-amp-html, and text/html MIME parts
  3. AMP content renders — Interactive elements (forms, carousels, dynamic lists) should work in Gmail
  4. HTML fallback works — Forward the email or view in Outlook — static HTML version should display correctly
  5. Data endpoints accessible — If using amp-list with data sources, verify the endpoint returns JSON with proper CORS headers from outside your network

6 Common Rejection Reasons

Google will reject your application if:

7 MiN8T Pre-Whitelisting Checklist

Use this checklist before submitting your application:

MiN8T handles automatically: AMP CORS headers on data source and data storage endpoints, 3-part MIME assembly on export, AMP validation before sending, and AMP script auto-injection. You focus on authentication and the registration process.

Last updated: April 2026. AMP email support and registration processes may change — always check the official AMP spec for the latest requirements.