@Default @ApplicationScoped public class JavaMailSender extends Object implements MailSender
| Constructor and Description |
|---|
JavaMailSender() |
@PermitAll public void send(Mail mail) throws javax.mail.MessagingException
send in interface MailSendermail - the mail with the transmitter, the receiver, the title and the
message.javax.mail.MessagingException - when any problem is produced during sending.MailCopyright © 2017. All rights reserved.