java.lang.Object
com.aoindustries.web.struts.Mailer
Centralized mailer. Because it must set system properties for correct behavior (thanks javamail!) this
will only send one email at a time.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
sendEmail
public static void sendEmail(HostAddress smtpServer, String contentType, Charset charset, String fromAddress, String fromPersonal, List<String> tos, String subject, String message) throws MessagingException, UnsupportedEncodingException Sends an email.
-