public class EmailUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL_ERROR
Email error code.
|
Constructor and Description |
---|
EmailUtils() |
Modifier and Type | Method and Description |
---|---|
void |
sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
void |
sendEmail(ExecutionContext context,
javax.mail.Session session,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
sendEmail(ExecutionContext context,
javax.mail.Session session,
String from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
public static final String EMAIL_ERROR
public void sendEmail(ExecutionContext context, javax.mail.Session session, String from, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String mime, String charset) throws ErrorException
context
- session
- from
- subject
- body
- attachments
- recipientsTo
- recipientsCc
- recipientsBcc
- mime
- charset
- ErrorException
public void sendEmail(ExecutionContext context, javax.mail.Session session, RecordHolder from, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String mime, String charset) throws ErrorException
context
- session
- from
- subject
- body
- attachments
- recipientsTo
- recipientsCc
- recipientsBcc
- mime
- charset
- ErrorException
@Deprecated public void sendEmail(ExecutionContext context, javax.mail.Session session, RecordHolder from, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
context
- session
- from
- subject
- body
- attachments
- recipientsTo
- recipientsCc
- recipientsBcc
- charset
- ErrorException
@Deprecated public void sendEmail(ExecutionContext context, javax.mail.Session session, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
context
- session
- subject
- body
- attachments
- recipientsTo
- recipientsCc
- recipientsBcc
- charset
- ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.