Package io.quarkus.mailer
Interface Mailer
-
- All Known Implementing Classes:
BlockingMailerImpl
public interface MailerA mailer to send email.- See Also:
ReactiveMailer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(Mail... mails)Sends the given mails.
-
-
-
Method Detail
-
send
void send(Mail... mails)
Sends the given mails.- Parameters:
mails- the mails, must not benull.
-
-