Skip to content

added SmtpEmailer, TestEmailer

Latest
Compare
Choose a tag to compare
@eonwhite eonwhite released this 16 Oct 21:47
  • 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