Skip to content

Releases: JM-A21/GraphMailRelay

v1.1.4-beta: Merge pull request #13 from JM-A21/beta

06 Nov 18:35
825c34c

Choose a tag to compare

Update NuGet dependency packages to latest version. Fixed SmtpWorkerFilter.cs, replacing MailboxFilterResult enum result with bools due to upstream changes in SmtpServer.

v1.1.3-alpha

05 Apr 15:42

Choose a tag to compare

v1.1.3-alpha Pre-release
Pre-release

New alpha release for testing use only. Improved logging support and fixed memory leak issues (hopefully). Added GraphConfiguration:FromAddressOverride setting to appsettings.json to allow overriding incoming mail "From" addresses when required (primarily when an application does not provide or respect an option to configure the "From" address prior to sending, as the account used to send email via Graph must have delegate access to the mailbox of the "From" address in question).