<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$AltBody">PHPMailer::$AltBody</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.</div>
</dd>
<dt class="field">
<span class="method-title">AddAddress</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddAddress">PHPMailer::AddAddress()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a "To" address.</div>
</dd>
<dt class="field">
<span class="method-title">AddAttachment</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddAttachment">PHPMailer::AddAttachment()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds an attachment from a path on the filesystem.</div>
</dd>
<dt class="field">
<span class="method-title">AddBCC</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddBCC">PHPMailer::AddBCC()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.</div>
</dd>
<dt class="field">
<span class="method-title">AddCC</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddCC">PHPMailer::AddCC()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.</div>
</dd>
<dt class="field">
<span class="method-title">AddCustomHeader</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddCustomHeader">PHPMailer::AddCustomHeader()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a custom header.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddEmbeddedImage">PHPMailer::AddEmbeddedImage()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".</div>
</dd>
<dt class="field">
<span class="method-title">AddReplyTo</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddReplyTo">PHPMailer::AddReplyTo()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a "Reply-to" address.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodAddStringAttachment">PHPMailer::AddStringAttachment()</a> in class.phpmailer.php</div>
<div class="index-item-description">Adds a string or binary attachment (non-filesystem) to the list.</div>
</dd>
<dt class="field">
<span class="method-title">Authenticate</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodAuthenticate">SMTP::Authenticate()</a> in class.smtp.php</div>
<div class="index-item-description">Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearAllRecipients">PHPMailer::ClearAllRecipients()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all recipients assigned in the TO, CC and BCC array. Returns void.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearAttachments">PHPMailer::ClearAttachments()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all previously set filesystem, string, and binary attachments. Returns void.</div>
</dd>
<dt class="field">
<span class="method-title">ClearBCCs</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearBCCs">PHPMailer::ClearBCCs()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all recipients assigned in the BCC array. Returns void.</div>
</dd>
<dt class="field">
<span class="method-title">ClearCCs</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearCCs">PHPMailer::ClearCCs()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all recipients assigned in the CC array. Returns void.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearCustomHeaders">PHPMailer::ClearCustomHeaders()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all custom headers. Returns void.</div>
</dd>
<dt class="field">
<span class="method-title">ClearReplyTos</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodClearReplyTos">PHPMailer::ClearReplyTos()</a> in class.phpmailer.php</div>
<div class="index-item-description">Clears all recipients assigned in the ReplyTo array. Returns void.</div>
</dd>
<dt class="field">
<span class="method-title">Close</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodClose">SMTP::Close()</a> in class.smtp.php</div>
<div class="index-item-description">Closes the socket and cleans up the state of the class.</div>
</dd>
<dt class="field">
<span class="method-title">Connect</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodConnect">SMTP::Connect()</a> in class.smtp.php</div>
<div class="index-item-description">Connect to the server specified on the port specified.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Encoding">PHPMailer::$Encoding</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".</div>
</dd>
<dt class="field">
<span class="var-title">$ErrorInfo</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$ErrorInfo">PHPMailer::$ErrorInfo</a> in class.phpmailer.php</div>
<div class="index-item-description">Holds the most recent mailer error message.</div>
</dd>
<dt class="field">
<span class="method-title">Expand</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodExpand">SMTP::Expand()</a> in class.smtp.php</div>
<div class="index-item-description">Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Helo">PHPMailer::$Helo</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the SMTP HELO of the message (Default is $Hostname).</div>
</dd>
<dt class="field">
<span class="var-title">$Host</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Host">PHPMailer::$Host</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").</div>
</dd>
<dt class="field">
<span class="var-title">$Hostname</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Hostname">PHPMailer::$Hostname</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.</div>
</dd>
<dt class="field">
<span class="method-title">Hello</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodHello">SMTP::Hello()</a> in class.smtp.php</div>
<div class="index-item-description">Sends the HELO command to the smtp server.</div>
</dd>
<dt class="field">
<span class="method-title">Help</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodHelp">SMTP::Help()</a> in class.smtp.php</div>
<div class="index-item-description">Gets help information on the keyword specified. If the keyword</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Mailer">PHPMailer::$Mailer</a> in class.phpmailer.php</div>
<div class="index-item-description">Method to send mail: ("mail", "sendmail", or "smtp").</div>
</dd>
<dt class="field">
<span class="method-title">Mail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodMail">SMTP::Mail()</a> in class.smtp.php</div>
<div class="index-item-description">Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$PluginDir">PHPMailer::$PluginDir</a> in class.phpmailer.php</div>
<div class="index-item-description">Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.</div>
</dd>
<dt class="field">
<span class="var-title">$Port</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Port">PHPMailer::$Port</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the default SMTP server port.</div>
</dd>
<dt class="field">
<span class="var-title">$Priority</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Priority">PHPMailer::$Priority</a> in class.phpmailer.php</div>
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodQuit">SMTP::Quit()</a> in class.smtp.php</div>
<div class="index-item-description">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.</div>
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodRecipient">SMTP::Recipient()</a> in class.smtp.php</div>
<div class="index-item-description">Sends the command RCPT to the SMTP server with the TO: argument of $to.</div>
</dd>
<dt class="field">
<span class="method-title">Reset</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodReset">SMTP::Reset()</a> in class.smtp.php</div>
<div class="index-item-description">Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Sender">PHPMailer::$Sender</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.</div>
</dd>
<dt class="field">
<span class="var-title">$Sendmail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Sendmail">PHPMailer::$Sendmail</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the path of the sendmail program.</div>
</dd>
<dt class="field">
<span class="var-title">$SMTPAuth</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$SMTPAuth">PHPMailer::$SMTPAuth</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets SMTP authentication. Utilizes the Username and Password variables.</div>
</dd>
<dt class="field">
<span class="var-title">$SMTPDebug</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$SMTPDebug">PHPMailer::$SMTPDebug</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets SMTP class debugging on or off.</div>
</dd>
<dt class="field">
<span class="var-title">$SMTPKeepAlive</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$SMTPKeepAlive">PHPMailer::$SMTPKeepAlive</a> in class.phpmailer.php</div>
<div class="index-item-description">Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().</div>
</dd>
<dt class="field">
<span class="var-title">$SMTP_PORT</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#var$SMTP_PORT">SMTP::$SMTP_PORT</a> in class.smtp.php</div>
<div class="index-item-description">SMTP server port</div>
</dd>
<dt class="field">
<span class="var-title">$Subject</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Subject">PHPMailer::$Subject</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the Subject of the message.</div>
</dd>
<dt class="field">
<span class="method-title">Send</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodSend">SMTP::Send()</a> in class.smtp.php</div>
<div class="index-item-description">Starts a mail transaction from the email address specified in</div>
</dd>
<dt class="field">
<span class="method-title">Send</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodSend">PHPMailer::Send()</a> in class.phpmailer.php</div>
<div class="index-item-description">Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.</div>
</dd>
<dt class="field">
<span class="method-title">SendAndMail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodSendAndMail">SMTP::SendAndMail()</a> in class.smtp.php</div>
<div class="index-item-description">Starts a mail transaction from the email address specified in</div>
</dd>
<dt class="field">
<span class="method-title">SendOrMail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodSendOrMail">SMTP::SendOrMail()</a> in class.smtp.php</div>
<div class="index-item-description">Starts a mail transaction from the email address specified in</div>
</dd>
<dt class="field">
<span class="method-title">SetLanguage</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodSetLanguage">PHPMailer::SetLanguage()</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.</div>
</dd>
<dt class="field">
<span class="method-title">SMTP</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodSMTP">SMTP::SMTP()</a> in class.smtp.php</div>
<div class="index-item-description">Initialize the class so that the data is in a known state.</div>
</dd>
<dt class="field">
SMTP
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html">SMTP</a> in class.smtp.php</div>
<div class="index-item-description">SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.</div>
</dd>
<dt class="field">
<span class="method-title">SmtpClose</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#methodSmtpClose">PHPMailer::SmtpClose()</a> in class.phpmailer.php</div>
<div class="index-item-description">Closes the active SMTP session if one exists.</div>
<div class="index-item-details"><a href="PHPMailer/PHPMailer.html#var$Timeout">PHPMailer::$Timeout</a> in class.phpmailer.php</div>
<div class="index-item-description">Sets the SMTP server timeout in seconds. This function will not work with the win32 version.</div>
</dd>
<dt class="field">
<span class="method-title">Turn</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PHPMailer/SMTP.html#methodTurn">SMTP::Turn()</a> in class.smtp.php</div>
<div class="index-item-description">This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future</div>