top
| ||
$AltBody | in file class.phpmailer.php, variable phpmailer::$AltBody Sets the text-only body of the message. | |
AddAddress | in file class.phpmailer.php, method phpmailer::AddAddress() Adds a "To" address. | |
AddAttachment | in file class.phpmailer.php, method phpmailer::AddAttachment() Adds an attachment from a path on the filesystem. | |
AddBCC | in file class.phpmailer.php, method phpmailer::AddBCC() Adds a "Bcc" address. | |
AddCC | in file class.phpmailer.php, method phpmailer::AddCC() Adds a "Cc" address. | |
AddCustomHeader | in file class.phpmailer.php, method phpmailer::AddCustomHeader() Adds a custom header. | |
AddEmbeddedImage | in file class.phpmailer.php, method phpmailer::AddEmbeddedImage() Adds an embedded attachment. This can include images, sounds, and just about any other document. | |
AddReplyTo | in file class.phpmailer.php, method phpmailer::AddReplyTo() Adds a "Reply-to" address. | |
AddStringAttachment | in file class.phpmailer.php, method phpmailer::AddStringAttachment() Adds a string or binary attachment (non-filesystem) to the list. | |
Authenticate | in file class.smtp.php, method SMTP::Authenticate() Performs SMTP authentication. Must be run after running the Hello() method. | |
top
| ||
$Body | in file class.phpmailer.php, variable phpmailer::$Body Sets the Body of the message. | |
Boundary | in file class.phpmailer.php, method Boundary::Boundary() Main constructor. | |
Boundary | in file class.phpmailer.php, class Boundary Boundary - MIME message boundary class | |
top
| ||
$CharSet | in file class.phpmailer.php, variable Boundary::$CharSet Sets the Char set. | |
$CharSet | in file class.phpmailer.php, variable phpmailer::$CharSet Sets the CharSet of the message. | |
$ConfirmReadingTo | in file class.phpmailer.php, variable phpmailer::$ConfirmReadingTo Sets the email address that a reading confirmation will be sent. | |
$ContentType | in file class.phpmailer.php, variable Boundary::$ContentType Sets the boundary Content Type. | |
$ContentType | in file class.phpmailer.php, variable phpmailer::$ContentType Sets the Content-type of the message. | |
$CRLF | in file class.smtp.php, variable SMTP::$CRLF | |
$CustomHeader | in file class.phpmailer.php, variable phpmailer::$CustomHeader Holds all custom headers. | |
class.phpmailer.php | procedural page class.phpmailer.php | |
class.smtp.php | procedural page class.smtp.php | |
ClearAddresses | in file class.phpmailer.php, method phpmailer::ClearAddresses() Clears all recipients assigned in the TO array. | |
ClearAllRecipients | in file class.phpmailer.php, method phpmailer::ClearAllRecipients() Clears all recipients assigned in the TO, CC and BCC array. | |
ClearAttachments | in file class.phpmailer.php, method phpmailer::ClearAttachments() Clears all previously set filesystem, string, and binary attachments. | |
ClearBCCs | in file class.phpmailer.php, method phpmailer::ClearBCCs() Clears all recipients assigned in the BCC array. | |
ClearCCs | in file class.phpmailer.php, method phpmailer::ClearCCs() Clears all recipients assigned in the CC array. | |
ClearCustomHeaders | in file class.phpmailer.php, method phpmailer::ClearCustomHeaders() Clears all custom headers. | |
ClearReplyTos | in file class.phpmailer.php, method phpmailer::ClearReplyTos() Clears all recipients assigned in the ReplyTo array. | |
Close | in file class.smtp.php, method SMTP::Close() Closes the socket and cleans up the state of the class. | |
Connect | in file class.smtp.php, method SMTP::Connect() Connect to the server specified on the port specified. | |
top
| ||
$Disposition | in file class.phpmailer.php, variable Boundary::$Disposition Sets an attachment disposition. | |
$do_debug | in file class.smtp.php, variable SMTP::$do_debug | |
Data | in file class.smtp.php, method SMTP::Data() Issues a data command and sends the msg_data to the server | |
top
| ||
$Encoding | in file class.phpmailer.php, variable Boundary::$Encoding Sets the Encoding. | |
$Encoding | in file class.phpmailer.php, variable phpmailer::$Encoding Sets the Encoding of the message. | |
$error | in file class.smtp.php, variable SMTP::$error | |
$ErrorInfo | in file class.phpmailer.php, variable phpmailer::$ErrorInfo Holds the most recent mailer error message. | |
Expand | in file class.smtp.php, method SMTP::Expand() Expand takes the name and asks the server to list all the people who are members of the _list_. | |
top
| ||
$FileName | in file class.phpmailer.php, variable Boundary::$FileName Sets an attachment file name. | |
$From | in file class.phpmailer.php, variable phpmailer::$From Sets the From email address for the message. | |
$FromName | in file class.phpmailer.php, variable phpmailer::$FromName Sets the From name of the message. | |
top
| ||
GetSource | in file class.phpmailer.php, method Boundary::GetSource() Returns the source of the boundary. | |
top
| ||
$Helo | in file class.phpmailer.php, variable phpmailer::$Helo Sets the SMTP HELO of the message (Default is $Hostname). | |
$helo_rply | in file class.smtp.php, variable SMTP::$helo_rply | |
$Host | in file class.phpmailer.php, variable phpmailer::$Host Sets the SMTP hosts. | |
$Hostname | in file class.phpmailer.php, variable phpmailer::$Hostname Sets the hostname to use in Message-Id and Received headers and as default HELO string. | |
Hello | in file class.smtp.php, method SMTP::Hello() Sends the HELO command to the smtp server. | |
Help | in file class.smtp.php, method SMTP::Help() Gets help information on the keyword specified. | |
top
| ||
IsHTML | in file class.phpmailer.php, method phpmailer::IsHTML() Sets message type to HTML. | |
IsMail | in file class.phpmailer.php, method phpmailer::IsMail() Sets Mailer to send message using PHP mail() function. Returns void. | |
IsQmail | in file class.phpmailer.php, method phpmailer::IsQmail() Sets Mailer to send message using the qmail MTA. | |
IsSendmail | in file class.phpmailer.php, method phpmailer::IsSendmail() Sets Mailer to send message using the $Sendmail program. Returns void. | |
IsSMTP | in file class.phpmailer.php, method phpmailer::IsSMTP() Sets Mailer to send message using SMTP. Returns void. | |
top
| ||
$LE | in file class.phpmailer.php, variable phpmailer::$LE Sets the line endings of the message. | |
$LE | in file class.phpmailer.php, variable Boundary::$LE Sets the line endings of the message. | |
top
| ||
$Mailer | in file class.phpmailer.php, variable phpmailer::$Mailer Method to send mail: ("mail", "sendmail", or "smtp"). | |
$message_type | in file class.phpmailer.php, variable phpmailer::$message_type Holds the type of the message. | |
in file class.smtp.php, method SMTP::Mail() Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. | ||
top
| ||
Noop | in file class.smtp.php, method SMTP::Noop() Sends the command NOOP to the SMTP server. | |
top
| ||
$Password | in file class.phpmailer.php, variable phpmailer::$Password Sets SMTP password. | |
$PluginDir | in file class.phpmailer.php, variable phpmailer::$PluginDir Path to phpmailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path. | |
$Port | in file class.phpmailer.php, variable phpmailer::$Port Sets the default SMTP server port. | |
$Priority | in file class.phpmailer.php, variable phpmailer::$Priority Email priority (1 = High, 3 = Normal, 5 = low). | |
phpmailer | in file class.phpmailer.php, class phpmailer phpmailer - PHP email transport class | |
top
| ||
Quit | in file class.smtp.php, method SMTP::Quit() Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true. | |
top
| ||
$ReplyTo | in file class.phpmailer.php, variable phpmailer::$ReplyTo Holds all "Reply-To" addresses. | |
Recipient | in file class.smtp.php, method SMTP::Recipient() Sends the command RCPT to the SMTP server with the TO: argument of $to. Returns true if the recipient was accepted false if it was rejected. | |
Reset | in file class.smtp.php, method SMTP::Reset() Sends the RSET command to abort and transaction that is currently in progress. | |
top
| ||
$Sender | in file class.phpmailer.php, variable phpmailer::$Sender Sets the Sender email of the message. | |
$Sendmail | in file class.phpmailer.php, variable phpmailer::$Sendmail Sets the path of the sendmail program. | |
$SMTPAuth | in file class.phpmailer.php, variable phpmailer::$SMTPAuth Sets SMTP authentication. | |
$SMTPDebug | in file class.phpmailer.php, variable phpmailer::$SMTPDebug Sets SMTP class debugging on or off. | |
$smtp_conn | in file class.smtp.php, variable SMTP::$smtp_conn | |
$SMTP_PORT | in file class.smtp.php, variable SMTP::$SMTP_PORT | |
$Subject | in file class.phpmailer.php, variable phpmailer::$Subject Sets the Subject of the message. | |
Send | in file class.smtp.php, method SMTP::Send() Starts a mail transaction from the email address specified in | |
Send | in file class.phpmailer.php, method phpmailer::Send() Creates message and assigns Mailer. | |
SendAndMail | in file class.smtp.php, method SMTP::SendAndMail() Starts a mail transaction from the email address specified in | |
SendOrMail | in file class.smtp.php, method SMTP::SendOrMail() Starts a mail transaction from the email address specified in | |
SendToQueue | in file class.phpmailer.php, method phpmailer::SendToQueue() Sends mail message to an assigned queue directory. | |
SMTP | in file class.smtp.php, method SMTP::SMTP() Initialize the class so that the data is in a known state. | |
SMTP | in file class.smtp.php, class SMTP STMP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. | |
top
| ||
$Timeout | in file class.phpmailer.php, variable phpmailer::$Timeout Sets the SMTP server timeout in seconds. | |
Turn | in file class.smtp.php, method SMTP::Turn() This is an optional command for SMTP that this class does not support. | |
top
| ||
$UseMSMailHeaders | in file class.phpmailer.php, variable phpmailer::$UseMSMailHeaders Turns Microsoft mail client headers on and off. | |
$Username | in file class.phpmailer.php, variable phpmailer::$Username Sets SMTP username. | |
top
| ||
$Version | in file class.phpmailer.php, variable phpmailer::$Version Holds phpmailer version. | |
Verify | in file class.smtp.php, method SMTP::Verify() Verifies that the name is recognized by the server. | |
top
| ||
$WordWrap | in file class.phpmailer.php, variable phpmailer::$WordWrap Sets word wrapping on the body of the message to a given number of characters. |