Skip to content

Simple Mailer 2.4

Choose a tag to compare

@arkanovicz arkanovicz released this 05 Jan 18:37
· 5 commits to main since this release

Added

  • smtp.ssl.host configuration property to override SSL certificate hostname verification (useful for proxies and tunnels)
  • CC and BCC recipient support in EmailSender API

Fixed

  • SSL/STARTTLS usage: port 465 now uses SSL, port 587 uses STARTTLS

Changed

  • Migrated from javax.mail to jakarta.mail (angus-mail)
  • Updated all dependencies and plugins