
MIME-Version: 1.0 From: sender@example.com To: recipient@example.com Subject: Your interactive AMP email! Content-Type: multipart/alternative; boundary="--_BOUNDARY_" --_BOUNDARY_ Content-Type: text/plain; charset="UTF-8" View this email in a client that supports AMP for a better experience. --_BOUNDARY_ Content-Type: text/x-amphtml; charset="UTF-8" <!doctype html> <html 4C <head> <meta charset="utf-8"> <script async src="https://cdn.ampproject.org/v0.js"></script> <style amp4email-boilerplate>body{visibility:hidden}</style> <style amp-custom> /* Your custom CSS for AMP goes here */ </style> </head> <body> <p>Hello, AMP world!</p> <amp-carousel width="300" height="200" layout="responsive" type="slides"> <img src="image1.jpg" width="300" height="200" alt="Image 1"> <img src="image2.jpg" width="300" height="200" alt="Image 2"> </amp-carousel> </body> </html> --_BOUNDARY_ Content-Type: text/html; charset="UTF-8" <!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> <p>Hello, HTML world! (Fallback content)</p> </body> </html> --_BOUNDARY_--
