@Default @ApplicationScoped public class EmailSender extends Object implements MailSender
| Constructor and Description |
|---|
EmailSender() |
@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 © 2016. All rights reserved.