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.
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.
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
base64EncodeWrapMB
PHPMailer::base64EncodeWrapMB() in class.phpmailer.php
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
c
top
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.
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
POP3::connect() in class.pop3.php
Connect to a POP3 server.
connect
SMTP::connect() in class.smtp.php
Connect to an SMTP 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.
d
top
data
SMTP::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.
edebug
SMTP::edebug() in class.smtp.php
Output debugging info via a user-selected 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.
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
getAllRecipientAddresses
Allows for public read access to 'all_recipients' property.
getAttachments
PHPMailer::getAttachments() in class.phpmailer.php
Return the array of attachments.
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.
getError
SMTP::getError() in class.smtp.php
Get the latest error.
getGrant
PHPMailerOAuthGoogle::getGrant() in class.phpmaileroauthgoogle.php
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.
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 an OAuth 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.
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.
getToken
PHPMailerOAuthGoogle::getToken() in class.phpmaileroauthgoogle.php
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
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
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
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.
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
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.
mb_pathinfo
PHPMailer::mb_pathinfo() in class.phpmailer.php
Multi-byte-safe pathinfo replacement.
msgHTML
PHPMailer::msgHTML() in class.phpmailer.php
Create a message 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.
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
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.
q
top
quit
SMTP::quit() in class.smtp.php
Send an SMTP QUIT command.
r
top
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
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.
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
PHPMailer::setError() in class.phpmailer.php
Add an error message to the error container.
setError
SMTP::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.
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
PHPMailer::smtpConnect() in class.phpmailer.php
Initiate a connection to an SMTP server.
smtpConnect
PHPMailerOAuth::smtpConnect() in class.phpmaileroauth.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.
t
top
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
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
SMTP::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
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 p q r s t u v w _