Zend_Mail
Zend_Mime_Part
addAttachment
(string $body, [string $mimeType = Zend_Mime::TYPE_OCTETSTREAM], [string $disposition = Zend_Mime::DISPOSITION_ATTACHMENT], [string $encoding = Zend_Mime::ENCODING_BASE64])
static Zend_Mail_Transport_Abstract
$_defaultTransport
= null (line 71)
boolean
$hasAttachments
= false (line 140)
Flag: whether or not email has attachments
false|Zend_Mime_Part
$_bodyHtml
= false (line 125)
text/html MIME part
false|Zend_Mime_Part
$_bodyText
= false (line 119)
text/plain MIME part
string
$_charset
= null (line 77)
Mail character set
string
$_from
= null (line 89)
From: address
array
$_headers
= array() (line 83)
Mail headers
string
$_mimeBoundary
= null (line 131)
MIME boundary string
array
$_recipients
= array() (line 101)
Array of all recipients
string
$_returnPath
= null (line 107)
Return-Path header
string
$_subject
= null (line 113)
Subject: header
array
$_to
= array() (line 95)
To: addresses
Inherited from Zend_Mime_Message
Zend_Mime_Message::$_mime
Zend_Mime_Message::$_parts
static setDefaultTransport (line 150)
Sets the default mail transport for all following uses of Zend_Mail::send();
Constructor __construct (line 160)
Public constructor
addAttachment (line 276)
Adds an attachment to the message
addBcc (line 409)
Adds Bcc recipient
addCc (line 399)
Adds Cc-header and recipient
addHeader (line 522)
Add a custom header to the message
addTo (line 388)
Adds To-header and recipient
getBodyHtml (line 261)
Return Zend_Mime_Part representing body HTML
getCharset (line 171)
Return charset string
getFrom (line 447)
Returns the sender of the mail
getHeaders (line 539)
Return mail headers
getMimeBoundary (line 193)
Return the boundary string used for the message
getPartCount (line 299)
Return a count of message parts
getRecipients (line 419)
Return list of recipient email addresses
getReturnPath (line 479)
Returns the current Return-Path address for the email
If no Return-Path header is set, returns the value of $_from.
getSubject (line 509)
Returns the encoded subject of the message
send (line 552)
Sends this email using the given transport or a previously set DefaultTransport or the internal mail function if no default transport had been set.
setBodyHtml (line 239)
Sets the HTML body for the message
setBodyText (line 205)
Sets the text body for the message.
setFrom (line 431)
Sets From-header and sender of the message
setMimeBoundary (line 183)
Set an arbitrary mime boundary for the message
If not set, Zend_Mime will generate one.
setReturnPath (line 460)
Sets the Return-Path header for an email
setSubject (line 493)
Sets the subject of the message
_addRecipient (line 354)
Add a recipient
_addRecipientAndHeader (line 371)
Helper function for adding a recipient and the corresponding header
_encodeHeader (line 313)
Encode header fields
Encodes header content according to RFC1522 if it contains non-printable characters.
_storeHeader (line 334)
Add a header to the message
Adds a header to this message. If append is true and the header already exists, raises a flag indicating that the header should be appended.
Inherited From Zend_Mime_Message
Zend_Mime_Message::addPart()
Zend_Mime_Message::createFromMessage()
Zend_Mime_Message::generateMessage()
Zend_Mime_Message::getMime()
Zend_Mime_Message::getPartContent()
Zend_Mime_Message::getPartHeaders()
Zend_Mime_Message::getPartHeadersArray()
Zend_Mime_Message::getParts()
Zend_Mime_Message::isMultiPart()
Zend_Mime_Message::setMime()
Zend_Mime_Message::setParts()
Zend_Mime_Message::_disassembleMime()
Documentation generated on Wed, 21 Feb 2007 11:53:20 -0800 by phpDocumentor 1.3.1