|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMMailer | |
planetj.common | |
planetj.dataengine.autorun | |
planetj.dataengine.email |
Uses of CMMailer in planetj.common |
Methods in planetj.common that return CMMailer | |
static CMMailer |
CMMailer.createMailer(String user,
String password,
String smtpHost)
Convience method to create a new CMMailer from a given user password and SMTP host. |
static CMMailer |
CMMailer.singleton()
Returns a singleton instance of the CMMailer Creation date: (10/16/2001 9:47:17 AM) |
Methods in planetj.common with parameters of type CMMailer | |
static boolean |
CMMailer.sendMessage(CMMailer mailer,
CMMailMessage message)
Convience method to sends the given mail message using the given mailer. |
Uses of CMMailer in planetj.dataengine.autorun |
Methods in planetj.dataengine.autorun that return CMMailer | |
CMMailer |
EmailTask.getMailer()
Gets the mailer to use |
CMMailer |
EmailOperation.getMailer()
Gets the mailer to use when sending email |
Uses of CMMailer in planetj.dataengine.email |
Methods in planetj.dataengine.email that return CMMailer | |
CMMailer |
IEmailObject.getMailer(ExecutingContext ec)
Get the mailer used to send emails. |
CMMailer |
EmailRowCollection.getMailer(ExecutingContext ec)
Get this Row's mailer. |
CMMailer |
EmailRow.getMailer(ExecutingContext ec)
Get this Row's mailer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |