|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains variables and methods used by email objects.
Field Summary | |
static String |
CONFIG_KEY_POP3_SERVER
|
static String |
CONFIG_KEY_SMTP_SERVER
|
static String |
CONFIG_KEY_SMTP_USER_EMAIL
|
static String |
CONFIG_KEY_SMTP_USER_ID
|
static String |
CONFIG_KEY_SMTP_USER_PASSWORD
|
Method Summary | |
String |
getEmailBody(ExecutingContext ec)
Get this Row's body. |
String |
getEmailRecipients(ExecutingContext ec)
Get this Row's recipients. |
String |
getEmailSubject(ExecutingContext ec)
Get this Row's subject. |
CMMailer |
getMailer(ExecutingContext ec)
Get the mailer used to send emails. |
String |
getPOP3Server(ExecutingContext ec)
Get this Row's SMTP server. |
String |
getSMTPServer(ExecutingContext ec)
Get this Row's SMTP server. |
String |
getSMTPUserEmail(ExecutingContext ec)
Get this Row's SMTP user email. |
String |
getSMTPUserId(ExecutingContext ec)
Get this Row's SMTP user id. |
String |
getSMTPUserPassword(ExecutingContext ec)
Get this Row's SMTP user password. |
Field Detail |
public static final String CONFIG_KEY_POP3_SERVER
public static final String CONFIG_KEY_SMTP_SERVER
public static final String CONFIG_KEY_SMTP_USER_ID
public static final String CONFIG_KEY_SMTP_USER_PASSWORD
public static final String CONFIG_KEY_SMTP_USER_EMAIL
Method Detail |
public String getEmailBody(ExecutingContext ec)
public String getEmailRecipients(ExecutingContext ec)
public String getEmailSubject(ExecutingContext ec)
public CMMailer getMailer(ExecutingContext ec)
public String getPOP3Server(ExecutingContext ec)
public String getSMTPServer(ExecutingContext ec)
public String getSMTPUserEmail(ExecutingContext ec)
public String getSMTPUserId(ExecutingContext ec)
public String getSMTPUserPassword(ExecutingContext ec)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |