AMP is not displayed in GmailSending email in .NET through GmailSend email using the GMail SMTP server from a PHP page<amp-ad> advertisements not displayingAMP Email - Works in Playground page but breaks inside gmailEmail AMP Gmailamp-list component error in amp for emailAMP for Email linked drop downsUsing amp-list to create dynamic amp-carousel in AMP4HTMLHow to add Roboto font to AMP 4 EmailWhat is the correct AMP-Access-Control-Allow-Source-Origin response header for AMP Email Playground?

Answer Not A Fool, or Answer A Fool?

Can an infinite series be thought of as adding up "infinitely many" terms?

Why does '/' contain '..'?

In what sequence should an advanced civilization teach technology to medieval society to maximize rate of adoption?

How to ensure that neurotic or annoying characters don't get tiring on the long run

Does Forgotten Realms setting count as “High magic”?

Amperage for the electrolysis of water?

What would happen if Protagoras v Euathlus were heard in court today?

Is it acceptable to use decoupling capacitor ground pad as ground for oscilloscope probe?

How To Make Earth's Oceans as Brackish as Lyr's

Why is the UK still pressing on with Brexit?

Writing a system of Linear Equations

Is it possible that the shadow of the moon is a single dot during solar eclipse?

Delete empty subfolders, keep parent folder

A Pixelated Sequence - Find the Continuation

Wrong Schengen Visa exit stamp on my passport, who can I complain to?

Statistical tests for benchmark comparison

Why cannot a convert make certain statements? I feel they are being pushed away at the same time respect is being given to them

What does the "capacitor into resistance" symbol mean?

Did slaves have slaves?

Output Distinct Factor Cuboids

Plot irregular circle in latex

Where is it? - The Google Earth Challenge Ep. 4

Is there a tool to measure the "maturity" of a code in Git?



AMP is not displayed in Gmail


Sending email in .NET through GmailSend email using the GMail SMTP server from a PHP page<amp-ad> advertisements not displayingAMP Email - Works in Playground page but breaks inside gmailEmail AMP Gmailamp-list component error in amp for emailAMP for Email linked drop downsUsing amp-list to create dynamic amp-carousel in AMP4HTMLHow to add Roboto font to AMP 4 EmailWhat is the correct AMP-Access-Control-Allow-Source-Origin response header for AMP Email Playground?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am experimenting with amp4email and have problems getting it to work.



This is how it looks in my Gmail:



empty body in gmail



I followed this Article: https://www.ampproject.org/docs/interaction_dynamic/amp-email-format



If I view "Original message" in Gmail this is how it looks:



Return-Path: <myemail@gmail.com>
Received: from localhost.localdomain ([80.234.101.191])
by smtp.gmail.com with ESMTPSA id z15sm3123981ljz.55.2019.03.28.01.27.34
for <myemail@gmail.com>
(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
Thu, 28 Mar 2019 01:27:34 -0700 (PDT)
Date: Thu, 28 Mar 2019 12:27:41 +0400
From: myemail@gmail.com
To: myemail@gmail.com
Message-ID: <5c9c857d5cfb0_a8083fccaec32e6c860ab@Dmitrys-MacBook-Pro-2.local.mail>
Subject: Test email from Dmitry
Mime-Version: 1.0
Content-Type: text/x-amp-html; charset=UTF-8
Content-Transfer-Encoding: 7bit

<!doctype html>
<html amp4email>
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<style amp4email-boilerplate>bodyvisibility:hidden</style>
<style amp-custom>
.red background-color: red;
.blue background-color: blue;
.yellow background-color: yellow;
</style>
</head>
<body>
<p [class]="state.color" class="yellow" [text]="'The current color is ' + state.color + '.'">
The current color is yellow
</p>
<button on="tap:AMP.setState(state: color: 'red')">
Set color to red
</button>
<button on="tap:AMP.setState(state: color: 'blue')">
Set color to blue
</button>
</body>
</html>


p.s. I edited out my real email.










share|improve this question
































    2















    I am experimenting with amp4email and have problems getting it to work.



    This is how it looks in my Gmail:



    empty body in gmail



    I followed this Article: https://www.ampproject.org/docs/interaction_dynamic/amp-email-format



    If I view "Original message" in Gmail this is how it looks:



    Return-Path: <myemail@gmail.com>
    Received: from localhost.localdomain ([80.234.101.191])
    by smtp.gmail.com with ESMTPSA id z15sm3123981ljz.55.2019.03.28.01.27.34
    for <myemail@gmail.com>
    (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
    Thu, 28 Mar 2019 01:27:34 -0700 (PDT)
    Date: Thu, 28 Mar 2019 12:27:41 +0400
    From: myemail@gmail.com
    To: myemail@gmail.com
    Message-ID: <5c9c857d5cfb0_a8083fccaec32e6c860ab@Dmitrys-MacBook-Pro-2.local.mail>
    Subject: Test email from Dmitry
    Mime-Version: 1.0
    Content-Type: text/x-amp-html; charset=UTF-8
    Content-Transfer-Encoding: 7bit

    <!doctype html>
    <html amp4email>
    <head>
    <meta charset="utf-8">
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
    <style amp4email-boilerplate>bodyvisibility:hidden</style>
    <style amp-custom>
    .red background-color: red;
    .blue background-color: blue;
    .yellow background-color: yellow;
    </style>
    </head>
    <body>
    <p [class]="state.color" class="yellow" [text]="'The current color is ' + state.color + '.'">
    The current color is yellow
    </p>
    <button on="tap:AMP.setState(state: color: 'red')">
    Set color to red
    </button>
    <button on="tap:AMP.setState(state: color: 'blue')">
    Set color to blue
    </button>
    </body>
    </html>


    p.s. I edited out my real email.










    share|improve this question




























      2












      2








      2


      2






      I am experimenting with amp4email and have problems getting it to work.



      This is how it looks in my Gmail:



      empty body in gmail



      I followed this Article: https://www.ampproject.org/docs/interaction_dynamic/amp-email-format



      If I view "Original message" in Gmail this is how it looks:



      Return-Path: <myemail@gmail.com>
      Received: from localhost.localdomain ([80.234.101.191])
      by smtp.gmail.com with ESMTPSA id z15sm3123981ljz.55.2019.03.28.01.27.34
      for <myemail@gmail.com>
      (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
      Thu, 28 Mar 2019 01:27:34 -0700 (PDT)
      Date: Thu, 28 Mar 2019 12:27:41 +0400
      From: myemail@gmail.com
      To: myemail@gmail.com
      Message-ID: <5c9c857d5cfb0_a8083fccaec32e6c860ab@Dmitrys-MacBook-Pro-2.local.mail>
      Subject: Test email from Dmitry
      Mime-Version: 1.0
      Content-Type: text/x-amp-html; charset=UTF-8
      Content-Transfer-Encoding: 7bit

      <!doctype html>
      <html amp4email>
      <head>
      <meta charset="utf-8">
      <script async src="https://cdn.ampproject.org/v0.js"></script>
      <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
      <style amp4email-boilerplate>bodyvisibility:hidden</style>
      <style amp-custom>
      .red background-color: red;
      .blue background-color: blue;
      .yellow background-color: yellow;
      </style>
      </head>
      <body>
      <p [class]="state.color" class="yellow" [text]="'The current color is ' + state.color + '.'">
      The current color is yellow
      </p>
      <button on="tap:AMP.setState(state: color: 'red')">
      Set color to red
      </button>
      <button on="tap:AMP.setState(state: color: 'blue')">
      Set color to blue
      </button>
      </body>
      </html>


      p.s. I edited out my real email.










      share|improve this question
















      I am experimenting with amp4email and have problems getting it to work.



      This is how it looks in my Gmail:



      empty body in gmail



      I followed this Article: https://www.ampproject.org/docs/interaction_dynamic/amp-email-format



      If I view "Original message" in Gmail this is how it looks:



      Return-Path: <myemail@gmail.com>
      Received: from localhost.localdomain ([80.234.101.191])
      by smtp.gmail.com with ESMTPSA id z15sm3123981ljz.55.2019.03.28.01.27.34
      for <myemail@gmail.com>
      (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
      Thu, 28 Mar 2019 01:27:34 -0700 (PDT)
      Date: Thu, 28 Mar 2019 12:27:41 +0400
      From: myemail@gmail.com
      To: myemail@gmail.com
      Message-ID: <5c9c857d5cfb0_a8083fccaec32e6c860ab@Dmitrys-MacBook-Pro-2.local.mail>
      Subject: Test email from Dmitry
      Mime-Version: 1.0
      Content-Type: text/x-amp-html; charset=UTF-8
      Content-Transfer-Encoding: 7bit

      <!doctype html>
      <html amp4email>
      <head>
      <meta charset="utf-8">
      <script async src="https://cdn.ampproject.org/v0.js"></script>
      <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
      <style amp4email-boilerplate>bodyvisibility:hidden</style>
      <style amp-custom>
      .red background-color: red;
      .blue background-color: blue;
      .yellow background-color: yellow;
      </style>
      </head>
      <body>
      <p [class]="state.color" class="yellow" [text]="'The current color is ' + state.color + '.'">
      The current color is yellow
      </p>
      <button on="tap:AMP.setState(state: color: 'red')">
      Set color to red
      </button>
      <button on="tap:AMP.setState(state: color: 'blue')">
      Set color to blue
      </button>
      </body>
      </html>


      p.s. I edited out my real email.







      email amp-html mime amp-email






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 15 at 14:50









      fstanis

      3,9241 gold badge12 silver badges32 bronze badges




      3,9241 gold badge12 silver badges32 bronze badges










      asked Mar 28 at 8:39









      TheRusskiyTheRusskiy

      5064 silver badges9 bronze badges




      5064 silver badges9 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          1
















          I am testing the same and having trouble as well - I am not seeing the setting for enabling dynamic emails. Have you set it or is it missing for you too?
          As per Google's documentation, you need to:




          Navigate to Gmail Settings > General > Dynamic email and click Dynamic
          email development. This opens a dialog where you can whitelist email
          addresses that can send you dynamic emails for testing purposes.







          share|improve this answer




















          • 2





            I don't see this section neither :-/

            – TheRusskiy
            Mar 28 at 15:17











          • No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

            – lookog
            Apr 1 at 7:43






          • 1





            Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

            – gabe
            Apr 2 at 19:58











          • Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

            – lookog
            Apr 3 at 9:14











          • I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

            – Linards Berzins
            Jun 12 at 14:41










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393232%2famp-is-not-displayed-in-gmail%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1
















          I am testing the same and having trouble as well - I am not seeing the setting for enabling dynamic emails. Have you set it or is it missing for you too?
          As per Google's documentation, you need to:




          Navigate to Gmail Settings > General > Dynamic email and click Dynamic
          email development. This opens a dialog where you can whitelist email
          addresses that can send you dynamic emails for testing purposes.







          share|improve this answer




















          • 2





            I don't see this section neither :-/

            – TheRusskiy
            Mar 28 at 15:17











          • No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

            – lookog
            Apr 1 at 7:43






          • 1





            Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

            – gabe
            Apr 2 at 19:58











          • Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

            – lookog
            Apr 3 at 9:14











          • I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

            – Linards Berzins
            Jun 12 at 14:41















          1
















          I am testing the same and having trouble as well - I am not seeing the setting for enabling dynamic emails. Have you set it or is it missing for you too?
          As per Google's documentation, you need to:




          Navigate to Gmail Settings > General > Dynamic email and click Dynamic
          email development. This opens a dialog where you can whitelist email
          addresses that can send you dynamic emails for testing purposes.







          share|improve this answer




















          • 2





            I don't see this section neither :-/

            – TheRusskiy
            Mar 28 at 15:17











          • No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

            – lookog
            Apr 1 at 7:43






          • 1





            Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

            – gabe
            Apr 2 at 19:58











          • Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

            – lookog
            Apr 3 at 9:14











          • I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

            – Linards Berzins
            Jun 12 at 14:41













          1














          1










          1









          I am testing the same and having trouble as well - I am not seeing the setting for enabling dynamic emails. Have you set it or is it missing for you too?
          As per Google's documentation, you need to:




          Navigate to Gmail Settings > General > Dynamic email and click Dynamic
          email development. This opens a dialog where you can whitelist email
          addresses that can send you dynamic emails for testing purposes.







          share|improve this answer













          I am testing the same and having trouble as well - I am not seeing the setting for enabling dynamic emails. Have you set it or is it missing for you too?
          As per Google's documentation, you need to:




          Navigate to Gmail Settings > General > Dynamic email and click Dynamic
          email development. This opens a dialog where you can whitelist email
          addresses that can send you dynamic emails for testing purposes.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 28 at 12:58









          lookoglookog

          245 bronze badges




          245 bronze badges










          • 2





            I don't see this section neither :-/

            – TheRusskiy
            Mar 28 at 15:17











          • No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

            – lookog
            Apr 1 at 7:43






          • 1





            Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

            – gabe
            Apr 2 at 19:58











          • Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

            – lookog
            Apr 3 at 9:14











          • I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

            – Linards Berzins
            Jun 12 at 14:41












          • 2





            I don't see this section neither :-/

            – TheRusskiy
            Mar 28 at 15:17











          • No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

            – lookog
            Apr 1 at 7:43






          • 1





            Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

            – gabe
            Apr 2 at 19:58











          • Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

            – lookog
            Apr 3 at 9:14











          • I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

            – Linards Berzins
            Jun 12 at 14:41







          2




          2





          I don't see this section neither :-/

          – TheRusskiy
          Mar 28 at 15:17





          I don't see this section neither :-/

          – TheRusskiy
          Mar 28 at 15:17













          No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

          – lookog
          Apr 1 at 7:43





          No updates yet, going to try Gmail community/help. Please let me know if this worked for someone.

          – lookog
          Apr 1 at 7:43




          1




          1





          Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

          – gabe
          Apr 2 at 19:58





          Hard refresh of gmail made that setting show up for me. This is for a regular gmail address, a GSuite managed one has a GSuite managed setting.

          – gabe
          Apr 2 at 19:58













          Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

          – lookog
          Apr 3 at 9:14





          Excellent! It showed up for me as well now and now the AMP email works after whitelisting the sender. I was accessing Gmail in private/incognito mode when checking before as well so this is something being rolled out gradually perhaps.

          – lookog
          Apr 3 at 9:14













          I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

          – Linards Berzins
          Jun 12 at 14:41





          I have whitelisted the email in my Gmail settings, however AMP is still not displaying. Could there be another reason. I did send it through SparkPost. They have a neat AMP for email tab.

          – Linards Berzins
          Jun 12 at 14:41








          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393232%2famp-is-not-displayed-in-gmail%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript