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 thecid
scheme. TheContentId
property can be set on theEmailAttachment
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.