Element index for package PHPMailer
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ _ ]
a
- $action_function
- in file class.phpmailer.php, variable PHPMailer::$action_function
Callback Action function name.
- $AllowEmpty
- in file class.phpmailer.php, variable PHPMailer::$AllowEmpty
Whether to allow sending messages with an empty body.
- $all_recipients
- in file class.phpmailer.php, variable PHPMailer::$all_recipients
An array of all kinds of addresses.
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$AltBody
The plain-text message body.
- $attachment
- in file class.phpmailer.php, variable PHPMailer::$attachment
The array of attachments.
- $AuthType
- in file class.phpmailer.php, variable PHPMailer::$AuthType
SMTP auth type.
- addAddress
- in file class.phpmailer.php, method PHPMailer::addAddress()
Add a "To" address.
- addAnAddress
- in file class.phpmailer.php, method PHPMailer::addAnAddress()
Add an address to one of the recipient arrays.
- addAttachment
- in file class.phpmailer.php, method PHPMailer::addAttachment()
Add an attachment from a path on the filesystem.
- addBCC
- in file class.phpmailer.php, method PHPMailer::addBCC()
Add a "BCC" address.
- addCC
- in file class.phpmailer.php, method PHPMailer::addCC()
Add a "CC" address.
- addCustomHeader
- in file class.phpmailer.php, method PHPMailer::addCustomHeader()
Add a custom header.
- addEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::addEmbeddedImage()
Add an embedded (inline) attachment from a file.
- addrAppend
- in file class.phpmailer.php, method PHPMailer::addrAppend()
Create recipient headers.
- addReplyTo
- in file class.phpmailer.php, method PHPMailer::addReplyTo()
Add a "Reply-to" address.
- addrFormat
- in file class.phpmailer.php, method PHPMailer::addrFormat()
Format an address for use in a message header.
- addStringAttachment
- in file class.phpmailer.php, method PHPMailer::addStringAttachment()
Add a string or binary attachment (non-filesystem).
- addStringEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::addStringEmbeddedImage()
Add an embedded stringified attachment.
- alternativeExists
- in file class.phpmailer.php, method PHPMailer::alternativeExists()
Check if this message has an alternative body set.
- attachAll
- in file class.phpmailer.php, method PHPMailer::attachAll()
Attach all file, string, and binary attachments to the message.
- attachmentExists
- in file class.phpmailer.php, method PHPMailer::attachmentExists()
Check if an attachment (non-inline) is present.
- authenticate
- in file class.smtp.php, method SMTP::authenticate()
Perform SMTP authentication.
- authorise
- in file class.pop3.php, method POP3::authorise()
Authenticate with a POP3 server.
b
- $bcc
- in file class.phpmailer.php, variable PHPMailer::$bcc
The array of 'bcc' addresses.
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
An HTML or plain text message body.
- $boundary
- in file class.phpmailer.php, variable PHPMailer::$boundary
The array of MIME boundary strings.
- base64EncodeWrapMB
- in file class.phpmailer.php, method PHPMailer::base64EncodeWrapMB()
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
c
- $cc
- in file class.phpmailer.php, variable PHPMailer::$cc
The array of 'cc' addresses.
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
The character set of the message.
- $ConfirmReadingTo
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
The email address that a reading confirmation should be sent to.
- $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
The MIME Content-type of the message.
- $CRLF
- in file class.pop3.php, variable POP3::$CRLF
POP3 Carriage Return + Line Feed.
- $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending.
- $CustomHeader
- in file class.phpmailer.php, variable PHPMailer::$CustomHeader
The array of custom headers.
- clearAddresses
- in file class.phpmailer.php, method PHPMailer::clearAddresses()
Clear all To recipients.
- clearAllRecipients
- in file class.phpmailer.php, method PHPMailer::clearAllRecipients()
Clear all recipient types.
- clearAttachments
- in file class.phpmailer.php, method PHPMailer::clearAttachments()
Clear all filesystem, string, and binary attachments.
- clearBCCs
- in file class.phpmailer.php, method PHPMailer::clearBCCs()
Clear all BCC recipients.
- clearCCs
- in file class.phpmailer.php, method PHPMailer::clearCCs()
Clear all CC recipients.
- clearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::clearCustomHeaders()
Clear all custom headers.
- clearReplyTos
- in file class.phpmailer.php, method PHPMailer::clearReplyTos()
Clear all ReplyTo recipients.
- client_send
- in file class.smtp.php, method SMTP::client_send()
Send raw data to the server.
- close
- in file class.smtp.php, method SMTP::close()
Close the socket and clean up the state of the class.
- connect
- in file class.pop3.php, method POP3::connect()
Connect to a POP3 server.
- connect
- in file class.smtp.php, method SMTP::connect()
Connect to an SMTP server.
- connected
- in file class.smtp.php, method SMTP::connected()
Check connection state.
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.pop3.php
- procedural page class.pop3.php
- class.smtp.php
- procedural page class.smtp.php
- createBody
- in file class.phpmailer.php, method PHPMailer::createBody()
Assemble the message body.
- createHeader
- in file class.phpmailer.php, method PHPMailer::createHeader()
Assemble message headers.
- CRLF
- in file class.smtp.php, class constant SMTP::CRLF
SMTP line break constant.
- CRLF
- in file class.phpmailer.php, class constant PHPMailer::CRLF
SMTP RFC standard line ending.
- CRLF
- in file class.pop3.php, class constant POP3::CRLF
Line break constant
d
- $Debugoutput
- in file class.smtp.php, variable SMTP::$Debugoutput
How to handle debug output.
- $Debugoutput
- in file class.phpmailer.php, variable PHPMailer::$Debugoutput
How to handle debug output.
- $DKIM_domain
- in file class.phpmailer.php, variable PHPMailer::$DKIM_domain
DKIM signing domain name.
- $DKIM_identity
- in file class.phpmailer.php, variable PHPMailer::$DKIM_identity
DKIM Identity.
- $DKIM_passphrase
- in file class.phpmailer.php, variable PHPMailer::$DKIM_passphrase
DKIM passphrase.
- $DKIM_private
- in file class.phpmailer.php, variable PHPMailer::$DKIM_private
DKIM private key file path.
- $DKIM_selector
- in file class.phpmailer.php, variable PHPMailer::$DKIM_selector
DKIM selector.
- $do_debug
- in file class.smtp.php, variable SMTP::$do_debug
Debug output level.
- $do_debug
- in file class.pop3.php, variable POP3::$do_debug
Debug display level.
- $do_verp
- in file class.phpmailer.php, variable PHPMailer::$do_verp
Whether to generate VERP addresses on send.
- $do_verp
- in file class.smtp.php, variable SMTP::$do_verp
Whether to use VERP.
- data
- in file class.smtp.php, method SMTP::data()
Send an SMTP DATA command.
- DEBUG_CLIENT
- in file class.smtp.php, class constant SMTP::DEBUG_CLIENT
Debug level to show client -> server messages
- DEBUG_CONNECTION
- in file class.smtp.php, class constant SMTP::DEBUG_CONNECTION
Debug level to show connection status, client -> server and server -> client messages
- DEBUG_LOWLEVEL
- in file class.smtp.php, class constant SMTP::DEBUG_LOWLEVEL
Debug level to show all messages
- DEBUG_OFF
- in file class.smtp.php, class constant SMTP::DEBUG_OFF
Debug level for no output
- DEBUG_SERVER
- in file class.smtp.php, class constant SMTP::DEBUG_SERVER
Debug level to show client -> server and server -> client messages
- DEFAULT_SMTP_PORT
- in file class.smtp.php, class constant SMTP::DEFAULT_SMTP_PORT
The SMTP port to use if one is not specified.
- disconnect
- in file class.pop3.php, method POP3::disconnect()
Disconnect from the POP3 server.
- DKIM_Add
- in file class.phpmailer.php, method PHPMailer::DKIM_Add()
Create the DKIM header and body in a new message header.
- DKIM_BodyC
- in file class.phpmailer.php, method PHPMailer::DKIM_BodyC()
Generate a DKIM canonicalization body.
- DKIM_HeaderC
- in file class.phpmailer.php, method PHPMailer::DKIM_HeaderC()
Generate a DKIM canonicalization header.
- DKIM_QP
- in file class.phpmailer.php, method PHPMailer::DKIM_QP()
Quoted-Printable-encode a DKIM header.
- DKIM_Sign
- in file class.phpmailer.php, method PHPMailer::DKIM_Sign()
Generate a DKIM signature.
- doCallback
- in file class.phpmailer.php, method PHPMailer::doCallback()
Perform a callback.
e
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
The message encoding.
- $error
- in file class.smtp.php, variable SMTP::$error
Error message, if any, for the last call.
- $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $error_count
- in file class.phpmailer.php, variable PHPMailer::$error_count
The number of errors encountered.
- $exceptions
- in file class.phpmailer.php, variable PHPMailer::$exceptions
Whether to throw exceptions for errors.
- edebug
- in file class.smtp.php, method SMTP::edebug()
Output debugging info via a user-selected method.
- edebug
- in file class.phpmailer.php, method PHPMailer::edebug()
Output debugging info via user-defined method.
- encodeFile
- in file class.phpmailer.php, method PHPMailer::encodeFile()
Encode a file attachment in requested format.
- encodeHeader
- in file class.phpmailer.php, method PHPMailer::encodeHeader()
Encode a header string optimally.
- encodeQ
- in file class.phpmailer.php, method PHPMailer::encodeQ()
Encode a string using Q encoding.
- encodeQP
- in file class.phpmailer.php, method PHPMailer::encodeQP()
Encode a string in quoted-printable format.
- encodeQPphp
- in file class.phpmailer.php, method PHPMailer::encodeQPphp()
Backward compatibility wrapper for an old QP encoding function that was removed.
- encodeString
- in file class.phpmailer.php, method PHPMailer::encodeString()
Encode a string in requested format.
- endBoundary
- in file class.phpmailer.php, method PHPMailer::endBoundary()
Return the end of a message boundary.
- errorMessage
- in file class.phpmailer.php, method phpmailerException::errorMessage()
Prettify error message output
f
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
The From email address for the message.
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
The From name of the message.
- filenameToType
- in file class.phpmailer.php, method PHPMailer::filenameToType()
Map a file name to a MIME type.
- fixEOL
- in file class.phpmailer.php, method PHPMailer::fixEOL()
Ensure consistent line endings in a string.
g
- getAllRecipientAddresses
- in file class.phpmailer.php, method PHPMailer::getAllRecipientAddresses()
Allows for public read access to 'all_recipients' property.
- getAttachments
- in file class.phpmailer.php, method PHPMailer::getAttachments()
Return the array of attachments.
- getBccAddresses
- in file class.phpmailer.php, method PHPMailer::getBccAddresses()
Allows for public read access to 'bcc' property.
- getBoundary
- in file class.phpmailer.php, method PHPMailer::getBoundary()
Return the start of a message boundary.
- getCcAddresses
- in file class.phpmailer.php, method PHPMailer::getCcAddresses()
Allows for public read access to 'cc' property.
- getDebugLevel
- in file class.smtp.php, method SMTP::getDebugLevel()
Get debug output level.
- getDebugOutput
- in file class.smtp.php, method SMTP::getDebugOutput()
Get debug output method.
- getError
- in file class.smtp.php, method SMTP::getError()
Get the latest error.
- getLastMessageID
- in file class.phpmailer.php, method PHPMailer::getLastMessageID()
Return the Message-ID header of the last email.
- getLastReply
- in file class.smtp.php, method SMTP::getLastReply()
Get the last reply from the server.
- getMailMIME
- in file class.phpmailer.php, method PHPMailer::getMailMIME()
Get the message MIME type headers.
- getReplyToAddresses
- in file class.phpmailer.php, method PHPMailer::getReplyToAddresses()
Allows for public read access to 'ReplyTo' property.
- getSentMIMEMessage
- in file class.phpmailer.php, method PHPMailer::getSentMIMEMessage()
Returns the whole MIME message.
- getSMTPInstance
- in file class.phpmailer.php, method PHPMailer::getSMTPInstance()
Get an instance to use for SMTP operations.
- getTimeout
- in file class.smtp.php, method SMTP::getTimeout()
Get SMTP timeout.
- getToAddresses
- in file class.phpmailer.php, method PHPMailer::getToAddresses()
Allows for public read access to 'to' property.
- getTranslations
- in file class.phpmailer.php, method PHPMailer::getTranslations()
Get the array of strings for the current language.
- getVerp
- in file class.smtp.php, method SMTP::getVerp()
Get VERP address generation mode.
- get_lines
- in file class.smtp.php, method SMTP::get_lines()
Read the SMTP server's response.
h
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
The SMTP HELO of the message.
- $helo_rply
- in file class.smtp.php, variable SMTP::$helo_rply
The reply the server sent to us for HELO.
- $host
- in file class.pop3.php, variable POP3::$host
POP3 mail server hostname.
- $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
SMTP hosts.
- $Hostname
- in file class.phpmailer.php, variable PHPMailer::$Hostname
The hostname to use in Message-Id and Received headers and as default HELO string.
- has8bitChars
- in file class.phpmailer.php, method PHPMailer::has8bitChars()
Does a string contain any 8-bit chars (in any charset)?
- hasMultiBytes
- in file class.phpmailer.php, method PHPMailer::hasMultiBytes()
Check if a string contains multi-byte characters.
- headerLine
- in file class.phpmailer.php, method PHPMailer::headerLine()
Format a header line.
- hello
- in file class.smtp.php, method SMTP::hello()
Send an SMTP HELO or EHLO command.
- hmac
- in file class.smtp.php, method SMTP::hmac()
Calculate an MD5 HMAC hash.
- html2text
- in file class.phpmailer.php, method PHPMailer::html2text()
Convert an HTML string into plain text.
l
- $language
- in file class.phpmailer.php, variable PHPMailer::$language
The array of available languages.
- $lastMessageID
- in file class.phpmailer.php, variable PHPMailer::$lastMessageID
The most recent Message-ID (including angular brackets).
- $last_reply
- in file class.smtp.php, variable SMTP::$last_reply
The most recent reply received from the server.
- $LE
- in file class.phpmailer.php, variable PHPMailer::$LE
The default line ending.
- lang
- in file class.phpmailer.php, method PHPMailer::lang()
Get an error message in the current language.
- login
- in file class.pop3.php, method POP3::login()
Log in to the POP3 server.
m
- $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Which method to use to send mail.
- $mailHeader
- in file class.phpmailer.php, variable PHPMailer::$mailHeader
Extra headers that createHeader() doesn't fold in.
- $MessageDate
- in file class.phpmailer.php, variable PHPMailer::$MessageDate
The message Date to be used in the Date header.
- $MessageID
- in file class.phpmailer.php, variable PHPMailer::$MessageID
An ID to be used in the Message-Id header.
- $message_type
- in file class.phpmailer.php, variable PHPMailer::$message_type
The message's MIME type.
- $MIMEBody
- in file class.phpmailer.php, variable PHPMailer::$MIMEBody
The complete compiled MIME message body.
- $MIMEHeader
- in file class.phpmailer.php, variable PHPMailer::$MIMEHeader
The complete compiled MIME message headers.
- mail
- in file class.smtp.php, method SMTP::mail()
Send an SMTP MAIL command.
- mailSend
- in file class.phpmailer.php, method PHPMailer::mailSend()
Send mail using the PHP mail() function.
- MAX_LINE_LENGTH
- in file class.smtp.php, class constant SMTP::MAX_LINE_LENGTH
The maximum line length allowed by RFC 2822 section 2.1.1
- mb_pathinfo
- in file class.phpmailer.php, method PHPMailer::mb_pathinfo()
Multi-byte-safe pathinfo replacement.
- msgHTML
- in file class.phpmailer.php, method PHPMailer::msgHTML()
Create a message from an HTML string.
p
- $password
- in file class.pop3.php, variable POP3::$password
POP3 password.
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
SMTP password.
- $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins.
- $POP3_PORT
- in file class.pop3.php, variable POP3::$POP3_PORT
Default POP3 port number.
- $POP3_TIMEOUT
- in file class.pop3.php, variable POP3::$POP3_TIMEOUT
Default timeout in seconds.
- $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
The default SMTP server port.
- $port
- in file class.pop3.php, variable POP3::$port
POP3 port number.
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority.
- phpmailer.lang-ar.php
- procedural page phpmailer.lang-ar.php
- phpmailer.lang-be.php
- procedural page phpmailer.lang-be.php
- phpmailer.lang-br.php
- procedural page phpmailer.lang-br.php
- phpmailer.lang-ca.php
- procedural page phpmailer.lang-ca.php
- phpmailer.lang-ch.php
- procedural page phpmailer.lang-ch.php
- phpmailer.lang-cz.php
- procedural page phpmailer.lang-cz.php
- phpmailer.lang-de.php
- procedural page phpmailer.lang-de.php
- phpmailer.lang-dk.php
- procedural page phpmailer.lang-dk.php
- phpmailer.lang-el.php
- procedural page phpmailer.lang-el.php
- phpmailer.lang-eo.php
- procedural page phpmailer.lang-eo.php
- phpmailer.lang-es.php
- procedural page phpmailer.lang-es.php
- phpmailer.lang-et.php
- procedural page phpmailer.lang-et.php
- phpmailer.lang-fa.php
- procedural page phpmailer.lang-fa.php
- phpmailer.lang-fi.php
- procedural page phpmailer.lang-fi.php
- phpmailer.lang-fo.php
- procedural page phpmailer.lang-fo.php
- phpmailer.lang-fr.php
- procedural page phpmailer.lang-fr.php
- phpmailer.lang-gl.php
- procedural page phpmailer.lang-gl.php
- phpmailer.lang-he.php
- procedural page phpmailer.lang-he.php
- phpmailer.lang-hr.php
- procedural page phpmailer.lang-hr.php
- phpmailer.lang-hu.php
- procedural page phpmailer.lang-hu.php
- phpmailer.lang-it.php
- procedural page phpmailer.lang-it.php
- phpmailer.lang-ja.php
- procedural page phpmailer.lang-ja.php
- phpmailer.lang-ka.php
- procedural page phpmailer.lang-ka.php
- phpmailer.lang-lt.php
- procedural page phpmailer.lang-lt.php
- phpmailer.lang-lv.php
- procedural page phpmailer.lang-lv.php
- phpmailer.lang-nl.php
- procedural page phpmailer.lang-nl.php
- phpmailer.lang-no.php
- procedural page phpmailer.lang-no.php
- phpmailer.lang-pl.php
- procedural page phpmailer.lang-pl.php
- phpmailer.lang-pt.php
- procedural page phpmailer.lang-pt.php
- phpmailer.lang-ro.php
- procedural page phpmailer.lang-ro.php
- phpmailer.lang-ru.php
- procedural page phpmailer.lang-ru.php
- phpmailer.lang-se.php
- procedural page phpmailer.lang-se.php
- phpmailer.lang-sk.php
- procedural page phpmailer.lang-sk.php
- phpmailer.lang-sr.php
- procedural page phpmailer.lang-sr.php
- phpmailer.lang-tr.php
- procedural page phpmailer.lang-tr.php
- phpmailer.lang-uk.php
- procedural page phpmailer.lang-uk.php
- phpmailer.lang-vi.php
- procedural page phpmailer.lang-vi.php
- phpmailer.lang-zh.php
- procedural page phpmailer.lang-zh.php
- phpmailer.lang-zh_cn.php
- procedural page phpmailer.lang-zh_cn.php
- PHPMailerAutoload.php
- procedural page PHPMailerAutoload.php
- PHPMailer
- in file class.phpmailer.php, class PHPMailer
PHPMailer - PHP email creation and transport class.
- PHPMailerAutoload
- in file PHPMailerAutoload.php, function PHPMailerAutoload()
PHPMailer SPL autoloader.
- phpmailerException
- in file class.phpmailer.php, class phpmailerException
PHPMailer exception handler
- POP3
- in file class.pop3.php, class POP3
PHPMailer POP-Before-SMTP Authentication Class.
- popBeforeSmtp
- in file class.pop3.php, method POP3::popBeforeSmtp()
Simple static wrapper for all-in-one POP before SMTP
- postSend
- in file class.phpmailer.php, method PHPMailer::postSend()
Actually send a message.
- preSend
- in file class.phpmailer.php, method PHPMailer::preSend()
Prepare a message for sending.
q
- quit
- in file class.smtp.php, method SMTP::quit()
Send an SMTP QUIT command.
r
- $Realm
- in file class.phpmailer.php, variable PHPMailer::$Realm
SMTP realm.
- $ReplyTo
- in file class.phpmailer.php, variable PHPMailer::$ReplyTo
The array of reply-to names and addresses.
- $ReturnPath
- in file class.phpmailer.php, variable PHPMailer::$ReturnPath
The Return-Path of the message.
- recipient
- in file class.smtp.php, method SMTP::recipient()
Send an SMTP RCPT command.
- reset
- in file class.smtp.php, method SMTP::reset()
Send an SMTP RSET command.
- rfcDate
- in file class.phpmailer.php, method PHPMailer::rfcDate()
Return an RFC 822 formatted date.
s
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$Sender
The Sender email (Return-Path) of the message.
- $Sendmail
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
The path to the sendmail program.
- $sign_cert_file
- in file class.phpmailer.php, variable PHPMailer::$sign_cert_file
The S/MIME certificate file path.
- $sign_key_file
- in file class.phpmailer.php, variable PHPMailer::$sign_key_file
The S/MIME key file path.
- $sign_key_pass
- in file class.phpmailer.php, variable PHPMailer::$sign_key_pass
The S/MIME password for the key.
- $SingleTo
- in file class.phpmailer.php, variable PHPMailer::$SingleTo
Whether to split multiple to addresses into multiple messages or send them all in one message.
- $SingleToArray
- in file class.phpmailer.php, variable PHPMailer::$SingleToArray
Storage for addresses when SingleTo is enabled.
- $smtp
- in file class.phpmailer.php, variable PHPMailer::$smtp
An instance of the SMTP sender class.
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Whether to use SMTP authentication.
- $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
SMTP class debug output mode.
- $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$SMTPKeepAlive
Whether to keep SMTP connection open after each message.
- $SMTPSecure
- in file class.phpmailer.php, variable PHPMailer::$SMTPSecure
The secure connection prefix.
- $smtp_conn
- in file class.smtp.php, variable SMTP::$smtp_conn
The socket for the server connection.
- $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port number.
- $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
The Subject of the message.
- secureHeader
- in file class.phpmailer.php, method PHPMailer::secureHeader()
Strip newlines to prevent header injection.
- send
- in file class.phpmailer.php, method PHPMailer::send()
Create a message and send it.
- sendAndMail
- in file class.smtp.php, method SMTP::sendAndMail()
Send an SMTP SAML command.
- sendCommand
- in file class.smtp.php, method SMTP::sendCommand()
Send a command to an SMTP server and check its return code.
- sendHello
- in file class.smtp.php, method SMTP::sendHello()
Send an SMTP HELO or EHLO command.
- sendmailSend
- in file class.phpmailer.php, method PHPMailer::sendmailSend()
Send mail using the $Sendmail program.
- serverHostname
- in file class.phpmailer.php, method PHPMailer::serverHostname()
Get the server hostname.
- set
- in file class.phpmailer.php, method PHPMailer::set()
Set or reset instance properties.
- setDebugLevel
- in file class.smtp.php, method SMTP::setDebugLevel()
Set debug output level.
- setDebugOutput
- in file class.smtp.php, method SMTP::setDebugOutput()
Set debug output method.
- setError
- in file class.phpmailer.php, method PHPMailer::setError()
Add an error message to the error container.
- setFrom
- in file class.phpmailer.php, method PHPMailer::setFrom()
Set the From and FromName properties.
- setLanguage
- in file class.phpmailer.php, method PHPMailer::setLanguage()
Set the language for error messages.
- setMessageType
- in file class.phpmailer.php, method PHPMailer::setMessageType()
Set the message type.
- setTimeout
- in file class.smtp.php, method SMTP::setTimeout()
Set SMTP timeout.
- setVerp
- in file class.smtp.php, method SMTP::setVerp()
Enable or disable VERP address generation.
- setWordWrap
- in file class.phpmailer.php, method PHPMailer::setWordWrap()
Set the body wrapping.
- sign
- in file class.phpmailer.php, method PHPMailer::sign()
Set the public and private key files and password for S/MIME signing.
- SMTP
- in file class.smtp.php, class SMTP
PHPMailer RFC821 SMTP email transport class.
- smtpClose
- in file class.phpmailer.php, method PHPMailer::smtpClose()
Close the active SMTP session if one exists.
- smtpConnect
- in file class.phpmailer.php, method PHPMailer::smtpConnect()
Initiate a connection to an SMTP server.
- smtpSend
- in file class.phpmailer.php, method PHPMailer::smtpSend()
Send mail via SMTP.
- startTLS
- in file class.smtp.php, method SMTP::startTLS()
Initiate a TLS (encrypted) session.
- STOP_CONTINUE
- in file class.phpmailer.php, class constant PHPMailer::STOP_CONTINUE
Error severity: message, likely ok to continue processing.
- STOP_CRITICAL
- in file class.phpmailer.php, class constant PHPMailer::STOP_CRITICAL
Error severity: message, plus full stop, critical error reached.
- STOP_MESSAGE
- in file class.phpmailer.php, class constant PHPMailer::STOP_MESSAGE
Error severity: message only, continue processing.
t
- $Timelimit
- in file class.smtp.php, variable SMTP::$Timelimit
The SMTP timelimit value for reads, in seconds.
- $Timeout
- in file class.smtp.php, variable SMTP::$Timeout
The timeout value for connection, in seconds.
- $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
The SMTP server timeout in seconds.
- $to
- in file class.phpmailer.php, variable PHPMailer::$to
The array of 'to' addresses.
- $tval
- in file class.pop3.php, variable POP3::$tval
POP3 Timeout Value in seconds.
- textLine
- in file class.phpmailer.php, method PHPMailer::textLine()
Return a formatted mail line.
- turn
- in file class.smtp.php, method SMTP::turn()
Send an SMTP TURN command.
u
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
SMTP username.
- $username
- in file class.pop3.php, variable POP3::$username
POP3 username
- $UseSendmailOptions
- in file class.phpmailer.php, variable PHPMailer::$UseSendmailOptions
Whether mail() uses a fully sendmail-compatible MTA.
- utf8CharBoundary
- in file class.phpmailer.php, method PHPMailer::utf8CharBoundary()
Find the last character boundary prior to $maxLength in a utf-8 quoted (printable) encoded string.
v
- $Version
- in file class.smtp.php, variable SMTP::$Version
The PHPMailer SMTP Version number.
- $Version
- in file class.phpmailer.php, variable PHPMailer::$Version
The PHPMailer Version number.
- $Version
- in file class.pop3.php, variable POP3::$Version
The POP3 PHPMailer Version number.
- validateAddress
- in file class.phpmailer.php, method PHPMailer::validateAddress()
Check that a string looks like an email address.
- verify
- in file class.smtp.php, method SMTP::verify()
Send an SMTP VRFY command.
- VERSION
- in file class.smtp.php, class constant SMTP::VERSION
The PHPMailer SMTP version number.
x
- $XMailer
- in file class.phpmailer.php, variable PHPMailer::$XMailer
What to use in the X-Mailer header.
|
|