AddAddress()
AddAttachment()
AddBCC()
AddCC()
AddCustomHeader()
AddEmbeddedImage()
AddReplyTo()
AddStringAttachment()
AddrAppend()
AddrFormat()
AttachAll()
ClearAddresses()
ClearAllRecipients()
ClearAttachments()
ClearBCCs()
ClearCCs()
ClearCustomHeaders()
ClearReplyTos()
CreateBody()
CreateHeader()
EncodeFile()
EncodeHeader()
EncodeQ()
EncodeQP()
EncodeString()
EndBoundary()
FixEOL()
GetBoundary()
HeaderLine()
InlineImageExists()
IsError()
IsHTML()
IsMail()
IsQmail()
IsSMTP()
IsSendmail()
MailSend()
RFCDate()
Send()
SendmailSend()
ServerHostname()
ServerVar()
SetError()
SetMessageType()
SetWordWrap()
SmtpClose()
SmtpConnect()
SmtpSend()
TextLine()
WrapText()
$AltBody
$Body
$CharSet
$ConfirmReadingTo
$ContentType
$CustomHeader
$Encoding
$ErrorInfo
$From
$FromName
$Helo
$Host
$Hostname
$LE
$Mailer
$Password
$PluginDir
$Port
$Priority
$ReplyTo
$SMTPAuth
$SMTPDebug
$SMTPKeepAlive
$Sender
$Sendmail
$Subject
$Timeout
$Username
$Version
$WordWrap
$attachment
$bcc
$boundary
$cc
$error_count
$message_type
$smtp
$to
PHPMailer - PHP email transport class
package | PHPMailer |
---|---|
author | Brent R. Matzelle |
copyright | 2001 - 2003 Brent R. Matzelle |
AddAddress(string $address, string $name) : void
string
string
AddAttachment(string $path, string $name, string $encoding, string $type) : bool
Returns false if the file could not be found or accessed.
string
Path to the attachment.
string
Overrides the attachment name.
string
File encoding (see $Encoding).
string
File extension (MIME) type.
bool
AddBCC(string $address, string $name) : void
string
string
AddCC(string $address, string $name) : void
string
string
AddCustomHeader($custom_header) : void
AddEmbeddedImage(string $path, string $cid, string $name, string $encoding, string $type) : bool
string
Path to the attachment.
string
Content ID of the attachment. Use this to identify the Id for accessing the image in an HTML form.
string
Overrides the attachment name.
string
File encoding (see $Encoding).
string
File extension (MIME) type.
bool
AddReplyTo(string $address, string $name) : void
string
string
AddStringAttachment(string $string, string $filename, string $encoding, string $type) : void
This method can be used to attach ascii or binary data, such as a BLOB record from a database.
string
String attachment data.
string
Name of the attachment.
string
File encoding (see $Encoding).
string
File extension (MIME) type.
AddrAppend($type, $addr) : string
access | private |
---|
string
AddrFormat($addr) : string
access | private |
---|
string
AttachAll() : string
Returns an empty string on failure.
access | private |
---|
string
ClearAddresses() : void
ClearAllRecipients() : void
ClearAttachments() : void
ClearBCCs() : void
ClearCCs() : void
ClearCustomHeaders() : void
ClearReplyTos() : void
CreateBody() : string
access | private |
---|
string
CreateHeader() : string
access | private |
---|
string
EncodeFile($path, $encoding) : string
access | private |
---|
string
EncodeHeader($str, $position) : string
access | private |
---|
string
EncodeQ($str, $position) : string
access | private |
---|
string
EncodeQP($str) : string
access | private |
---|
string
EncodeString($str, $encoding) : string
access | private |
---|
string
EndBoundary($boundary)
access | private |
---|
FixEOL($str) : string
access | private |
---|
string
GetBoundary($boundary, $charSet, $contentType, $encoding)
access | private |
---|
HeaderLine($name, $value) : string
access | private |
---|
string
InlineImageExists() : bool
access | private |
---|
bool
IsError() : bool
bool
IsHTML(bool $bool) : void
bool
IsMail() : void
IsQmail() : void
IsSMTP() : void
IsSendmail() : void
MailSend($header, $body) : bool
access | private |
---|
bool
RFCDate() : string
access | private |
---|
string
Send() : bool
bool
SendmailSend($header, $body) : bool
access | private |
---|
bool
ServerHostname() : string
access | private |
---|
string
ServerVar($varName) : mixed
access | private |
---|
mixed
SetError($msg) : void
Returns void.
access | private |
---|
SetMessageType() : void
access | private |
---|
SetWordWrap() : void
access | private |
---|
SmtpClose() : void
SmtpConnect() : bool
access | private |
---|
bool
SmtpSend($header, $body) : bool
access | private |
---|
bool
TextLine($value) : string
access | private |
---|
string
WrapText($message, $length, $qp_mode) : string
Original written by philippe.
access | private |
---|
string
$AltBody : string
$Body : string
If HTML then run IsHTML(true).
$CharSet : string
$ConfirmReadingTo : string
$ContentType : string
$CustomHeader
$Encoding : string
$ErrorInfo : string
$From : string
$FromName : string
$Helo
@var string
$Host : string
Hosts will be tried in order.
$Hostname
@var string
$LE
$Mailer : string
$Password
@var string
$PluginDir : string
$Port
@var int
$Priority : int
$ReplyTo
$SMTPAuth
@var bool
$SMTPDebug
@var bool
$SMTPKeepAlive : bool
$Sender : string
$Sendmail : string
$Subject : string
$Timeout
@var int
$Username
@var string
$Version
@var string
$WordWrap : int
$bcc
$boundary
$cc
$error_count
$smtp
$to