| java.lang.Object com.liferay.util.mail.MailEngine
MailEngine | public class MailEngine (Code) | | View Source
author: Brian Wing Shun Chan author: Brian Myunghun Kim author: Jorge Ferrer author: Neil Griffin |
Method Summary | |
public static Session | getSession() | public static Session | getSession(boolean cache) | public static void | send(MailMessage mailMessage) | public static void | send(String from, String to, String subject, String body) | public static void | send(InternetAddress from, InternetAddress to, String subject, String body) | public static void | send(InternetAddress from, InternetAddress to, String subject, String body, boolean htmlFormat) | public static void | send(InternetAddress from, InternetAddress[] to, String subject, String body) | public static void | send(InternetAddress from, InternetAddress[] to, String subject, String body, boolean htmlFormat) | public static void | send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, String subject, String body) | public static void | send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, String subject, String body, boolean htmlFormat) | public static void | send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc, String subject, String body) | public static void | send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc, String subject, String body, boolean htmlFormat, InternetAddress[] replyTo, String messageId, String inReplyTo) | public static void | send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc, String subject, String body, boolean htmlFormat, InternetAddress[] replyTo, String messageId, String inReplyTo, File[] attachments) | public static void | send(byte[] msgByteArray) |
send | public static void send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc, String subject, String body, boolean htmlFormat, InternetAddress[] replyTo, String messageId, String inReplyTo) throws MailEngineException(Code) | | |
send | public static void send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc, String subject, String body, boolean htmlFormat, InternetAddress[] replyTo, String messageId, String inReplyTo, File[] attachments) throws MailEngineException(Code) | | |
|
|