Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($exceptions=false) | |
IsHTML ($ishtml=true) | |
IsSMTP () | |
IsMail () | |
IsSendmail () | |
IsQmail () | |
AddAddress ($address, $name= '') | |
AddCC ($address, $name= '') | |
AddBCC ($address, $name= '') | |
AddReplyTo ($address, $name= '') | |
SetFrom ($address, $name= '', $auto=1) | |
Send () | |
SmtpConnect () | |
SmtpClose () | |
SetLanguage ($langcode= 'en', $lang_path= 'language/') | |
GetTranslations () | |
AddrAppend ($type, $addr) | |
AddrFormat ($addr) | |
WrapText ($message, $length, $qp_mode=false) | |
UTF8CharBoundary ($encodedText, $maxLength) | |
SetWordWrap () | |
CreateHeader () | |
GetMailMIME () | |
GetSentMIMEMessage () | |
CreateBody () | |
HeaderLine ($name, $value) | |
TextLine ($value) | |
AddAttachment ($path, $name= '', $encoding= 'base64', $type= 'application/octet-stream') | |
GetAttachments () | |
EncodeString ($str, $encoding= 'base64') | |
EncodeHeader ($str, $position= 'text') | |
HasMultiBytes ($str) | |
Base64EncodeWrapMB ($str) | |
EncodeQPphp ($input= '', $line_max=76, $space_conv=false) | |
EncodeQP ($string, $line_max=76, $space_conv=false) | |
EncodeQ ($str, $position= 'text') | |
AddStringAttachment ($string, $filename, $encoding= 'base64', $type= 'application/octet-stream') | |
AddEmbeddedImage ($path, $cid, $name= '', $encoding= 'base64', $type= 'application/octet-stream') | |
AddStringEmbeddedImage ($string, $cid, $filename= '', $encoding= 'base64', $type= 'application/octet-stream') | |
InlineImageExists () | |
AttachmentExists () | |
AlternativeExists () | |
ClearAddresses () | |
ClearCCs () | |
ClearBCCs () | |
ClearReplyTos () | |
ClearAllRecipients () | |
ClearAttachments () | |
ClearCustomHeaders () | |
IsError () | |
FixEOL ($str) | |
AddCustomHeader ($custom_header) | |
MsgHTML ($message, $basedir= '') | |
set ($name, $value= '') | |
SecureHeader ($str) | |
Sign ($cert_filename, $key_filename, $key_pass) | |
DKIM_QP ($txt) | |
DKIM_Sign ($s) | |
DKIM_HeaderC ($s) | |
DKIM_BodyC ($body) | |
DKIM_Add ($headers_line, $subject, $body) |
Fonctions membres publiques statiques | |
static | ValidateAddress ($address) |
static | RFCDate () |
static | _mime_types ($ext= '') |
Attributs publics | |
$Priority = 3 | |
$CharSet = 'iso-8859-1' | |
$ContentType = 'text/plain' | |
$Encoding = '8bit' | |
$ErrorInfo = '' | |
$From = 'root@localhost' | |
$FromName = 'Root User' | |
$Sender = '' | |
$Subject = '' | |
$Body = '' | |
$AltBody = '' | |
$WordWrap = 0 | |
$Mailer = 'mail' | |
$Sendmail = '/usr/sbin/sendmail' | |
$PluginDir = '' | |
$ConfirmReadingTo = '' | |
$Hostname = '' | |
$MessageID = '' | |
$Host = 'localhost' | |
$Port = 25 | |
$Helo = '' | |
$SMTPSecure = '' | |
$SMTPAuth = false | |
$Username = '' | |
$Password = '' | |
$Timeout = 10 | |
$SMTPDebug = false | |
$SMTPKeepAlive = false | |
$SingleTo = false | |
$SingleToArray = array() | |
$LE = "\n" | |
$DKIM_selector = 'phpmailer' | |
$DKIM_identity = '' | |
$DKIM_passphrase = '' | |
$DKIM_domain = '' | |
$DKIM_private = '' | |
$action_function = '' | |
$Version = '5.2.1' | |
$XMailer = '' | |
const | STOP_MESSAGE = 0 |
const | STOP_CONTINUE = 1 |
const | STOP_CRITICAL = 2 |
Fonctions membres protégées | |
AddAnAddress ($kind, $address, $name= '') | |
PreSend () | |
PostSend () | |
SendmailSend ($header, $body) | |
MailSend ($header, $body) | |
SmtpSend ($header, $body) | |
GetBoundary ($boundary, $charSet, $contentType, $encoding) | |
EndBoundary ($boundary) | |
SetMessageType () | |
AttachAll ($disposition_type, $boundary) | |
EncodeFile ($path, $encoding= 'base64') | |
SetError ($msg) | |
ServerHostname () | |
Lang ($key) | |
doCallback ($isSent, $to, $cc, $bcc, $subject, $body) |
Attributs protégés | |
$MIMEBody = '' | |
$MIMEHeader = '' | |
$SentMIMEMessage = '' | |
$smtp = NULL | |
$to = array() | |
$cc = array() | |
$bcc = array() | |
$ReplyTo = array() | |
$all_recipients = array() | |
$attachment = array() | |
$CustomHeader = array() | |
$message_type = '' | |
$boundary = array() | |
$language = array() | |
$error_count = 0 | |
$sign_cert_file = '' | |
$sign_key_file = '' | |
$sign_key_pass = '' | |
$exceptions = false |
PHPMailer::__construct | ( | $exceptions = false | ) |
Constructor
boolean | $exceptions | Should we throw external exceptions? |
Références $exceptions.
|
static |
Gets the MIME type of the embedded or inline image
string | File extension public |
Référencé par MsgHTML().
PHPMailer::AddAddress | ( | $address, | |
$name = '' |
|||
) |
Adds a "To" address.
string | $address | |
string | $name |
Références $name, et AddAnAddress().
|
protected |
Adds an address to one of the recipient arrays Addresses that have been added already return false, but do not throw exceptions
string | $kind | One of 'to', 'cc', 'bcc', 'ReplyTo' |
string | $address | The email address to send to |
string | $name |
Références $name, Lang(), et SetError().
Référencé par AddAddress(), AddBCC(), AddCC(), AddReplyTo(), et SetFrom().
PHPMailer::AddAttachment | ( | $path, | |
$name = '' , |
|||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' |
|||
) |
Adds an attachment from a path on the filesystem. Returns false if the file could not be found or accessed.
string | $path | Path to the attachment. |
string | $name | Overrides the attachment name. |
string | $encoding | File encoding (see $Encoding). |
string | $type | File extension (MIME) type. |
Références $name, $path, $type, Lang(), SetError(), et STOP_CRITICAL.
PHPMailer::AddBCC | ( | $address, | |
$name = '' |
|||
) |
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
string | $address | |
string | $name |
Références $name, et AddAnAddress().
PHPMailer::AddCC | ( | $address, | |
$name = '' |
|||
) |
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
string | $address | |
string | $name |
Références $name, et AddAnAddress().
PHPMailer::AddCustomHeader | ( | $custom_header | ) |
Adds a custom header. public
PHPMailer::AddEmbeddedImage | ( | $path, | |
$cid, | |||
$name = '' , |
|||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' |
|||
) |
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".
string | $path | Path to the attachment. |
string | $cid | Content ID of the attachment. Use this to identify the Id for accessing the image in an HTML form. |
string | $name | Overrides the attachment name. |
string | $encoding | File encoding (see $Encoding). |
string | $type | File extension (MIME) type. |
Références $name, $path, $type, Lang(), et SetError().
Référencé par MsgHTML().
PHPMailer::AddrAppend | ( | $type, | |
$addr | |||
) |
Creates recipient headers. public
Références $LE, $type, et AddrFormat().
Référencé par CreateHeader(), et PreSend().
PHPMailer::AddReplyTo | ( | $address, | |
$name = '' |
|||
) |
Adds a "Reply-to" address.
string | $address | |
string | $name |
Références $name, et AddAnAddress().
PHPMailer::AddrFormat | ( | $addr | ) |
Formats an address correctly. public
Références EncodeHeader(), et SecureHeader().
Référencé par AddrAppend(), CreateHeader(), et MailSend().
PHPMailer::AddStringAttachment | ( | $string, | |
$filename, | |||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' |
|||
) |
Adds a string or binary attachment (non-filesystem) to the list. This method can be used to attach ascii or binary data, such as a BLOB record from a database.
string | $string | String attachment data. |
string | $filename | Name of the attachment. |
string | $encoding | File encoding (see $Encoding). |
string | $type | File extension (MIME) type. |
Références $type.
PHPMailer::AddStringEmbeddedImage | ( | $string, | |
$cid, | |||
$filename = '' , |
|||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' |
|||
) |
Références $type.
PHPMailer::AlternativeExists | ( | ) |
|
protected |
Attaches all fs, string, and binary attachments to the message. Returns an empty string on failure. protected
Références $attachment, $boundary, $mime, $name, $path, $type, EncodeFile(), EncodeHeader(), EncodeString(), IsError(), et SecureHeader().
Référencé par CreateBody().
PHPMailer::AttachmentExists | ( | ) |
Références $attachment.
Référencé par SetMessageType().
PHPMailer::Base64EncodeWrapMB | ( | $str | ) |
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character. Adapted from a function by paravoid at http://uk.php.net/manual/en/function.mb-encode-mimeheader.php public
string | $str | multi-byte text to wrap encode |
Référencé par EncodeHeader().
PHPMailer::ClearAddresses | ( | ) |
PHPMailer::ClearAllRecipients | ( | ) |
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
PHPMailer::ClearAttachments | ( | ) |
Clears all previously set filesystem, string, and binary attachments. Returns void.
PHPMailer::ClearBCCs | ( | ) |
PHPMailer::ClearCCs | ( | ) |
PHPMailer::ClearCustomHeaders | ( | ) |
Clears all custom headers. Returns void.
PHPMailer::ClearReplyTos | ( | ) |
Clears all recipients assigned in the ReplyTo array. Returns void.
PHPMailer::CreateBody | ( | ) |
Assembles the message body. Returns an empty string on failure. public
Références $file, $LE, AttachAll(), elseif, EncodeString(), EndBoundary(), GetBoundary(), GetMailMIME(), HeaderLine(), IsError(), Lang(), NULL, SetWordWrap(), et TextLine().
Référencé par PreSend().
PHPMailer::CreateHeader | ( | ) |
Assembles message header. public
Références $FromName, AddrAppend(), AddrFormat(), elseif, EncodeHeader(), GetMailMIME(), HeaderLine(), SecureHeader(), et ServerHostname().
Référencé par PreSend().
PHPMailer::DKIM_Add | ( | $headers_line, | |
$subject, | |||
$body | |||
) |
Create the DKIM header, body, as new header
public
string | $headers_line | Header lines |
string | $subject | Subject |
string | $body | Body |
Références $to, DKIM_BodyC(), DKIM_HeaderC(), DKIM_QP(), DKIM_Sign(), et elseif.
Référencé par PreSend().
PHPMailer::DKIM_BodyC | ( | $body | ) |
Generate DKIM Canonicalization Body
public
string | $body | Message Body |
Référencé par DKIM_Add().
PHPMailer::DKIM_HeaderC | ( | $s | ) |
Generate DKIM Canonicalization Header
public
string | $s | Header |
Références $key.
Référencé par DKIM_Add().
PHPMailer::DKIM_QP | ( | $txt | ) |
Set the private key file and password to sign the message.
public
string | $key_filename | Parameter File Name |
string | $key_pass | Password for private key |
Références $i.
Référencé par DKIM_Add().
PHPMailer::DKIM_Sign | ( | $s | ) |
Generate DKIM signature
public
string | $s | Header |
Référencé par DKIM_Add().
|
protected |
Références $bcc, $cc, $params, et $to.
Référencé par MailSend(), SendmailSend(), et SmtpSend().
|
protected |
Encodes attachment in requested format. Returns an empty string on failure.
string | $path | The full path to the file |
string | $encoding | The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' |
Références $path, EncodeString(), Lang(), et SetError().
Référencé par AttachAll().
PHPMailer::EncodeHeader | ( | $str, | |
$position = 'text' |
|||
) |
Encode a header string to best (shortest) of Q, B, quoted or none. public
Références Base64EncodeWrapMB(), EncodeQ(), HasMultiBytes(), et WrapText().
Référencé par AddrFormat(), AttachAll(), CreateHeader(), MailSend(), et PreSend().
PHPMailer::EncodeQ | ( | $str, | |
$position = 'text' |
|||
) |
Encode string to q encoding. string $str the text to encode string $position Where the text is going to be used, see the RFC for what that means public string
Référencé par EncodeHeader().
PHPMailer::EncodeQP | ( | $string, | |
$line_max = 76 , |
|||
$space_conv = false |
|||
) |
Encode string to RFC2045 (6.7) quoted-printable format Uses a PHP5 stream filter to do the encoding about 64x faster than the old version Also results in same content as you started with after decoding
string | $string | the text to encode |
integer | $line_max | Number of chars allowed on a line before wrapping |
boolean | $space_conv | Dummy param for compatibility with existing EncodeQP function |
Références $params, et EncodeQPphp().
Référencé par EncodeString().
PHPMailer::EncodeQPphp | ( | $input = '' , |
|
$line_max = 76 , |
|||
$space_conv = false |
|||
) |
Encode string to quoted-printable. Only uses standard PHP, slow, but will always work public
string | $string | the text to encode |
integer | $line_max | Number of chars allowed on a line before wrapping |
Références $i, $output, et elseif.
Référencé par EncodeQP().
PHPMailer::EncodeString | ( | $str, | |
$encoding = 'base64' |
|||
) |
Encodes string to requested format. Returns an empty string on failure.
string | $str | The text to encode |
string | $encoding | The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' public |
Références $LE, EncodeQP(), FixEOL(), Lang(), et SetError().
Référencé par AttachAll(), CreateBody(), et EncodeFile().
|
protected |
Returns the end of a message boundary. protected
Référencé par CreateBody().
PHPMailer::FixEOL | ( | $str | ) |
Changes every end of line from CR or LF to CRLF. public
Référencé par EncodeString(), et WrapText().
PHPMailer::GetAttachments | ( | ) |
|
protected |
Returns the start of a message boundary. protected
Références $boundary, $CharSet, $ContentType, $Encoding, $LE, HeaderLine(), et TextLine().
Référencé par CreateBody().
PHPMailer::GetMailMIME | ( | ) |
Returns the message MIME. public
Références HeaderLine(), et TextLine().
Référencé par CreateBody(), et CreateHeader().
PHPMailer::GetSentMIMEMessage | ( | ) |
Returns the MIME message (headers and body). Only really valid post PreSend(). public
Références $SentMIMEMessage.
PHPMailer::GetTranslations | ( | ) |
PHPMailer::HasMultiBytes | ( | $str | ) |
Checks if a string contains multibyte characters. public
string | $str | multi-byte text to wrap encode |
Référencé par EncodeHeader().
PHPMailer::HeaderLine | ( | $name, | |
$value | |||
) |
Returns a formatted header line. public
Référencé par CreateBody(), CreateHeader(), GetBoundary(), GetMailMIME(), et PreSend().
PHPMailer::InlineImageExists | ( | ) |
Returns true if an inline attachment is present. public
Références $attachment.
Référencé par SetMessageType().
PHPMailer::IsError | ( | ) |
Returns true if an error occurred. public
Référencé par AttachAll(), et CreateBody().
PHPMailer::IsHTML | ( | $ishtml = true | ) |
Sets message type to HTML.
bool | $ishtml |
Référencé par MsgHTML().
PHPMailer::IsMail | ( | ) |
Sets Mailer to send message using PHP mail() function.
PHPMailer::IsQmail | ( | ) |
Sets Mailer to send message using the qmail MTA.
PHPMailer::IsSendmail | ( | ) |
Sets Mailer to send message using the $Sendmail program.
PHPMailer::IsSMTP | ( | ) |
Sets Mailer to send message using SMTP.
|
protected |
Returns a message in the appropriate language. protected
Références $key, language, et SetLanguage().
Référencé par AddAnAddress(), AddAttachment(), AddEmbeddedImage(), CreateBody(), EncodeFile(), EncodeString(), MailSend(), PreSend(), SendmailSend(), set(), SetError(), SetFrom(), SmtpConnect(), et SmtpSend().
|
protected |
Sends mail using the PHP mail() function.
string | $header | The message headers |
string | $body | The message body protected |
Références $key, $params, $to, AddrFormat(), doCallback(), EncodeHeader(), Lang(), et SecureHeader().
Référencé par PostSend().
PHPMailer::MsgHTML | ( | $message, | |
$basedir = '' |
|||
) |
Evaluates the message and returns modifications for inline images and backgrounds public
Références $i, $images, $message, $url, _mime_types(), AddEmbeddedImage(), ENT_QUOTES, et IsHTML().
|
protected |
Références MailSend(), SendmailSend(), SetError(), et SmtpSend().
Référencé par Send().
|
protected |
Références $MIMEHeader, AddrAppend(), CreateBody(), CreateHeader(), DKIM_Add(), EncodeHeader(), HeaderLine(), Lang(), SecureHeader(), SetError(), et SetMessageType().
Référencé par Send().
|
static |
Returns the proper RFC 822 formatted date. public
PHPMailer::SecureHeader | ( | $str | ) |
Strips newlines to prevent header injection. public
string | $str | String |
Référencé par AddrFormat(), AttachAll(), CreateHeader(), MailSend(), et PreSend().
PHPMailer::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.
Réimplémentée dans JMail.
Références PostSend(), PreSend(), et SetError().
|
protected |
Sends mail using the $Sendmail program.
string | $header | The message headers |
string | $body | The message body protected |
Références $key, doCallback(), et Lang().
Référencé par PostSend().
|
protected |
Returns the server hostname or 'localhost.localdomain' if unknown. protected
Références $Hostname, et elseif.
Référencé par CreateHeader(), et SmtpConnect().
PHPMailer::set | ( | $name, | |
$value = '' |
|||
) |
Set (or reset) Class Objects (variables)
Usage Example: $page->set('X-Priority', '3');
public
string | $name | Parameter Name |
mixed | $value | Parameter Value NOTE: will not work with arrays, there are no arrays to set/reset |
Références $name, Lang(), SetError(), et STOP_CRITICAL.
|
protected |
Adds the error message to the error container. protected
Références Lang().
Référencé par AddAnAddress(), AddAttachment(), AddEmbeddedImage(), EncodeFile(), EncodeString(), PostSend(), PreSend(), Send(), set(), et SetFrom().
PHPMailer::SetFrom | ( | $address, | |
$name = '' , |
|||
$auto = 1 |
|||
) |
Set the From and FromName properties
string | $address | |
string | $name |
Références $name, AddAnAddress(), Lang(), et SetError().
PHPMailer::SetLanguage | ( | $langcode = 'en' , |
|
$lang_path = 'language/' |
|||
) |
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language is English.
string | $langcode | ISO 639-1 2-character language code (e.g. Portuguese: "br") |
string | $lang_path | Path to the language file directory public |
Références $PHPMAILER_LANG, et language.
Référencé par Lang().
|
protected |
Sets the message type. protected
Références AlternativeExists(), AttachmentExists(), et InlineImageExists().
Référencé par PreSend().
PHPMailer::SetWordWrap | ( | ) |
Set the body wrapping. public
Références WrapText().
Référencé par CreateBody().
PHPMailer::Sign | ( | $cert_filename, | |
$key_filename, | |||
$key_pass | |||
) |
Set the private key file and password to sign the message.
public
string | $key_filename | Parameter File Name |
string | $key_pass | Password for private key |
PHPMailer::SmtpClose | ( | ) |
Closes the active SMTP session if one exists.
PHPMailer::SmtpConnect | ( | ) |
Initiates a connection to an SMTP server. Returns false if the operation failed. SMTP public
Références $Port, $SMTPDebug, Lang(), et ServerHostname().
Référencé par SmtpSend().
|
protected |
Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
string | $header | The message headers |
string | $body | The message body SMTP protected |
Références $bcc, $cc, $to, doCallback(), Lang(), et SmtpConnect().
Référencé par PostSend().
PHPMailer::TextLine | ( | $value | ) |
Returns a formatted mail line. public
Références $LE.
Référencé par CreateBody(), GetBoundary(), et GetMailMIME().
PHPMailer::UTF8CharBoundary | ( | $encodedText, | |
$maxLength | |||
) |
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string. Original written by Colin Brown. public
string | $encodedText | utf-8 QP text |
int | $maxLength | find last character boundary prior to this length |
Références elseif.
Référencé par WrapText().
|
static |
Check that a string looks roughly like an email address should Static so it can be used without instantiation Tries to use PHP built-in validator in the filter extension (from PHP 5.2), falls back to a reasonably competent regex validator Conforms approximately to RFC2822 Original pattern found here string $address The email address to check boolean public
PHPMailer::WrapText | ( | $message, | |
$length, | |||
$qp_mode = false |
|||
) |
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable. Original written by philippe.
string | $message | The message to wrap |
integer | $length | The line length to wrap to |
boolean | $qp_mode | Whether to run in Quoted-Printable mode public |
Références $i, $LE, $message, elseif, FixEOL(), et UTF8CharBoundary().
Référencé par EncodeHeader(), et SetWordWrap().
PHPMailer::$action_function = '' |
|
protected |
PHPMailer::$AltBody = '' |
|
protected |
Référencé par AttachAll(), AttachmentExists(), GetAttachments(), et InlineImageExists().
|
protected |
Référencé par ClearBCCs(), doCallback(), et SmtpSend().
PHPMailer::$Body = '' |
|
protected |
Référencé par AttachAll(), EndBoundary(), et GetBoundary().
|
protected |
Référencé par ClearCCs(), doCallback(), et SmtpSend().
PHPMailer::$CharSet = 'iso-8859-1' |
Réimplémentée dans JMail.
Référencé par GetBoundary().
PHPMailer::$ConfirmReadingTo = '' |
PHPMailer::$ContentType = 'text/plain' |
Référencé par GetBoundary().
|
protected |
PHPMailer::$DKIM_domain = '' |
PHPMailer::$DKIM_identity = '' |
PHPMailer::$DKIM_passphrase = '' |
PHPMailer::$DKIM_private = '' |
PHPMailer::$DKIM_selector = 'phpmailer' |
PHPMailer::$Encoding = '8bit' |
Référencé par GetBoundary().
|
protected |
PHPMailer::$ErrorInfo = '' |
|
protected |
Référencé par __construct().
PHPMailer::$From = 'root@localhost' |
PHPMailer::$FromName = 'Root User' |
Référencé par CreateHeader().
PHPMailer::$Helo = '' |
PHPMailer::$Host = 'localhost' |
PHPMailer::$Hostname = '' |
Référencé par ServerHostname().
|
protected |
Référencé par GetTranslations().
PHPMailer::$LE = "\n" |
Référencé par AddrAppend(), Base64EncodeWrapMB(), CreateBody(), EncodeString(), EndBoundary(), GetBoundary(), HeaderLine(), TextLine(), et WrapText().
PHPMailer::$Mailer = 'mail' |
|
protected |
PHPMailer::$MessageID = '' |
|
protected |
|
protected |
Référencé par PreSend().
PHPMailer::$Password = '' |
PHPMailer::$PluginDir = '' |
PHPMailer::$Port = 25 |
Référencé par SmtpConnect().
PHPMailer::$Priority = 3 |
|
protected |
PHPMailer::$Sender = '' |
PHPMailer::$Sendmail = '/usr/sbin/sendmail' |
|
protected |
Référencé par GetSentMIMEMessage().
|
protected |
|
protected |
|
protected |
PHPMailer::$SingleTo = false |
PHPMailer::$SingleToArray = array() |
|
protected |
PHPMailer::$SMTPAuth = false |
PHPMailer::$SMTPDebug = false |
Référencé par SmtpConnect().
PHPMailer::$SMTPKeepAlive = false |
PHPMailer::$SMTPSecure = '' |
PHPMailer::$Subject = '' |
PHPMailer::$Timeout = 10 |
|
protected |
Référencé par ClearAddresses(), DKIM_Add(), doCallback(), MailSend(), et SmtpSend().
PHPMailer::$Username = '' |
PHPMailer::$Version = '5.2.1' |
PHPMailer::$WordWrap = 0 |
PHPMailer::$XMailer = '' |
const PHPMailer::STOP_CONTINUE = 1 |
const PHPMailer::STOP_CRITICAL = 2 |
Référencé par AddAttachment(), et set().
const PHPMailer::STOP_MESSAGE = 0 |