Full index

Package indexes


a b c d e f g h i l m n p q r s t u v w _
a
top
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.
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
authenticate() in class.smtp.php
Perform SMTP authentication.
authorise
POP3::authorise() in class.pop3.php
Authenticate with a POP3 server.
b
top
base64EncodeWrapMB
PHPMailer::base64EncodeWrapMB() in class.phpmailer.php
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
c
top
catchWarning
POP3::catchWarning() in class.pop3.php
POP3 connection error handler.
checkResponse
checkResponse() in get_oauth_token.php
checkResponse
POP3::checkResponse() in class.pop3.php
Checks the POP3 server response.
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
client_send() in class.smtp.php
Send raw data to the server.
close
close() in class.smtp.php
Close the socket and clean up the state of the class.
connect
POP3::connect() in class.pop3.php
Connect to a POP3 server.
connect
connect() in class.smtp.php
Connect to an SMTP server.
connected
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
createResourceOwner() in get_oauth_token.php
d
top
data
data() in class.smtp.php
Send an SMTP DATA command.
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
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
errorHandler() in class.smtp.php
Reports an error number and string.
errorMessage
phpmailerException::errorMessage() in class.phpmailer.php
Prettify error message output
f
top
filenameToType
PHPMailer::filenameToType() in class.phpmailer.php
Map a file name to a MIME type. Defaults to 'application/octet-stream', i.e..
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
getDebugLevel() in class.smtp.php
Get debug output level.
getDebugOutput
getDebugOutput() in class.smtp.php
Get debug output method.
getDefaultScopes
getDefaultScopes() in get_oauth_token.php
getError
getError() in class.smtp.php
Get the latest error.
getErrors
POP3::getErrors() in class.pop3.php
Get an array of error messages, if any.
getGrant
PHPMailerOAuthGoogle::getGrant() in class.phpmaileroauthgoogle.php
getLastMessageID
PHPMailer::getLastMessageID() in class.phpmailer.php
Return the Message-ID header of the last email.
getLastReply
getLastReply() in class.smtp.php
Get the last reply from the server.
getLastTransactionID
getLastTransactionID() in class.smtp.php
Get the queue/transaction ID of the last SMTP transaction If no reply has been received yet, it will return null.
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.
getProvider
PHPMailerOAuthGoogle::getProvider() in class.phpmaileroauthgoogle.php
getReplyToAddresses
PHPMailer::getReplyToAddresses() in class.phpmailer.php
Allows for public read access to 'ReplyTo' property.
getResponse
POP3::getResponse() in class.pop3.php
Get a response from the POP3 server.
getScopeSeparator
getScopeSeparator() in get_oauth_token.php
getSentMIMEMessage
PHPMailer::getSentMIMEMessage() in class.phpmailer.php
Returns the whole MIME message.
getServerExt
getServerExt() in class.smtp.php
A multipurpose method
getServerExtList
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
getTimeout() in class.smtp.php
Get SMTP timeout.
getToAddresses
PHPMailer::getToAddresses() in class.phpmailer.php
Allows for public read access to 'to' property.
getToken
PHPMailerOAuthGoogle::getToken() in class.phpmaileroauthgoogle.php
getTranslations
PHPMailer::getTranslations() in class.phpmailer.php
Get the array of strings for the current language.
getVerp
getVerp() in class.smtp.php
Get VERP address generation mode.
get_lines
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
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
hello() in class.smtp.php
Send an SMTP HELO or EHLO command.
hmac
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
idnSupported
PHPMailer::idnSupported() in class.phpmailer.php
Tells whether IDNs (Internationalized Domain Names) are supported or not.
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.
isPermittedPath
PHPMailer::isPermittedPath() in class.phpmailer.php
Check whether a file path is of a permitted type.
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
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
mail
mail() in class.smtp.php
Send an SMTP MAIL command.
mailSend
PHPMailer::mailSend() in class.phpmailer.php
Send mail using the PHP mail() function.
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
noop() in class.smtp.php
Send an SMTP NOOP command.
normalizeBreaks
PHPMailer::normalizeBreaks() in class.phpmailer.php
Normalize line breaks in a string.
p
top
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
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
quit() in class.smtp.php
Send an SMTP QUIT command.
r
top
recipient
recipient() in class.smtp.php
Send an SMTP RCPT command.
recordLastTransactionID
recordLastTransactionID() in class.smtp.php
Extract and return the ID of the last SMTP transaction based on a list of patterns provided in SMTP::$smtp_transaction_id_patterns.
reset
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
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
sendAndMail() in class.smtp.php
Send an SMTP SAML command.
sendCommand
sendCommand() in class.smtp.php
Send a command to an SMTP server and check its return code.
sendHello
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
setDebugLevel() in class.smtp.php
Set debug output level.
setDebugOutput
setDebugOutput() in class.smtp.php
Set debug output method.
setError
setError() in class.smtp.php
Set error messages and codes.
setError
POP3::setError() in class.pop3.php
Add an error to the internal error store.
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
setTimeout() in class.smtp.php
Set SMTP timeout.
setVerp
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
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
startTLS() in class.smtp.php
Initiate a TLS (encrypted) session.
t
top
textLine
PHPMailer::textLine() in class.phpmailer.php
Return a formatted mail line.
turn
turn() in class.smtp.php
Send an SMTP TURN command.
u
top
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
validateAddress
PHPMailer::validateAddress() in class.phpmailer.php
Check that a string looks like an email address.
verify
verify() in class.smtp.php
Send an SMTP VRFY command.
w
top
wrapText
PHPMailer::wrapText() in class.phpmailer.php
Word-wrap message.
_
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
PHPMailer::__construct() in class.phpmailer.php
Constructor.
__construct
PHPMailerOAuthGoogle::__construct() in class.phpmaileroauthgoogle.php
__destruct
PHPMailer::__destruct() in class.phpmailer.php
Destructor.
a b c d e f g h i l m n p q r s t u v w _