[Mail_Mailer] element index

Package indexes

All elements
a b c e f m p r s t _
_
top
__construct
Constructor. Initializes object.
a
top
$attachments
addAttachment
Add an attachment from a file.
addAttachmentStream
Add an attachment from a stream of data.
addBCCEmail
Add an email to the BCC list.
addCCEmail
Add an email to the CC list.
b
top
$bcc_list
$bcc_sender
c
top
$cc_list
Mail_Mailer::$cc_list in Mailer.php
e
top
emailOK
Verify an email addresses well-formedness.
f
top
$from_email
$from_name
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
$pear_mailer_driver
$priority
r
top
$raw_message_html
$raw_message_text
$reply_to_email
s
top
$subject
Mail_Mailer::$subject in Mailer.php
send
Mail_Mailer::send() in Mailer.php
Send the email out.
setBCCSender
Set a flag to BCC the sender.
setFromEmail
Set the FROM address for the email.
setFromName
Set the FROM NAME for the email.
setMessageHTML
Set the HTML for the message.
setMessageTEXT
If just a simple message is desired to be sent, the caller can use this function.
setPriority
Set the priority of the message.
setReplyToEmail
Set the REPLY TO address for the email.
setSubject
Set the subject line of the message.
setToEmail
Set the TO address for the email.
setToName
Set the TO NAME for the email.
t
top
$to_email
a b c e f m p r s t _