Full index

Package indexes


a b c d e f g h i l m n o p q r s t u v w x _
a
top
$accessType
Google::$accessType in get_oauth_token.php
$action_function
PHPMailer::$action_function in class.phpmailer.php
Callback Action function name.
$AllowEmpty
PHPMailer::$AllowEmpty in class.phpmailer.php
Whether to allow sending messages with an empty body.
$all_recipients
PHPMailer::$all_recipients in class.phpmailer.php
An array of all kinds of addresses.
$AltBody
PHPMailer::$AltBody in class.phpmailer.php
The plain-text message body.
$attachment
PHPMailer::$attachment in class.phpmailer.php
The array of attachments.
$AuthType
PHPMailer::$AuthType in class.phpmailer.php
SMTP auth type.
ACCESS_TOKEN_RESOURCE_OWNER_ID
addAddress
PHPMailer::addAddress() in class.phpmailer.php
Add a "To" address.
addAnAddress
PHPMailer::addAnAddress() in class.phpmailer.php
Add an address to one of the recipient arrays or to the ReplyTo array.
addAttachment
PHPMailer::addAttachment() in class.phpmailer.php
Add an attachment from a path on the filesystem.
addBCC
PHPMailer::addBCC() in class.phpmailer.php
Add a "BCC" address.
addCC
PHPMailer::addCC() in class.phpmailer.php
Add a "CC" address.
addCustomHeader
PHPMailer::addCustomHeader() in class.phpmailer.php
Add a custom header.
addEmbeddedImage
PHPMailer::addEmbeddedImage() in class.phpmailer.php
Add an embedded (inline) attachment from a file.
addOrEnqueueAnAddress
PHPMailer::addOrEnqueueAnAddress() in class.phpmailer.php
Add an address to one of the recipient arrays or to the ReplyTo array. Because PHPMailer can't validate addresses with an IDN without knowing the PHPMailer::$CharSet (that can still be modified after calling this function), addition of such addresses is delayed until send().
addrAppend
PHPMailer::addrAppend() in class.phpmailer.php
Create recipient headers.
addReplyTo
PHPMailer::addReplyTo() in class.phpmailer.php
Add a "Reply-To" address.
addrFormat
PHPMailer::addrFormat() in class.phpmailer.php
Format an address for use in a message header.
addStringAttachment
PHPMailer::addStringAttachment() in class.phpmailer.php
Add a string or binary attachment (non-filesystem).
addStringEmbeddedImage
Add an embedded stringified attachment.
alternativeExists
PHPMailer::alternativeExists() in class.phpmailer.php
Check if this message has an alternative body set.
attachAll
PHPMailer::attachAll() in class.phpmailer.php
Attach all file, string, and binary attachments to the message.
attachmentExists
PHPMailer::attachmentExists() in class.phpmailer.php
Check if an attachment (non-inline) is present.
authenticate
SMTP::authenticate() in class.smtp.php
Perform SMTP authentication.
authorise
POP3::authorise() in class.pop3.php
Authenticate with a POP3 server.
b
top
$bcc
PHPMailer::$bcc in class.phpmailer.php
The array of 'bcc' names and addresses.
$Body
PHPMailer::$Body in class.phpmailer.php
An HTML or plain text message body.
$boundary
PHPMailer::$boundary in class.phpmailer.php
The array of MIME boundary strings.
base64EncodeWrapMB
PHPMailer::base64EncodeWrapMB() in class.phpmailer.php
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
c
top
$cc
PHPMailer::$cc in class.phpmailer.php
The array of 'cc' names and addresses.
$CharSet
PHPMailer::$CharSet in class.phpmailer.php
The character set of the message.
$ConfirmReadingTo
PHPMailer::$ConfirmReadingTo in class.phpmailer.php
The email address that a reading confirmation should be sent to, also known as read receipt.
$connected
POP3::$connected in class.pop3.php
Are we connected?
$ContentType
PHPMailer::$ContentType in class.phpmailer.php
The MIME Content-type of the message.
$CRLF
POP3::$CRLF in class.pop3.php
POP3 Carriage Return + Line Feed.
$CRLF
SMTP::$CRLF in class.smtp.php
SMTP reply line ending.
$CustomHeader
PHPMailer::$CustomHeader in class.phpmailer.php
The array of custom headers.
catchWarning
POP3::catchWarning() in class.pop3.php
POP3 connection error handler.
checkResponse
POP3::checkResponse() in class.pop3.php
Checks the POP3 server response.
checkResponse
Google::checkResponse() in get_oauth_token.php
class.phpmailer.php
class.phpmailer.php in class.phpmailer.php
class.phpmaileroauth.php
class.phpmaileroauth.php in class.phpmaileroauth.php
class.phpmaileroauthgoogle.php
class.phpmaileroauthgoogle.php in class.phpmaileroauthgoogle.php
class.pop3.php
class.pop3.php in class.pop3.php
class.smtp.php
class.smtp.php in class.smtp.php
clearAddresses
PHPMailer::clearAddresses() in class.phpmailer.php
Clear all To recipients.
clearAllRecipients
PHPMailer::clearAllRecipients() in class.phpmailer.php
Clear all recipient types.
clearAttachments
PHPMailer::clearAttachments() in class.phpmailer.php
Clear all filesystem, string, and binary attachments.
clearBCCs
PHPMailer::clearBCCs() in class.phpmailer.php
Clear all BCC recipients.
clearCCs
PHPMailer::clearCCs() in class.phpmailer.php
Clear all CC recipients.
clearCustomHeaders
PHPMailer::clearCustomHeaders() in class.phpmailer.php
Clear all custom headers.
clearQueuedAddresses
PHPMailer::clearQueuedAddresses() in class.phpmailer.php
Clear queued addresses of given kind.
clearReplyTos
PHPMailer::clearReplyTos() in class.phpmailer.php
Clear all ReplyTo recipients.
client_send
SMTP::client_send() in class.smtp.php
Send raw data to the server.
close
SMTP::close() in class.smtp.php
Close the socket and clean up the state of the class.
connect
SMTP::connect() in class.smtp.php
Connect to an SMTP server.
connect
POP3::connect() in class.pop3.php
Connect to a POP3 server.
connected
SMTP::connected() in class.smtp.php
Check connection state.
createBody
PHPMailer::createBody() in class.phpmailer.php
Assemble the message body.
createHeader
PHPMailer::createHeader() in class.phpmailer.php
Assemble message headers.
createResourceOwner
Google::createResourceOwner() in get_oauth_token.php
CRLF
PHPMailer::CRLF in class.phpmailer.php
SMTP RFC standard line ending.
CRLF
SMTP::CRLF in class.smtp.php
SMTP line break constant.
CRLF
POP3::CRLF in class.pop3.php
Line break constant
d
top
$Debugoutput
SMTP::$Debugoutput in class.smtp.php
How to handle debug output.
$Debugoutput
PHPMailer::$Debugoutput in class.phpmailer.php
How to handle debug output.
$DKIM_domain
PHPMailer::$DKIM_domain in class.phpmailer.php
DKIM signing domain name.
$DKIM_identity
PHPMailer::$DKIM_identity in class.phpmailer.php
DKIM Identity.
$DKIM_passphrase
PHPMailer::$DKIM_passphrase in class.phpmailer.php
DKIM passphrase.
$DKIM_private
PHPMailer::$DKIM_private in class.phpmailer.php
DKIM private key file path.
$DKIM_private_string
PHPMailer::$DKIM_private_string in class.phpmailer.php
DKIM private key string.
$DKIM_selector
PHPMailer::$DKIM_selector in class.phpmailer.php
DKIM selector.
$do_debug
POP3::$do_debug in class.pop3.php
Debug display level.
$do_debug
SMTP::$do_debug in class.smtp.php
Debug output level.
$do_verp
PHPMailer::$do_verp in class.phpmailer.php
Whether to generate VERP addresses on send.
$do_verp
SMTP::$do_verp in class.smtp.php
Whether to use VERP.
data
SMTP::data() in class.smtp.php
Send an SMTP DATA command.
DEBUG_CLIENT
SMTP::DEBUG_CLIENT in class.smtp.php
Debug level to show client -> server messages
DEBUG_CONNECTION
SMTP::DEBUG_CONNECTION in class.smtp.php
Debug level to show connection status, client -> server and server -> client messages
DEBUG_LOWLEVEL
SMTP::DEBUG_LOWLEVEL in class.smtp.php
Debug level to show all messages
DEBUG_OFF
SMTP::DEBUG_OFF in class.smtp.php
Debug level for no output
DEBUG_SERVER
SMTP::DEBUG_SERVER in class.smtp.php
Debug level to show client -> server and server -> client messages
DEFAULT_SMTP_PORT
SMTP::DEFAULT_SMTP_PORT in class.smtp.php
The SMTP port to use if one is not specified.
disconnect
POP3::disconnect() in class.pop3.php
Disconnect from the POP3 server.
DKIM_Add
PHPMailer::DKIM_Add() in class.phpmailer.php
Create the DKIM header and body in a new message header.
DKIM_BodyC
PHPMailer::DKIM_BodyC() in class.phpmailer.php
Generate a DKIM canonicalization body.
DKIM_HeaderC
PHPMailer::DKIM_HeaderC() in class.phpmailer.php
Generate a DKIM canonicalization header.
DKIM_QP
PHPMailer::DKIM_QP() in class.phpmailer.php
Quoted-Printable-encode a DKIM header.
DKIM_Sign
PHPMailer::DKIM_Sign() in class.phpmailer.php
Generate a DKIM signature.
doCallback
PHPMailer::doCallback() in class.phpmailer.php
Perform a callback.
e
top
$Encoding
PHPMailer::$Encoding in class.phpmailer.php
The message encoding.
$error
SMTP::$error in class.smtp.php
Error information, if any, for the last SMTP command.
$ErrorInfo
PHPMailer::$ErrorInfo in class.phpmailer.php
Holds the most recent mailer error message.
$errors
POP3::$errors in class.pop3.php
Error container.
$error_count
PHPMailer::$error_count in class.phpmailer.php
The number of errors encountered.
$exceptions
PHPMailer::$exceptions in class.phpmailer.php
Whether to throw exceptions for errors.
edebug
SMTP::edebug() in class.smtp.php
Output debugging info via a user-selected method.
edebug
PHPMailer::edebug() in class.phpmailer.php
Output debugging info via user-defined method.
encodeFile
PHPMailer::encodeFile() in class.phpmailer.php
Encode a file attachment in requested format.
encodeHeader
PHPMailer::encodeHeader() in class.phpmailer.php
Encode a header string optimally.
encodeQ
PHPMailer::encodeQ() in class.phpmailer.php
Encode a string using Q encoding.
encodeQP
PHPMailer::encodeQP() in class.phpmailer.php
Encode a string in quoted-printable format.
encodeQPphp
PHPMailer::encodeQPphp() in class.phpmailer.php
Backward compatibility wrapper for an old QP encoding function that was removed.
encodeString
PHPMailer::encodeString() in class.phpmailer.php
Encode a string in requested format.
endBoundary
PHPMailer::endBoundary() in class.phpmailer.php
Return the end of a message boundary.
errorHandler
SMTP::errorHandler() in class.smtp.php
Reports an error number and string.
errorMessage
phpmailerException::errorMessage() in class.phpmailer.php
Prettify error message output
f
top
$From
PHPMailer::$From in class.phpmailer.php
The From email address for the message.
$FromName
PHPMailer::$FromName in class.phpmailer.php
The From name of the message.
filenameToType
PHPMailer::filenameToType() in class.phpmailer.php
Map a file name to a MIME type.
fixEOL
PHPMailer::fixEOL() in class.phpmailer.php
Ensure consistent line endings in a string.
g
top
generateId
PHPMailer::generateId() in class.phpmailer.php
Create unique ID
getAllRecipientAddresses
Allows for public read access to 'all_recipients' property.
getAttachments
PHPMailer::getAttachments() in class.phpmailer.php
Return the array of attachments.
getAuthorizationParameters
getBaseAccessTokenUrl
Google::getBaseAccessTokenUrl() in get_oauth_token.php
getBaseAuthorizationUrl
Google::getBaseAuthorizationUrl() in get_oauth_token.php
getBccAddresses
PHPMailer::getBccAddresses() in class.phpmailer.php
Allows for public read access to 'bcc' property.
getBoundary
PHPMailer::getBoundary() in class.phpmailer.php
Return the start of a message boundary.
getCcAddresses
PHPMailer::getCcAddresses() in class.phpmailer.php
Allows for public read access to 'cc' property.
getCustomHeaders
PHPMailer::getCustomHeaders() in class.phpmailer.php
Returns all custom headers.
getDebugLevel
SMTP::getDebugLevel() in class.smtp.php
Get debug output level.
getDebugOutput
SMTP::getDebugOutput() in class.smtp.php
Get debug output method.
getDefaultScopes
Google::getDefaultScopes() in get_oauth_token.php
getError
SMTP::getError() in class.smtp.php
Get the latest error.
getErrors
POP3::getErrors() in class.pop3.php
Get an array of error messages, if any.
getLastMessageID
PHPMailer::getLastMessageID() in class.phpmailer.php
Return the Message-ID header of the last email.
getLastReply
SMTP::getLastReply() in class.smtp.php
Get the last reply from the server.
getLastTransactionID
Will return the ID of the last smtp transaction based on a list of patterns provided in SMTP::$smtp_transaction_id_patterns.
getMailMIME
PHPMailer::getMailMIME() in class.phpmailer.php
Get the message MIME type headers.
getOauth64
PHPMailerOAuthGoogle::getOauth64() in class.phpmaileroauthgoogle.php
getOAUTHInstance
PHPMailerOAuth::getOAUTHInstance() in class.phpmaileroauth.php
Get a PHPMailerOAuthGoogle instance to use.
getReplyToAddresses
PHPMailer::getReplyToAddresses() in class.phpmailer.php
Allows for public read access to 'ReplyTo' property.
getResourceOwnerDetailsUrl
getResponse
POP3::getResponse() in class.pop3.php
Get a response from the POP3 server.
getScopeSeparator
Google::getScopeSeparator() in get_oauth_token.php
getSentMIMEMessage
PHPMailer::getSentMIMEMessage() in class.phpmailer.php
Returns the whole MIME message.
getServerExt
SMTP::getServerExt() in class.smtp.php
A multipurpose method
getServerExtList
SMTP::getServerExtList() in class.smtp.php
Get SMTP extensions available on the server
getSMTPInstance
PHPMailer::getSMTPInstance() in class.phpmailer.php
Get an instance to use for SMTP operations.
getTimeout
SMTP::getTimeout() in class.smtp.php
Get SMTP timeout.
getToAddresses
PHPMailer::getToAddresses() in class.phpmailer.php
Allows for public read access to 'to' property.
getTranslations
PHPMailer::getTranslations() in class.phpmailer.php
Get the array of strings for the current language.
getVerp
SMTP::getVerp() in class.smtp.php
Get VERP address generation mode.
get_lines
SMTP::get_lines() in class.smtp.php
Read the SMTP server's response.
get_oauth_token.php
get_oauth_token.php in get_oauth_token.php
Google
Google in get_oauth_token.php
h
top
$Helo
PHPMailer::$Helo in class.phpmailer.php
The SMTP HELO of the message.
$helo_rply
SMTP::$helo_rply in class.smtp.php
The reply the server sent to us for HELO.
$host
POP3::$host in class.pop3.php
POP3 mail server hostname.
$Host
PHPMailer::$Host in class.phpmailer.php
SMTP hosts.
$hostedDomain
Google::$hostedDomain in get_oauth_token.php
$Hostname
PHPMailer::$Hostname in class.phpmailer.php
The hostname to use in the Message-ID header and as default HELO string.
has8bitChars
PHPMailer::has8bitChars() in class.phpmailer.php
Does a string contain any 8-bit chars (in any charset)?
hasLineLongerThanMax
PHPMailer::hasLineLongerThanMax() in class.phpmailer.php
Detect if a string contains a line longer than the maximum line length allowed.
hasMultiBytes
PHPMailer::hasMultiBytes() in class.phpmailer.php
Check if a string contains multi-byte characters.
headerLine
PHPMailer::headerLine() in class.phpmailer.php
Format a header line.
hello
SMTP::hello() in class.smtp.php
Send an SMTP HELO or EHLO command.
hmac
SMTP::hmac() in class.smtp.php
Calculate an MD5 HMAC hash.
html2text
PHPMailer::html2text() in class.phpmailer.php
Convert an HTML string into plain text.
i
top
$Ical
PHPMailer::$Ical in class.phpmailer.php
An iCal message part body.
idnSupported
PHPMailer::idnSupported() in class.phpmailer.php
Tells whether IDNs (Internationalized Domain Names) are supported or not. This requires the "intl" and "mbstring" PHP extensions.
inlineImageExists
PHPMailer::inlineImageExists() in class.phpmailer.php
Check if an inline attachment is present.
isError
PHPMailer::isError() in class.phpmailer.php
Check if an error occurred.
isHTML
PHPMailer::isHTML() in class.phpmailer.php
Sets message type to HTML or plain.
isMail
PHPMailer::isMail() in class.phpmailer.php
Send messages using PHP's mail() function.
isQmail
PHPMailer::isQmail() in class.phpmailer.php
Send messages using qmail.
isSendmail
PHPMailer::isSendmail() in class.phpmailer.php
Send messages using $Sendmail.
isShellSafe
PHPMailer::isShellSafe() in class.phpmailer.php
Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters.
isSMTP
PHPMailer::isSMTP() in class.phpmailer.php
Send messages using SMTP.
l
top
$language
PHPMailer::$language in class.phpmailer.php
The array of available languages.
$lastMessageID
PHPMailer::$lastMessageID in class.phpmailer.php
The most recent Message-ID (including angular brackets).
$last_reply
SMTP::$last_reply in class.smtp.php
The most recent reply received from the server.
$LE
PHPMailer::$LE in class.phpmailer.php
The default line ending.
lang
PHPMailer::lang() in class.phpmailer.php
Get an error message in the current language.
login
POP3::login() in class.pop3.php
Log in to the POP3 server.
m
top
$Mailer
PHPMailer::$Mailer in class.phpmailer.php
Which method to use to send mail.
$mailHeader
PHPMailer::$mailHeader in class.phpmailer.php
Extra headers that createHeader() doesn't fold in.
$MessageDate
PHPMailer::$MessageDate in class.phpmailer.php
The message Date to be used in the Date header.
$MessageID
PHPMailer::$MessageID in class.phpmailer.php
An ID to be used in the Message-ID header.
$message_type
PHPMailer::$message_type in class.phpmailer.php
The message's MIME type.
$MIMEBody
PHPMailer::$MIMEBody in class.phpmailer.php
The complete compiled MIME message body.
$MIMEHeader
PHPMailer::$MIMEHeader in class.phpmailer.php
The complete compiled MIME message headers.
mail
SMTP::mail() in class.smtp.php
Send an SMTP MAIL command.
mailSend
PHPMailer::mailSend() in class.phpmailer.php
Send mail using the PHP mail() function.
MAX_LINE_LENGTH
SMTP::MAX_LINE_LENGTH in class.smtp.php
The maximum line length allowed by RFC 2822 section 2.1.1
MAX_LINE_LENGTH
PHPMailer::MAX_LINE_LENGTH in class.phpmailer.php
The maximum line length allowed by RFC 2822 section 2.1.1
mb_pathinfo
PHPMailer::mb_pathinfo() in class.phpmailer.php
Multi-byte-safe pathinfo replacement.
msgHTML
PHPMailer::msgHTML() in class.phpmailer.php
Create a message body from an HTML string.
n
top
noop
SMTP::noop() in class.smtp.php
Send an SMTP NOOP command.
normalizeBreaks
PHPMailer::normalizeBreaks() in class.phpmailer.php
Normalize line breaks in a string.
o
top
$oauth
PHPMailerOAuth::$oauth in class.phpmaileroauth.php
An instance of the PHPMailerOAuthGoogle class.
$oauthClientId
PHPMailerOAuth::$oauthClientId in class.phpmaileroauth.php
The OAuth client ID
$oauthClientSecret
PHPMailerOAuth::$oauthClientSecret in class.phpmaileroauth.php
The OAuth client secret
$oauthRefreshToken
PHPMailerOAuth::$oauthRefreshToken in class.phpmaileroauth.php
The OAuth refresh token
$oauthUserEmail
PHPMailerOAuth::$oauthUserEmail in class.phpmaileroauth.php
The OAuth user's email address
p
top
$Password
PHPMailer::$Password in class.phpmailer.php
SMTP password.
$password
POP3::$password in class.pop3.php
POP3 password.
$PluginDir
PHPMailer::$PluginDir in class.phpmailer.php
Path to PHPMailer plugins.
$POP3_PORT
POP3::$POP3_PORT in class.pop3.php
Default POP3 port number.
$POP3_TIMEOUT
POP3::$POP3_TIMEOUT in class.pop3.php
Default timeout in seconds.
$pop_conn
POP3::$pop_conn in class.pop3.php
Resource handle for the POP3 connection socket.
$Port
PHPMailer::$Port in class.phpmailer.php
The default SMTP server port.
$port
POP3::$port in class.pop3.php
POP3 port number.
$Priority
PHPMailer::$Priority in class.phpmailer.php
Email priority.
parseAddresses
PHPMailer::parseAddresses() in class.phpmailer.php
Parse and validate a string containing one or more RFC822-style comma-separated email addresses of the form "display name <address>" into an array of name/address pairs.
parseHelloFields
SMTP::parseHelloFields() in class.smtp.php
Parse a reply to HELO/EHLO command to discover server extensions.
PHPMailer
PHPMailer in class.phpmailer.php
PHPMailer - PHP email creation and transport class.
PHPMailerAutoload
PHPMailerAutoload() in PHPMailerAutoload.php
PHPMailer SPL autoloader.
PHPMailerAutoload.php
PHPMailerAutoload.php in PHPMailerAutoload.php
phpmailerException
phpmailerException in class.phpmailer.php
PHPMailer exception handler
PHPMailerOAuth
PHPMailerOAuth in class.phpmaileroauth.php
PHPMailerOAuth - PHPMailer subclass adding OAuth support.
PHPMailerOAuthGoogle
PHPMailerOAuthGoogle in class.phpmaileroauthgoogle.php
PHPMailerOAuthGoogle - Wrapper for League OAuth2 Google provider.
POP3
POP3 in class.pop3.php
PHPMailer POP-Before-SMTP Authentication Class.
popBeforeSmtp
POP3::popBeforeSmtp() in class.pop3.php
Simple static wrapper for all-in-one POP before SMTP
postSend
PHPMailer::postSend() in class.phpmailer.php
Actually send a message.
preSend
PHPMailer::preSend() in class.phpmailer.php
Prepare a message for sending.
punyencodeAddress
PHPMailer::punyencodeAddress() in class.phpmailer.php
Converts IDN in given email address to its ASCII form, also known as punycode, if possible.
q
top
quit
SMTP::quit() in class.smtp.php
Send an SMTP QUIT command.
r
top
$Realm
PHPMailer::$Realm in class.phpmailer.php
SMTP realm.
$RecipientsQueue
PHPMailer::$RecipientsQueue in class.phpmailer.php
An array of names and addresses queued for validation.
$ReplyTo
PHPMailer::$ReplyTo in class.phpmailer.php
The array of reply-to names and addresses.
$ReplyToQueue
PHPMailer::$ReplyToQueue in class.phpmailer.php
An array of reply-to names and addresses queued for validation.
$ReturnPath
PHPMailer::$ReturnPath in class.phpmailer.php
The Return-Path of the message.
recipient
SMTP::recipient() in class.smtp.php
Send an SMTP RCPT command.
reset
SMTP::reset() in class.smtp.php
Send an SMTP RSET command.
rfcDate
PHPMailer::rfcDate() in class.phpmailer.php
Return an RFC 822 formatted date.
s
top
$scope
Google::$scope in get_oauth_token.php
$Sender
PHPMailer::$Sender in class.phpmailer.php
The Sender email (Return-Path) of the message.
$Sendmail
PHPMailer::$Sendmail in class.phpmailer.php
The path to the sendmail program.
$server_caps
SMTP::$server_caps in class.smtp.php
The set of SMTP extensions sent in reply to EHLO command.
$sign_cert_file
PHPMailer::$sign_cert_file in class.phpmailer.php
The S/MIME certificate file path.
$sign_extracerts_file
PHPMailer::$sign_extracerts_file in class.phpmailer.php
The optional S/MIME extra certificates ("CA Chain") file path.
$sign_key_file
PHPMailer::$sign_key_file in class.phpmailer.php
The S/MIME key file path.
$sign_key_pass
PHPMailer::$sign_key_pass in class.phpmailer.php
The S/MIME password for the key.
$SingleTo
PHPMailer::$SingleTo in class.phpmailer.php
Whether to split multiple to addresses into multiple messages or send them all in one message.
$SingleToArray
PHPMailer::$SingleToArray in class.phpmailer.php
Storage for addresses when SingleTo is enabled.
$smtp
PHPMailer::$smtp in class.phpmailer.php
An instance of the SMTP sender class.
$SMTPAuth
PHPMailer::$SMTPAuth in class.phpmailer.php
Whether to use SMTP authentication.
$SMTPAutoTLS
PHPMailer::$SMTPAutoTLS in class.phpmailer.php
Whether to enable TLS encryption automatically if a server supports it, even if `SMTPSecure` is not set to 'tls'.
$SMTPDebug
PHPMailer::$SMTPDebug in class.phpmailer.php
SMTP class debug output mode.
$SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in class.phpmailer.php
Whether to keep SMTP connection open after each message.
$SMTPOptions
PHPMailer::$SMTPOptions in class.phpmailer.php
Options array passed to stream_context_create when connecting via SMTP.
$SMTPSecure
PHPMailer::$SMTPSecure in class.phpmailer.php
What kind of encryption to use on the SMTP connection.
$smtp_conn
SMTP::$smtp_conn in class.smtp.php
The socket for the server connection.
$SMTP_PORT
SMTP::$SMTP_PORT in class.smtp.php
SMTP server port number.
$smtp_transaction_id_patterns
$Subject
PHPMailer::$Subject in class.phpmailer.php
The Subject of the message.
secureHeader
PHPMailer::secureHeader() in class.phpmailer.php
Strip newlines to prevent header injection.
send
PHPMailer::send() in class.phpmailer.php
Create a message and send it.
sendAndMail
SMTP::sendAndMail() in class.smtp.php
Send an SMTP SAML command.
sendCommand
SMTP::sendCommand() in class.smtp.php
Send a command to an SMTP server and check its return code.
sendHello
SMTP::sendHello() in class.smtp.php
Send an SMTP HELO or EHLO command.
sendmailSend
PHPMailer::sendmailSend() in class.phpmailer.php
Send mail using the $Sendmail program.
sendString
POP3::sendString() in class.pop3.php
Send raw data to the POP3 server.
serverHostname
PHPMailer::serverHostname() in class.phpmailer.php
Get the server hostname.
set
PHPMailer::set() in class.phpmailer.php
Set or reset instance properties.
setDebugLevel
SMTP::setDebugLevel() in class.smtp.php
Set debug output level.
setDebugOutput
SMTP::setDebugOutput() in class.smtp.php
Set debug output method.
setError
POP3::setError() in class.pop3.php
Add an error to the internal error store.
setError
SMTP::setError() in class.smtp.php
Set error messages and codes.
setError
PHPMailer::setError() in class.phpmailer.php
Add an error message to the error container.
setFrom
PHPMailer::setFrom() in class.phpmailer.php
Set the From and FromName properties.
setLanguage
PHPMailer::setLanguage() in class.phpmailer.php
Set the language for error messages.
setMessageType
PHPMailer::setMessageType() in class.phpmailer.php
Set the message type.
setTimeout
SMTP::setTimeout() in class.smtp.php
Set SMTP timeout.
setVerp
SMTP::setVerp() in class.smtp.php
Enable or disable VERP address generation.
setWordWrap
PHPMailer::setWordWrap() in class.phpmailer.php
Apply word wrapping to the message body.
sign
PHPMailer::sign() in class.phpmailer.php
Set the public and private key files and password for S/MIME signing.
SMTP
SMTP in class.smtp.php
PHPMailer RFC821 SMTP email transport class.
smtpClose
PHPMailer::smtpClose() in class.phpmailer.php
Close the active SMTP session if one exists.
smtpConnect
PHPMailerOAuth::smtpConnect() in class.phpmaileroauth.php
Initiate a connection to an SMTP server.
smtpConnect
PHPMailer::smtpConnect() in class.phpmailer.php
Initiate a connection to an SMTP server.
smtpSend
PHPMailer::smtpSend() in class.phpmailer.php
Send mail via SMTP.
startTLS
SMTP::startTLS() in class.smtp.php
Initiate a TLS (encrypted) session.
STOP_CONTINUE
PHPMailer::STOP_CONTINUE in class.phpmailer.php
Error severity: message, likely ok to continue processing.
STOP_CRITICAL
PHPMailer::STOP_CRITICAL in class.phpmailer.php
Error severity: message, plus full stop, critical error reached.
STOP_MESSAGE
PHPMailer::STOP_MESSAGE in class.phpmailer.php
Error severity: message only, continue processing.
t
top
$Timelimit
SMTP::$Timelimit in class.smtp.php
How long to wait for commands to complete, in seconds.
$Timeout
SMTP::$Timeout in class.smtp.php
The timeout value for connection, in seconds.
$Timeout
PHPMailer::$Timeout in class.phpmailer.php
The SMTP server timeout in seconds.
$to
PHPMailer::$to in class.phpmailer.php
The array of 'to' names and addresses.
$tval
POP3::$tval in class.pop3.php
POP3 Timeout Value in seconds.
textLine
PHPMailer::textLine() in class.phpmailer.php
Return a formatted mail line.
turn
SMTP::turn() in class.smtp.php
Send an SMTP TURN command.
u
top
$uniqueid
PHPMailer::$uniqueid in class.phpmailer.php
Unique ID used for message ID and boundaries.
$Username
PHPMailer::$Username in class.phpmailer.php
SMTP username.
$username
POP3::$username in class.pop3.php
POP3 username
$UseSendmailOptions
PHPMailer::$UseSendmailOptions in class.phpmailer.php
Whether mail() uses a fully sendmail-compatible MTA.
utf8CharBoundary
PHPMailer::utf8CharBoundary() in class.phpmailer.php
Find the last character boundary prior to $maxLength in a utf-8 quoted-printable encoded string.
v
top
$validator
PHPMailer::$validator in class.phpmailer.php
Which validator to use by default when validating email addresses.
$Version
SMTP::$Version in class.smtp.php
The PHPMailer SMTP Version number.
$Version
POP3::$Version in class.pop3.php
The POP3 PHPMailer Version number.
$Version
PHPMailer::$Version in class.phpmailer.php
The PHPMailer Version number.
validateAddress
PHPMailer::validateAddress() in class.phpmailer.php
Check that a string looks like an email address.
verify
SMTP::verify() in class.smtp.php
Send an SMTP VRFY command.
VERSION
SMTP::VERSION in class.smtp.php
The PHPMailer SMTP version number.
w
top
$WordWrap
PHPMailer::$WordWrap in class.phpmailer.php
Word-wrap the message body to this number of chars.
$Workstation
PHPMailer::$Workstation in class.phpmailer.php
SMTP workstation.
wrapText
PHPMailer::wrapText() in class.phpmailer.php
Word-wrap message.
x
top
$XMailer
PHPMailer::$XMailer in class.phpmailer.php
What to put in the X-Mailer header.
_
top
_mime_types
PHPMailer::_mime_types() in class.phpmailer.php
Get the MIME type for a file extension.
__autoload
__autoload() in PHPMailerAutoload.php
Fall back to traditional autoload for old PHP versions
__construct
PHPMailerOAuthGoogle::__construct() in class.phpmaileroauthgoogle.php
__construct
PHPMailer::__construct() in class.phpmailer.php
Constructor.
__destruct
PHPMailer::__destruct() in class.phpmailer.php
Destructor.
a b c d e f g h i l m n o p q r s t u v w x _