Class Mailer

Description
  • author: Brent R. Matzelle
  • copyright:

    2005 Jonathan Semczyk <jonathan.semczyk@free.fr>

    See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.gnu.org/licenses/gpl.html.

Located in /apps/mail/classes/mailer.class.php (line 13)

PHPMailer
   |
   --Mailer
Variable Summary
mixed $CharSet
mixed $Host
mixed $Mailer
mixed $WordWrap
Method Summary
void parseCC (mixed $cc)
void parseFrom (mixed $from)
void parseTo (mixed $to)
Variables
mixed $CharSet = "UTF-8" (line 16)

Redefinition of:
PHPMailer::$CharSet
Sets the CharSet of the message.
mixed $Host = "localhost" (line 17)

Redefinition of:
PHPMailer::$Host
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").
mixed $Mailer = "smtp" (line 18)

Redefinition of:
PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
mixed $WordWrap = 80 (line 15)

Redefinition of:
PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.

Inherited Variables

Inherited from PHPMailer

PHPMailer::$AltBody
PHPMailer::$Body
PHPMailer::$ConfirmReadingTo
PHPMailer::$ContentType
PHPMailer::$Encoding
PHPMailer::$ErrorInfo
PHPMailer::$From
PHPMailer::$FromName
PHPMailer::$Helo
PHPMailer::$Hostname
PHPMailer::$Password
PHPMailer::$PluginDir
PHPMailer::$Port
PHPMailer::$Priority
PHPMailer::$Sender
PHPMailer::$Sendmail
PHPMailer::$SMTPAuth
PHPMailer::$SMTPDebug
PHPMailer::$SMTPKeepAlive
PHPMailer::$Subject
PHPMailer::$Timeout
PHPMailer::$Username
PHPMailer::$Version
Methods

Documentation generated on Sat, 17 Feb 2007 02:55:06 +0100 by phpDocumentor 1.3.0RC3