Zend_Mail
Zend_Mime_Part
createAttachment
(string $body, [string $mimeType = Zend_Mime::TYPE_OCTETSTREAM], [string $disposition = Zend_Mime::DISPOSITION_ATTACHMENT], [string $encoding = Zend_Mime::ENCODING_BASE64], [string $filename = null])
static Zend_Mail_Transport_Abstract
$_defaultTransport
= null (line 71)
boolean
$hasAttachments
= false (line 145)
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
string
$_type
= null (line 137)
Content type of the message
Inherited from Zend_Mime_Message
Zend_Mime_Message::$_mime
Zend_Mime_Message::$_parts
static setDefaultTransport (line 156)
Sets the default mail transport for all following uses of Zend_Mail::send();
Constructor __construct (line 166)
Public constructor
addCc (line 472)
Adds Cc-header and recipient
addHeader (line 602)
Add a custom header to the message
addTo (line 459)
Adds To-header and recipient
createAttachment (line 346)
Creates a Zend_Mime_Part attachment
Attachment is automatically added to the mail object after creation. The attachment object is returned to allow for further manipulation.
getBodyHtml (line 308)
Return Zend_Mime_Part representing body HTML
getBodyText (line 268)
Return text body Zend_Mime_Part or string
getCharset (line 176)
Return charset string
getFrom (line 525)
Returns the sender of the mail
getHeaders (line 618)
Return mail headers
getMimeBoundary (line 233)
Return the boundary string used for the message
getPartCount (line 369)
Return a count of message parts
getRecipients (line 495)
Return list of recipient email addresses
getReturnPath (line 556)
Returns the current Return-Path address for the email
If no Return-Path header is set, returns the value of $_from.
getSubject (line 588)
Returns the encoded subject of the message
getType (line 210)
Get content type of the message
send (line 631)
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 285)
Sets the HTML body for the message
setBodyText (line 245)
Sets the text body for the message.
setFrom (line 508)
Sets From-header and sender of the message
setMimeBoundary (line 223)
Set an arbitrary mime boundary for the message
If not set, Zend_Mime will generate one.
setReturnPath (line 537)
Sets the Return-Path header for an email
setSubject (line 571)
Sets the subject of the message
setType (line 190)
Set content type
Should only be used for manually setting multipart content types.
_addRecipient (line 424)
Add a recipient
_addRecipientAndHeader (line 441)
Helper function for adding a recipient and the corresponding header
_encodeHeader (line 383)
Encode header fields
Encodes header content according to RFC1522 if it contains non-printable characters.
_storeHeader (line 404)
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 Sun, 27 May 2007 23:25:33 -0700 by phpDocumentor 1.3.2