-
$action_function
-
Callback Action function name
-
$all_recipients
-
-
$AltBody
-
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
-
$attachment
-
-
AddAddress
-
Adds a "To" address.
-
AddAnAddress
-
Adds an address to one of the recipient arrays
-
AddAttachment
-
Adds an attachment from a path on the filesystem.
-
AddBCC
-
Adds a "Bcc" address.
-
AddCC
-
Adds a "Cc" address.
-
AddCustomHeader
-
Adds a custom header.
-
AddEmbeddedImage
-
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
-
AddrAppend
-
Creates recipient headers.
-
AddReplyTo
-
Adds a "Reply-to" address.
-
AddrFormat
-
Formats an address correctly.
-
AddStringAttachment
-
Adds a string or binary attachment (non-filesystem) to the list.
-
AddStringEmbeddedImage
-
-
AlternativeExists
-
-
AttachAll
-
Attaches all fs, string, and binary attachments to the message.
-
AttachmentExists
-
-
Authenticate
-
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
-
Authorise
-
Combination of public events - connect, login, disconnect
-
$cc
-
-
$CharSet
-
Sets the CharSet of the message.
-
$ConfirmReadingTo
-
Sets the email address that a reading confirmation will be sent.
-
$connected
-
-
$ContentType
-
Sets the Content-type of the message.
-
$CRLF
-
POP3 Carriage Return + Line Feed
-
$CRLF
-
SMTP reply line ending
-
$CustomHeader
-
-
catchWarning
-
Takes over from PHP for the socket warning handler
-
checkResponse
-
Checks the POP3 server response for +OK or -ERR
-
ClearAddresses
-
Clears all recipients assigned in the TO array. Returns void.
-
ClearAllRecipients
-
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
-
ClearAttachments
-
Clears all previously set filesystem, string, and binary attachments. Returns void.
-
ClearBCCs
-
Clears all recipients assigned in the BCC array. Returns void.
-
ClearCCs
-
Clears all recipients assigned in the CC array. Returns void.
-
ClearCustomHeaders
-
Clears all custom headers. Returns void.
-
ClearReplyTos
-
Clears all recipients assigned in the ReplyTo array. Returns void.
-
Close
-
Closes the socket and cleans up the state of the class.
-
Connect
-
Connect to the POP3 server
-
Connect
-
Connect to the server specified on the port specified.
-
Connected
-
Returns true if connected to a server otherwise false
-
CreateBody
-
Assembles the message body. Returns an empty string on failure.
-
CreateHeader
-
Assembles message header.
-
$DKIM_domain
-
Used with DKIM DNS Resource Record
-
$DKIM_identity
-
Used with DKIM DNS Resource Record
-
$DKIM_passphrase
-
Used with DKIM DNS Resource Record
-
$DKIM_private
-
Used with DKIM DNS Resource Record
-
$DKIM_selector
-
Used with DKIM DNS Resource Record
-
$do_debug
-
Displaying Debug warnings? (0 = now, 1+ = yes)
-
$do_debug
-
Sets whether debugging is turned on
-
$do_verp
-
Sets VERP use on/off (default is off)
-
Data
-
Issues a data command and sends the msg_data to the server
-
Disconnect
-
Disconnect from the POP3 server
-
displayErrors
-
If debug is enabled, display the error message array
-
DKIM_Add
-
Create the DKIM header, body, as new header
-
DKIM_BodyC
-
Generate DKIM Canonicalization Body
-
DKIM_HeaderC
-
Generate DKIM Canonicalization Header
-
DKIM_QP
-
Set the private key file and password to sign the message.
-
DKIM_Sign
-
Generate DKIM signature
-
doCallback
-
-
$Sender
-
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
-
$Sendmail
-
Sets the path of the sendmail program.
-
$SentMIMEMessage
-
Stores the complete sent MIME message (Body and Headers)
-
$sign_cert_file
-
-
$sign_key_file
-
-
$sign_key_pass
-
-
$SingleTo
-
Provides the ability to have the TO field process individual
-
$SingleToArray
-
If SingleTo is true, this provides the array to hold the email addresses
-
$smtp
-
-
$SMTPAuth
-
Sets SMTP authentication. Utilizes the Username and Password variables.
-
$SMTPDebug
-
Sets SMTP class debugging on or off.
-
$SMTPKeepAlive
-
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
-
$SMTPSecure
-
Sets connection prefix.
-
$smtp_conn
-
-
$SMTP_PORT
-
SMTP server port
-
$Subject
-
Sets the Subject of the message.
-
smtp.php
-
-
SecureHeader
-
Strips newlines to prevent header injection.
-
Send
-
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
-
SendAndMail
-
Starts a mail transaction from the email address specified in
-
SendHello
-
Sends a HELO/EHLO command.
-
SendmailSend
-
Sends mail using the $Sendmail program.
-
sendString
-
Send a string down the open socket connection to the POP3 server
-
ServerHostname
-
Returns the server hostname or 'localhost.localdomain' if unknown.
-
set
-
Set (or reset) Class Objects (variables)
-
SetError
-
Adds the error message to the error container.
-
SetFrom
-
Set the From and FromName properties
-
SetLanguage
-
Sets the language for all class error messages.
-
SetMessageType
-
Sets the message type.
-
SetWordWrap
-
Set the body wrapping.
-
Sign
-
Set the private key file and password to sign the message.
-
SMTP
-
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
-
SmtpClose
-
Closes the active SMTP session if one exists.
-
SmtpConnect
-
Initiates a connection to an SMTP server.
-
SmtpSend
-
Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
-
StartTLS
-
Initiate a TLS communication with the server.
-
STOP_CONTINUE
-
-
STOP_CRITICAL
-
-
STOP_MESSAGE
-