Uses of Class
alpine.mail.SendMailException
-
Packages that use SendMailException Package Description alpine.mail This package contains classes related to email. -
-
Uses of SendMailException in alpine.mail
Methods in alpine.mail that throw SendMailException Modifier and Type Method Description SendMailSendMail. bcc(String bcc)SendMailSendMail. bcc(String[] bcc)SendMailSendMail. cc(String cc)SendMailSendMail. cc(String[] cc)SendMailSendMail. from(String from)voidSendMail. send()SendMailSendMail. to(String to)SendMailSendMail. to(String[] to)
-