$AltBody = ''
[line 86]
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.
$Body = ''
[line 77]
Sets the Body of the message. This can be either an HTML or text body.
If HTML then run IsHTML(true).
$CharSet = 'iso-8859-1'
[line 26]
Sets the CharSet of the message.
$ConfirmReadingTo = ''
[line 111]
Sets the email address that a reading confirmation will be sent.
$ContentType = 'text/plain'
[line 32]
Sets the Content-type of the message.
$Encoding = '8bit'
[line 39]
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
$ErrorInfo = ''
[line 45]
Holds the most recent mailer error message.
$From = 'nobody@localhost'
[line 51]
Sets the From email address for the message.
$FromName = 'Nobody User'
[line 57]
Sets the From name of the message.
$Hostname = ''
[line 119]
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'.
$Mailer = 'mail'
[line 99]
Method to send mail: ("mail", "sendmail", or "smtp").
$Priority = 3
[line 20]
Email priority (1 = High, 3 = Normal, 5 = low).
$Sender = ''
[line 64]
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.
$Sendmail = '/usr/sbin/sendmail'
[line 105]
Sets the path of the sendmail program.
$Subject = ''
[line 70]
Sets the Subject of the message.
$WordWrap = 0
[line 93]
Sets word wrapping on the body of the message to a given number of characters.
$_attachment = array()
[line 132]
$_bcc = array()
[line 130]
$_boundary = array()
[line 135]
$_cc = array()
[line 129]
$_CustomHeader = array()
[line 133]
$_error_count = 0
[line 137]
$_language = array()
[line 136]
$_LE = "\n"
[line 138]
$_message_type = ''
[line 134]
$_ReplyTo = array()
[line 131]
$_smtp = NULL
[line 127]
$_to = array()
[line 128]