Overview
Add AMP content/type to transactional emails to allow users to take actions like activating enrollment or submitting a quiz directly from their email client (Gmail, Outlook, etc.), for supported clients.
Background
Currently, users must click links in emails and interact with the system in their browser. AMP-enabled emails allow for richer, more interactive in-email experiences, improving usability for common actions.
Acceptance Criteria
- Transactional emails should contain an AMP MIME part for actions such as:
- Activating enrollment
- Submitting a quiz response
- Ensure fallbacks to HTML/plain-text for non-AMP-supporting clients
- All actions should securely authenticate the user/session
- AMP markup conforms to Gmail AMP for Email/Outlook AMP guidelines
References
Project
Project: django-email-learning
Overview
Add AMP content/type to transactional emails to allow users to take actions like activating enrollment or submitting a quiz directly from their email client (Gmail, Outlook, etc.), for supported clients.
Background
Currently, users must click links in emails and interact with the system in their browser. AMP-enabled emails allow for richer, more interactive in-email experiences, improving usability for common actions.
Acceptance Criteria
References
Project
Project: django-email-learning