PHPMailer
Methods
1 to 30 of 71
- PHPMailer::__construct() – Constructor.
- PHPMailer::__destruct() – Destructor.
- PHPMailer::addAddress() – Add a "To" address.
- PHPMailer::addAnAddress() – Add an address to one of the recipient arrays or to the ReplyTo array.
- PHPMailer::addBCC() – Add a "BCC" address.
- PHPMailer::addCC() – Add a "CC" address.
- PHPMailer::addOrEnqueueAnAddress() – 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().
- PHPMailer::addrAppend() – Create recipient headers.
- PHPMailer::addReplyTo() – Add a "Reply-To" address.
- PHPMailer::alternativeExists() – Check if this message has an alternative body set.
- PHPMailer::attachmentExists() – Check if an attachment (non-inline) is present.
- PHPMailer::cidExists() – Check if an embedded attachment is present with this cid.
- PHPMailer::clearAddresses() – Clear all To recipients.
- PHPMailer::clearAllRecipients() – Clear all recipient types.
- PHPMailer::clearAttachments() – Clear all filesystem, string, and binary attachments.
- PHPMailer::clearBCCs() – Clear all BCC recipients.
- PHPMailer::clearCCs() – Clear all CC recipients.
- PHPMailer::clearCustomHeaders() – Clear all custom headers.
- PHPMailer::clearQueuedAddresses() – Clear queued addresses of given kind.
- PHPMailer::clearReplyTos() – Clear all ReplyTo recipients.
- PHPMailer::DKIM_HeaderC() – Generate a DKIM canonicalization header.
- PHPMailer::DKIM_QP() – Quoted-Printable-encode a DKIM header.
- PHPMailer::doCallback() – Perform a callback.
- PHPMailer::edebug() – Output debugging info via user-defined method.
- PHPMailer::encodeFile() – Encode a file attachment in requested format.
- PHPMailer::encodeQP() – Encode a string in quoted-printable format.
- PHPMailer::encodeQPphp() – Backward compatibility wrapper for an old QP encoding function that was removed.
- PHPMailer::endBoundary() – Return the end of a message boundary.
- PHPMailer::fixEOL() – Ensure consistent line endings in a string.
- PHPMailer::generateId() – Create a unique ID to use for boundaries.