Skip to content

Releases: zxjon22/VelocityMail

Enhance testability

03 May 13:06
Compare
Choose a tag to compare

TestableVelocityMailService now saves Raw (unprocessed) VelocityMailMessage messages in addition to the generated MailMessages.
TestableVelocityMailService is now thread safe, supporting concurrent operations.

Port to .Net Standard 2.0

25 Apr 15:03
Compare
Choose a tag to compare

This version now supports both net452 and netstandard2.0 allowing use with .Net Core projects.