Uses of Class
planetj.common.CMMailMessage

Packages that use CMMailMessage
planetj.common   
planetj.database.field   
 

Uses of CMMailMessage in planetj.common
 

Methods in planetj.common with parameters of type CMMailMessage
static boolean CMMailer.sendMessage(CMMailer mailer, CMMailMessage message)
          Convience method to sends the given mail message using the given mailer.
 void CMMailer.sendMessage(CMMailMessage mailMessage)
           
 void CMMailer.sendSMTPMessage(CMMailMessage mailMessage)
          Send a SMTP message.
 

Uses of CMMailMessage in planetj.database.field
 

Methods in planetj.database.field with parameters of type CMMailMessage
 void EmailField.sendMail(String pSTMPServer, String pPopServer, String pUsername, String pPassword, CMMailMessage message)
          Sends the specfied message to the address contained in the field from the SMTP server specified and the account of the username.