public interface SendEmailFunction
Modifier and Type | Method and Description |
---|---|
void |
sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
@Deprecated void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
context
- subject
- body
- attachments
- recipientsTo
- recipientsCc
- recipientsBcc
- charset
- ErrorException
@Deprecated void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, String from, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
context
- subject
- body
- attachments
- from
- recipientsTo
- recipientsCc
- recipientsBcc
- charset
- ErrorException
void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, String from, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String mime, String charset) throws ErrorException
context
- subject
- body
- attachments
- from
- recipientsTo
- recipientsCc
- recipientsBcc
- mime
- charset
- ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.