You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow sending fully custom RFC 5322 MIME messages.
Enable proper text/calendar (METHOD:REQUEST) meeting invitations.
Support advanced email use cases requiring full MIME control.
Background
The current API is great for standard emails, but some email features depend on the exact MIME structure rather than just attachments. A common example is calendar invitations, where many clients expect a text/calendar MIME part instead of an attached .ics file to provide native Accept/Decline/Tentative actions.
AWS SES, support sending raw MIME messages for these scenarios.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Goals
Allow sending fully custom RFC 5322 MIME messages.
Enable proper text/calendar (METHOD:REQUEST) meeting invitations.
Support advanced email use cases requiring full MIME control.
Background
The current API is great for standard emails, but some email features depend on the exact MIME structure rather than just attachments. A common example is calendar invitations, where many clients expect a text/calendar MIME part instead of an attached .ics file to provide native Accept/Decline/Tentative actions.
AWS SES, support sending raw MIME messages for these scenarios.
Proposal
tbd
All reactions