Skip to content

v7.0.0.3

Compare
Choose a tag to compare
@fabiomaistro fabiomaistro released this 09 May 16:02
· 42 commits to main since this release
0ff3c3c

What's Changed

Full Changelog: v7.0.0.2...v7.0.0.3

Description

Azure communication services EmailSender

Added Azure Communication Email Sender.

Correlation Id Support

Correlation Id Support added to SendGrid and AzureCommService email senders.

IEmailSender interface: SendEmailAsync now returns the correlation id, which can be used to track an e-mail in external systems (like in SendGrid on in Azure Communication service)

AzureCommService Emails provider: an extra configuration option DoNotWaitTillOperationCompleted is added:

  • When DoNotWaitTillOperationCompleted is true, we just pass the e-mail to communication services and do not wait till the e-mail is acutally sent.
  • When DoNotWaitTillOperationCompleted is false, we do wait till the e-mail is acutally sent (takes longer).