Skip to content

Releases: onebeyond/onebeyond-studio-email-providers

v7.0.0.4

23 Jun 08:19
f7fc3d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0.3...v7.0.0.4

v7.0.0.3

09 May 16:02
0ff3c3c
Compare
Choose a tag to compare

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).

Third-party libraries updated

14 Apr 13:36
093ae96
Compare
Choose a tag to compare

Third-party libraries updated

v7.0.0.1

02 Mar 11:02
f86c095
Compare
Choose a tag to compare

What's Changed

  • First release

v7.0.0.1-alpha.1

15 Feb 14:07
d2c0bc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0.1-alpha.1...v7.0.0.1-alpha.1

v6.0.0.1-alpha.1

15 Dec 11:23
Compare
Choose a tag to compare
v6.0.0.1-alpha.1 Pre-release
Pre-release
Initial source code