Skip to content

Releases: NullDesk/nullmailer

5.1.6

23 Aug 10:17
Compare
Choose a tag to compare
  • Added missing recipient substitutions to fluent message builder
  • Updated sourcelink support

5.1.4

18 Jun 21:07
Compare
Choose a tag to compare

Fix: Sendgrid has problems delivering safety mailer addresses due to the angle brackets in the display name. Changed to square brackets.

5.0.0

18 Jun 17:57
Compare
Choose a tag to compare

Netstandard 2 upgrade

  • Upgrade all projects to netstandard2.0
  • Added proxy mailer framework
  • Added safety mailer proxy type for safe recipient delivery in DEV/TEST environments
  • Fixed IsSandboxMode setting for SendGrid

4.2.5

09 Sep 18:48
Compare
Choose a tag to compare

Enhancements for mailer factory for automatic wiring of default loggers to the history store

4.2.3

09 Sep 16:52
Compare
Choose a tag to compare

Enhancements to the mailer factory

  • Require defaults for loggerfactory and history strore to be set during construction
  • Prevent external re-assignment of factory defaults that would contradict registrations added prior to the re-assignment

4.2.2

08 Sep 14:11
Compare
Choose a tag to compare

Enhancements to mailer factory extensions

  • Registering mailer with factory extension methods will now uses factory's default history store and logger if set at the time of registration and if no logger or history store parameter is supplied.

4.2.1

20 Aug 08:43
Compare
Choose a tag to compare

Adds net462 target, and minor async and error handling fixes

4.1.0

27 Jul 21:24
Compare
Choose a tag to compare

Fixes minor issues with entity history store

4.0.2

11 Jul 05:40
Compare
Choose a tag to compare

Minor fixes

  • SourceApplicationName will use history store settings value only when DeliveryItem does not explicitly define a value
  • Exception message column in SQL history changed to nvarchar(MAX)

4.0.1

09 Jun 08:09
Compare
Choose a tag to compare

Simplified setup, advanced smtp authentication, reliability fixes, history store refactoring, and general enhancements

Contains breaking changes

See Milestone 4.0.1 for a complete list of issues addressed.