Skip to content

Releases: NullDesk/nullmailer

8.0.0

Choose a tag to compare

@StephenRedd StephenRedd released this 06 Jan 13:04
a801aef

Upgrade to .NET 8

5.1.6

Choose a tag to compare

@StephenRedd StephenRedd released this 23 Aug 10:17
  • Added missing recipient substitutions to fluent message builder
  • Updated sourcelink support

5.1.4

Choose a tag to compare

@StephenRedd StephenRedd released this 18 Jun 21:07

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

5.0.0

Choose a tag to compare

@StephenRedd StephenRedd released this 18 Jun 17:57

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

Choose a tag to compare

@StephenRedd StephenRedd released this 09 Sep 18:48

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

4.2.3

Choose a tag to compare

@StephenRedd StephenRedd released this 09 Sep 16:52

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

Choose a tag to compare

@StephenRedd StephenRedd released this 08 Sep 14:11

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

Choose a tag to compare

@StephenRedd StephenRedd released this 20 Aug 08:43

Adds net462 target, and minor async and error handling fixes

4.1.0

Choose a tag to compare

@StephenRedd StephenRedd released this 27 Jul 21:24

Fixes minor issues with entity history store

4.0.2

Choose a tag to compare

@StephenRedd StephenRedd released this 11 Jul 05:40

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)