PHPMailer
Methods
1 to 30 of 45
- PHPMailer::_mime_types() – Get the MIME type for a file extension.
- PHPMailer::addAttachment() – Add an attachment from a path on the filesystem.
- PHPMailer::addCustomHeader() – Add a custom header.
- PHPMailer::addEmbeddedImage() – Add an embedded (inline) attachment from a file.
- PHPMailer::addrFormat() – Format an address for use in a message header.
- PHPMailer::addStringAttachment() – Add a string or binary attachment (non-filesystem).
- PHPMailer::addStringEmbeddedImage() – Add an embedded stringified attachment.
- PHPMailer::attachAll() – Attach all file, string, and binary attachments to the message.
- PHPMailer::base64EncodeWrapMB() – Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
- PHPMailer::createBody() – Assemble the message body.
- PHPMailer::createHeader() – Assemble message headers.
- PHPMailer::DKIM_Add() – Create the DKIM header and body in a new message header.
- PHPMailer::DKIM_BodyC() – Generate a DKIM canonicalization body.
- PHPMailer::DKIM_Sign() – Generate a DKIM signature.
- PHPMailer::encodeHeader() – Encode a header value (not including its label) optimally.
- PHPMailer::encodeQ() – Encode a string using Q encoding.
- PHPMailer::encodeString() – Encode a string in requested format.
- PHPMailer::fileIsAccessible() – Check whether a file path is safe, accessible, and readable.
- PHPMailer::filenameToType() – Map a file name to a MIME type.
- PHPMailer::getBoundary() – Return the start of a message boundary.
- PHPMailer::getMailMIME() – Get the message MIME type headers.
- PHPMailer::getSmtpErrorMessage() – Build an error message starting with a generic one and adding details if possible.
- PHPMailer::getTranslations() – Get the array of strings for the current language.
- PHPMailer::hasMultiBytes() – Check if a string contains multi-byte characters.
- PHPMailer::isPermittedPath() – Check whether a file path is of a permitted type.
- PHPMailer::isShellSafe() – Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters.
- PHPMailer::isValidHost() – Validate whether a string contains a valid value to use as a hostname or IP address.
- PHPMailer::lang() – Get an error message in the current language.
- PHPMailer::mailPassthru() – Call mail() in a safe_mode-aware fashion.
- PHPMailer::mailSend() – Send mail using the PHP mail() function.