Package com.kheops.util
Class MailService
java.lang.Object
com.kheops.util.MailService
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MailService
public MailService()
-
-
Method Details
-
sendMail
public static void sendMail(String smtpHost, String smtpUsername, String smtpPassword, String recipients, String subject, String message, String from) throws Exception - Throws:
Exception
-
toAddresses
public static javax.mail.Address[] toAddresses(String recipients) throws javax.mail.internet.AddressException - Throws:
javax.mail.internet.AddressException
-