@PermitAll public class SendEmailFunctionImpl extends Object implements SendEmailFunction
Constructor and Description |
---|
SendEmailFunctionImpl() |
Modifier and Type | Method and Description |
---|---|
void |
postConstruct()
Fix for https://experjira.whitestein.com/browse/LSPS-7392
Sending email in OpenEJB against server that requires authentication.
|
void |
sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Sends an e-mail.
|
void |
sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Sends an e-mail.
|
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.
|
@PostConstruct public void postConstruct()
public void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
SendEmailFunction
sendEmail
in interface SendEmailFunction
ErrorException
public void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, String from, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String charset) throws ErrorException
SendEmailFunction
sendEmail
in interface SendEmailFunction
ErrorException
public void sendEmail(ExecutionContext context, String subject, String body, SetHolder attachments, String from, SetHolder recipientsTo, SetHolder recipientsCc, SetHolder recipientsBcc, String mime, String charset) throws ErrorException
SendEmailFunction
sendEmail
in interface SendEmailFunction
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.