Skip to content

Email senders

Alexander Zobkov edited this page Jan 27, 2022 · 1 revision
  • camel-mail => Uses javax.mail under the hood. Establish and closes SMTP connection for each email to send.
  • spring-mail => Uses javax.mail under the hood. Establish and closes SMTP connection for each batch (depending on API call is used) of emails to send.
  • vertx-mail-client => Own implementation under the hood. https://github.dev/vert-x3/vertx-mail-client
  • quarkus-mailer => Uses vertx-mail-client under the hood. https://quarkus.io/guides/mailer-reference
Clone this wiki locally