Skip to content

azure-communication-email_1.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Oct 22:30
039a1f1

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.