Clear all custom headers.
PHPMailer::clearAllRecipients
Clear all recipient types.
PHPMailer::clearAttachments
Clear all filesystem, string, and binary attachments.
PHPMailer::clearReplyTos
Clear all ReplyTo recipients.
Advertisement
PHPMailer::clearBCCs
Clear all BCC recipients.
PHPMailer::clearCCs
Clear all CC recipients.
PHPMailer::clearAddresses
Clear all To recipients.
PHPMailer::clearQueuedAddresses
Clear queued addresses of given kind.
Advertisement
PHPMailer::alternativeExists
Check if this message has an alternative body set.
PHPMailer::attachmentExists
Check if an attachment (non-inline) is present.
PHPMailer::inlineImageExists
Check if an inline attachment is present.
PHPMailer::addStringEmbeddedImage
Add an embedded stringified attachment.
Advertisement
PHPMailer::addEmbeddedImage
Add an embedded (inline) attachment from a file.
PHPMailer::addStringAttachment
Add a string or binary attachment (non-filesystem).
PHPMailer::encodeQ
Encode a string using Q encoding.