Skip to content

Releases: hermanho/postal.aspnetcore

v2.3.0

17 Mar 16:04
Compare
Choose a tag to compare

Implemented enhancements:

  • Support all templates under the views folder

v2.2.1.2

11 Dec 01:11
Compare
Choose a tag to compare

Implemented enhancements:

  • Allow SendAsync with MailMessage in EmailService
  • Decouple "Func<SmtpClient>" into "IOptions<EmailServiceOptions>" in EmailService constructor for dependency injection
  • Add logger in EmailService

v2.1.7: Merge pull request #5 from amitmittal/patch-2

30 Nov 14:03
1f5d1ae
Compare
Choose a tag to compare
added support for style attribute. fix bug in image attachment.