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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.1.0 (2025-10-08)
Features Added
Consumers can now provide a value for the ContentId property when sending emails with attachments.
This allows consumers to reference attachments in the email body using the cid scheme. The ContentId property can be set on the EmailAttachment object.
Bug fixes
Fixed change introduced in preview versions that required EmailAttachment Content to be pre-encoded in base64. Content should now again be constructed using raw binary data.