[Mail_Mailer] element index
Package indexes
framework-base
UI
KeyValueCoding
WebApplication
All elements
a
b
c
e
f
m
p
r
s
t
_
_
top
__construct
Mail_Mailer::__construct()
in Mailer.php
Constructor. Initializes object.
a
top
$attachments
Mail_Mailer::$attachments
in Mailer.php
addAttachment
Mail_Mailer::addAttachment()
in Mailer.php
Add an attachment from a file.
addAttachmentStream
Mail_Mailer::addAttachmentStream()
in Mailer.php
Add an attachment from a stream of data.
addBCCEmail
Mail_Mailer::addBCCEmail()
in Mailer.php
Add an email to the BCC list.
addCCEmail
Mail_Mailer::addCCEmail()
in Mailer.php
Add an email to the CC list.
b
top
$bcc_list
Mail_Mailer::$bcc_list
in Mailer.php
$bcc_sender
Mail_Mailer::$bcc_sender
in Mailer.php
c
top
$cc_list
Mail_Mailer::$cc_list
in Mailer.php
e
top
emailOK
Mail_Mailer::emailOK()
in Mailer.php
Verify an email addresses well-formedness.
f
top
$from_email
Mail_Mailer::$from_email
in Mailer.php
$from_name
Mail_Mailer::$from_name
in Mailer.php
m
top
Mailer.php
Mailer.php
in Mailer.php
Mail_Mailer
Mail_Mailer
in Mailer.php
This class is designed to allow users to easily send both TEXT and HTML email messages.
p
top
$pear_mailer_config
Mail_Mailer::$pear_mailer_config
in Mailer.php
$pear_mailer_driver
Mail_Mailer::$pear_mailer_driver
in Mailer.php
$priority
Mail_Mailer::$priority
in Mailer.php
r
top
$raw_message_html
Mail_Mailer::$raw_message_html
in Mailer.php
$raw_message_text
Mail_Mailer::$raw_message_text
in Mailer.php
$reply_to_email
Mail_Mailer::$reply_to_email
in Mailer.php
s
top
$subject
Mail_Mailer::$subject
in Mailer.php
send
Mail_Mailer::send()
in Mailer.php
Send the email out.
setBCCSender
Mail_Mailer::setBCCSender()
in Mailer.php
Set a flag to BCC the sender.
setFromEmail
Mail_Mailer::setFromEmail()
in Mailer.php
Set the FROM address for the email.
setFromName
Mail_Mailer::setFromName()
in Mailer.php
Set the FROM NAME for the email.
setMessageHTML
Mail_Mailer::setMessageHTML()
in Mailer.php
Set the HTML for the message.
setMessageTEXT
Mail_Mailer::setMessageTEXT()
in Mailer.php
If just a simple message is desired to be sent, the caller can use this function.
setPriority
Mail_Mailer::setPriority()
in Mailer.php
Set the priority of the message.
setReplyToEmail
Mail_Mailer::setReplyToEmail()
in Mailer.php
Set the REPLY TO address for the email.
setSubject
Mail_Mailer::setSubject()
in Mailer.php
Set the subject line of the message.
setToEmail
Mail_Mailer::setToEmail()
in Mailer.php
Set the TO address for the email.
setToName
Mail_Mailer::setToName()
in Mailer.php
Set the TO NAME for the email.
t
top
$to_email
Mail_Mailer::$to_email
in Mailer.php
a
b
c
e
f
m
p
r
s
t
_