|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EmailSender
An interface that describes a mechanism for managing sending email events.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Method Summary | |
|---|---|
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody)
Sends a message with the given parameters |
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String pExtraHeader)
Sends a message with the given parameters |
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String[] pExtraHeaders)
Sends a message with the given parameters |
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody)
Sends a message with the given parameters |
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String pExtraHeader)
Sends a message with the given parameters |
void |
sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String[] pExtraHeaders)
Sends a message with the given parameters |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
void sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody)
throws EmailException
pFrom - Whom the mail is coming frompRecipient - The recipient that should receive the messagepSubject - Subject line of the email messagepBody - The message content
EmailException - if there is any problem while sending mail
void sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody)
throws EmailException
pFrom - Whom the mail is coming frompRecipients - The list of recipients that should receive emailpSubject - Subject line of the email messagepBody - The message content
EmailException - if there is any problem while sending mail
void sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String pExtraHeader)
throws EmailException
pFrom - Whom the mail is coming frompRecipient - The recipient that should receive the messagepSubject - Subject line of the email messagepBody - The message contentpExtraHeader - An extra headers that should be used
in the email (e.g. "X-URL: http://foo.bar.com/")
EmailException - if there is any problem while sending mail
void sendEmailMessage(java.lang.String pFrom,
java.lang.String pRecipient,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String[] pExtraHeaders)
throws EmailException
pFrom - Whom the mail is coming frompRecipient - The recipient that should receive the messagepSubject - Subject line of the email messagepBody - The message contentpExtraHeaders - The list of extra headers that should be used
in the email (e.g. "X-URL: http://foo.bar.com/")
EmailException - if there is any problem while sending mail
void sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String pExtraHeader)
throws EmailException
pFrom - Whom the mail is coming frompRecipients - The list of recipients that should receive emailpSubject - Subject line of the email messagepBody - The message contentpExtraHeader - An extra headers that should be used
in the email (e.g. "X-URL: http://foo.bar.com/")
EmailException - if there is any problem while sending mail
void sendEmailMessage(java.lang.String pFrom,
java.lang.String[] pRecipients,
java.lang.String pSubject,
java.lang.String pBody,
java.lang.String[] pExtraHeaders)
throws EmailException
pFrom - Whom the mail is coming frompRecipients - The list of recipients that should receive emailpSubject - Subject line of the email messagepBody - The message contentpExtraHeaders - The list of extra headers that should be used
in the email (e.g. "X-URL: http://foo.bar.com/")
EmailException - if there is any problem while sending mail
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||