Element Index

  Indexes by package:
default


a b c d e f g h i l m n p q r s t u v w
  top
a
$AltBodyin file class.phpmailer.php, variable phpmailer::$AltBody
    Sets the text-only body of the message.
AddAddressin file class.phpmailer.php, method phpmailer::AddAddress()
    Adds a "To" address.
AddAttachmentin file class.phpmailer.php, method phpmailer::AddAttachment()
    Adds an attachment from a path on the filesystem.
AddBCCin file class.phpmailer.php, method phpmailer::AddBCC()
    Adds a "Bcc" address.
AddCCin file class.phpmailer.php, method phpmailer::AddCC()
    Adds a "Cc" address.
AddCustomHeaderin file class.phpmailer.php, method phpmailer::AddCustomHeader()
    Adds a custom header.
AddEmbeddedImagein file class.phpmailer.php, method phpmailer::AddEmbeddedImage()
    Adds an embedded attachment. This can include images, sounds, and just about any other document.
AddReplyToin file class.phpmailer.php, method phpmailer::AddReplyTo()
    Adds a "Reply-to" address.
AddStringAttachmentin file class.phpmailer.php, method phpmailer::AddStringAttachment()
    Adds a string or binary attachment (non-filesystem) to the list.
Authenticatein file class.smtp.php, method SMTP::Authenticate()
    Performs SMTP authentication. Must be run after running the Hello() method.
  top
b
$Bodyin file class.phpmailer.php, variable phpmailer::$Body
    Sets the Body of the message.
Boundaryin file class.phpmailer.php, method Boundary::Boundary()
    Main constructor.
Boundaryin file class.phpmailer.php, class Boundary
    Boundary - MIME message boundary class
  top
c
$CharSetin file class.phpmailer.php, variable Boundary::$CharSet
    Sets the Char set.
$CharSetin file class.phpmailer.php, variable phpmailer::$CharSet
    Sets the CharSet of the message.
$ConfirmReadingToin file class.phpmailer.php, variable phpmailer::$ConfirmReadingTo
    Sets the email address that a reading confirmation will be sent.
$ContentTypein file class.phpmailer.php, variable Boundary::$ContentType
    Sets the boundary Content Type.
$ContentTypein file class.phpmailer.php, variable phpmailer::$ContentType
    Sets the Content-type of the message.
$CRLFin file class.smtp.php, variable SMTP::$CRLF
$CustomHeaderin file class.phpmailer.php, variable phpmailer::$CustomHeader
    Holds all custom headers.
class.phpmailer.phpprocedural page class.phpmailer.php
class.smtp.phpprocedural page class.smtp.php
ClearAddressesin file class.phpmailer.php, method phpmailer::ClearAddresses()
    Clears all recipients assigned in the TO array.
ClearAllRecipientsin file class.phpmailer.php, method phpmailer::ClearAllRecipients()
    Clears all recipients assigned in the TO, CC and BCC array.
ClearAttachmentsin file class.phpmailer.php, method phpmailer::ClearAttachments()
    Clears all previously set filesystem, string, and binary attachments.
ClearBCCsin file class.phpmailer.php, method phpmailer::ClearBCCs()
    Clears all recipients assigned in the BCC array.
ClearCCsin file class.phpmailer.php, method phpmailer::ClearCCs()
    Clears all recipients assigned in the CC array.
ClearCustomHeadersin file class.phpmailer.php, method phpmailer::ClearCustomHeaders()
    Clears all custom headers.
ClearReplyTosin file class.phpmailer.php, method phpmailer::ClearReplyTos()
    Clears all recipients assigned in the ReplyTo array.
Closein file class.smtp.php, method SMTP::Close()
    Closes the socket and cleans up the state of the class.
Connectin file class.smtp.php, method SMTP::Connect()
    Connect to the server specified on the port specified.
  top
d
$Dispositionin file class.phpmailer.php, variable Boundary::$Disposition
    Sets an attachment disposition.
$do_debugin file class.smtp.php, variable SMTP::$do_debug
Datain file class.smtp.php, method SMTP::Data()
    Issues a data command and sends the msg_data to the server
  top
e
$Encodingin file class.phpmailer.php, variable Boundary::$Encoding
    Sets the Encoding.
$Encodingin file class.phpmailer.php, variable phpmailer::$Encoding
    Sets the Encoding of the message.
$errorin file class.smtp.php, variable SMTP::$error
$ErrorInfoin file class.phpmailer.php, variable phpmailer::$ErrorInfo
    Holds the most recent mailer error message.
Expandin 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
f
$FileNamein file class.phpmailer.php, variable Boundary::$FileName
    Sets an attachment file name.
$Fromin file class.phpmailer.php, variable phpmailer::$From
    Sets the From email address for the message.
$FromNamein file class.phpmailer.php, variable phpmailer::$FromName
    Sets the From name of the message.
  top
g
GetSourcein file class.phpmailer.php, method Boundary::GetSource()
    Returns the source of the boundary.
  top
h
$Heloin file class.phpmailer.php, variable phpmailer::$Helo
    Sets the SMTP HELO of the message (Default is $Hostname).
$helo_rplyin file class.smtp.php, variable SMTP::$helo_rply
$Hostin file class.phpmailer.php, variable phpmailer::$Host
    Sets the SMTP hosts.
$Hostnamein file class.phpmailer.php, variable phpmailer::$Hostname
    Sets the hostname to use in Message-Id and Received headers and as default HELO string.
Helloin file class.smtp.php, method SMTP::Hello()
    Sends the HELO command to the smtp server.
Helpin file class.smtp.php, method SMTP::Help()
    Gets help information on the keyword specified.
  top
i
IsHTMLin file class.phpmailer.php, method phpmailer::IsHTML()
    Sets message type to HTML.
IsMailin file class.phpmailer.php, method phpmailer::IsMail()
    Sets Mailer to send message using PHP mail() function. Returns void.
IsQmailin file class.phpmailer.php, method phpmailer::IsQmail()
    Sets Mailer to send message using the qmail MTA.
IsSendmailin file class.phpmailer.php, method phpmailer::IsSendmail()
    Sets Mailer to send message using the $Sendmail program. Returns void.
IsSMTPin file class.phpmailer.php, method phpmailer::IsSMTP()
    Sets Mailer to send message using SMTP. Returns void.
  top
l
$LEin file class.phpmailer.php, variable phpmailer::$LE
    Sets the line endings of the message.
$LEin file class.phpmailer.php, variable Boundary::$LE
    Sets the line endings of the message.
  top
m
$Mailerin file class.phpmailer.php, variable phpmailer::$Mailer
    Method to send mail: ("mail", "sendmail", or "smtp").
$message_typein file class.phpmailer.php, variable phpmailer::$message_type
    Holds the type of the message.
Mailin 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
n
Noopin file class.smtp.php, method SMTP::Noop()
    Sends the command NOOP to the SMTP server.
  top
p
$Passwordin file class.phpmailer.php, variable phpmailer::$Password
    Sets SMTP password.
$PluginDirin 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.
$Portin file class.phpmailer.php, variable phpmailer::$Port
    Sets the default SMTP server port.
$Priorityin file class.phpmailer.php, variable phpmailer::$Priority
    Email priority (1 = High, 3 = Normal, 5 = low).
phpmailerin file class.phpmailer.php, class phpmailer
    phpmailer - PHP email transport class
  top
q
Quitin 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
r
$ReplyToin file class.phpmailer.php, variable phpmailer::$ReplyTo
    Holds all "Reply-To" addresses.
Recipientin 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.
Resetin file class.smtp.php, method SMTP::Reset()
    Sends the RSET command to abort and transaction that is currently in progress.
  top
s
$Senderin file class.phpmailer.php, variable phpmailer::$Sender
    Sets the Sender email of the message.
$Sendmailin file class.phpmailer.php, variable phpmailer::$Sendmail
    Sets the path of the sendmail program.
$SMTPAuthin file class.phpmailer.php, variable phpmailer::$SMTPAuth
    Sets SMTP authentication.
$SMTPDebugin file class.phpmailer.php, variable phpmailer::$SMTPDebug
    Sets SMTP class debugging on or off.
$smtp_connin file class.smtp.php, variable SMTP::$smtp_conn
$SMTP_PORTin file class.smtp.php, variable SMTP::$SMTP_PORT
$Subjectin file class.phpmailer.php, variable phpmailer::$Subject
    Sets the Subject of the message.
Sendin file class.smtp.php, method SMTP::Send()
    Starts a mail transaction from the email address specified in
Sendin file class.phpmailer.php, method phpmailer::Send()
    Creates message and assigns Mailer.
SendAndMailin file class.smtp.php, method SMTP::SendAndMail()
    Starts a mail transaction from the email address specified in
SendOrMailin file class.smtp.php, method SMTP::SendOrMail()
    Starts a mail transaction from the email address specified in
SendToQueuein file class.phpmailer.php, method phpmailer::SendToQueue()
    Sends mail message to an assigned queue directory.
SMTPin file class.smtp.php, method SMTP::SMTP()
    Initialize the class so that the data is in a known state.
SMTPin 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
t
$Timeoutin file class.phpmailer.php, variable phpmailer::$Timeout
    Sets the SMTP server timeout in seconds.
Turnin file class.smtp.php, method SMTP::Turn()
    This is an optional command for SMTP that this class does not support.
  top
u
$UseMSMailHeadersin file class.phpmailer.php, variable phpmailer::$UseMSMailHeaders
    Turns Microsoft mail client headers on and off.
$Usernamein file class.phpmailer.php, variable phpmailer::$Username
    Sets SMTP username.
  top
v
$Versionin file class.phpmailer.php, variable phpmailer::$Version
    Holds phpmailer version.
Verifyin file class.smtp.php, method SMTP::Verify()
    Verifies that the name is recognized by the server.
  top
w
$WordWrapin file class.phpmailer.php, variable phpmailer::$WordWrap
    Sets word wrapping on the body of the message to a given number of characters.