Skip to content

Releases: stardogventures/templatemail

added SmtpEmailer, TestEmailer

16 Oct 21:47
Compare
Choose a tag to compare
  • Added SmtpEmailer to send emails with raw SMTP via JavaMail; this is especially useful for using Mailcatcher for local testing
  • Added TestEmailer to make it easier to test email sends without resorting to Mockito
  • Fixed a bug with escaping of HTML entities in Handlebars-templated subject lines