https://github.com/philnash/exploring-amp-email
A collection of projects implementing AMP email with SendGrid
https://github.com/philnash/exploring-amp-email
Last synced: 8 months ago
JSON representation
A collection of projects implementing AMP email with SendGrid
- Host: GitHub
- URL: https://github.com/philnash/exploring-amp-email
- Owner: philnash
- License: mit
- Created: 2020-11-04T06:34:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T03:45:57.000Z (almost 5 years ago)
- Last Synced: 2024-12-19T17:13:06.068Z (10 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Exploring AMP Email
This repo is a collection of example apps for sending different types of [AMP Email](https://amp.dev/about/email/).
## What is AMP Email?
AMP Email allows email senders to add a third MIME part on top of text and HTML to emails. This third part may contain [AMP components](https://amp.dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-components/) which can be used to make the email interactive and dynamic.
Interactive components include carousels and accordions. With dynamic components you can load live data from a server or submit data through a form within an email.
## Experiments
* [Send your first AMP email](./first-amp-email/)