$ A C I P S

$

$AltBody - Variable in class phpmailer
Sets a multipart/alternative message.
$Body - Variable in class phpmailer
Sets the Body of the message.
$CharSet - Variable in class phpmailer
Sets the CharSet of the message.
$ContentType - Variable in class phpmailer
Sets the Content-type of the message.
$Encoding - Variable in class phpmailer
Sets the Encoding of the message.
$ErrorInfo - Variable in class phpmailer
Holds the most recent mailer error message.
$From - Variable in class phpmailer
Sets the From email of the message.
$FromName - Variable in class phpmailer
Sets the From name of the message.
$Helo - Variable in class phpmailer
Sets the CharSet of the message.
$Host - Variable in class phpmailer
Sets the SMTP host.
$Mailer - Variable in class phpmailer
Method to send mail: ("mail", "sendmail", or "smtp").
$Password - Variable in class phpmailer
Sets SMTP password.
$Port - Variable in class phpmailer
Sets the SMTP server port.
$Priority - Variable in class phpmailer
Email priority (1 = High, 3 = Normal, 5 = low).
$Sender - Variable in class phpmailer
Sets the Sender email of the message.
$Sendmail - Variable in class phpmailer
Sets the path of the sendmail program.
$SMTPAuth - Variable in class phpmailer
Sets SMTP authentication.
$SMTPDebug - Variable in class phpmailer
Sets SMTP class debugging on or off.
$Subject - Variable in class phpmailer
Sets the Subject of the message.
$Timeout - Variable in class phpmailer
Sets the SMTP server timeout.
$UseMSMailHeaders - Variable in class phpmailer
Turns Microsoft mail client headers on and off.
$Username - Variable in class phpmailer
Sets SMTP username.
$Version - Variable in class phpmailer
Holds phpmailer version.
$WordWrap - Variable in class phpmailer
Sets word wrapping on the message.

A

AddAddress(var, var) - Method in class phpmailer
Adds a "to" address.
AddAttachment(var, var, var, var) - Method in class phpmailer
Checks if attachment is valid and then adds the attachment to the list.
AddBCC(var, var) - Method in class phpmailer
Adds a "Bcc" address.
AddCC(var, var) - Method in class phpmailer
Adds a "Cc" address.
AddCustomHeader(var) - Method in class phpmailer
Adds a custom header.
AddReplyTo(var, var) - Method in class phpmailer
Adds a "Reply-to" address.
AddStringAttachment(var, var, var, var) - Method in class phpmailer
Adds the string attachment to the list.

C

ClearAddresses() - Method in class phpmailer
Clears all recipients assigned in the TO array.
ClearAllRecipients() - Method in class phpmailer
Clears all recipients assigned in the TO, CC and BCC array.
ClearAttachments() - Method in class phpmailer
Clears all previously set attachments.
ClearBCCs() - Method in class phpmailer
Clears all recipients assigned in the BCC array.
ClearCCs() - Method in class phpmailer
Clears all recipients assigned in the CC array.
ClearCustomHeaders() - Method in class phpmailer
Clears all custom headers.
ClearReplyTos() - Method in class phpmailer
Clears all recipients assigned in the ReplyTo array.

I

IsHTML(var) - Method in class phpmailer
Sets message type to HTML.
IsMail() - Method in class phpmailer
Sets Mailer to use PHP mail() function.
IsQmail() - Method in class phpmailer
Sets Mailer to use qmail MTA.
IsSendmail() - Method in class phpmailer
Sets Mailer to use $Sendmail program.
IsSMTP() - Method in class phpmailer
Sets Mailer to use SMTP.

P

phpmailer - class phpmailer.
phpmailer - PHP email transport class
phpmailer() - Constructor for class phpmailer
 

S

Send() - Method in class phpmailer
Creates message and assigns Mailer.

$ A C I P S