[Zend_Mail] element index

Package indexes

All elements
a b c d e g h l m n o q r s v z _
_
top
Variable $_bodyHtml
text/html MIME part
Variable $_bodyText
text/plain MIME part
Variable $_charset
Mail character set
Variable $_defaultTransport
Variable $_from
Zend_Mail::$_from in Mail.php
From: address
Variable $_headers
Mail headers
Variable $_mimeBoundary
MIME boundary string
Variable $_recipients
Array of all recipients
Variable $_returnPath
Return-Path header
Variable $_subject
Subject: header
Variable $_to
Zend_Mail::$_to in Mail.php
To: addresses
Method _addRecipient
Add a recipient
Method _addRecipientAndHeader
Helper function for adding a recipient and the corresponding header
Method _encodeHeader
Encode header fields
Method _storeHeader
Add a header to the message
Method __construct
Public constructor
Variable $_con
Stream to SMTP Server
Variable $_headers
Array of message headers
Variable $_host
Variable $_isMultipart
Message is a multipart message
Variable $_mail
Zend_Mail object
Variable $_myName
Variable $_parts
Array of message parts
Variable $_port
Method _buildBody
Generate MIME compliant message from the current configuration
Method _expect
Read the response from the stream and
Method _formatHeader
Prepend header name to header value
Method _getHeaders
Return all mail headers as an array
Method _prepareHeaders
Format and fix headers
Method _prepareHeaders
Prepare header string for use in transport
Method _receive
Get a line from the stream. includes error checking and debugging
Method _send
Send the given string followed by a LINEEND to the server
Method _sendMail
Send an email
Method _sendMail
Send mail using PHP native mail()
Method _sendMail
Send an email independent from the used transport
Method __construct
Constructor.
a
top
Method addAttachment
Adds an attachment to the message
Method addBcc
Adds Bcc recipient
Method addCc
Zend_Mail::addCc() in Mail.php
Adds Cc-header and recipient
Method addHeader
Add a custom header to the message
Method addTo
Zend_Mail::addTo() in Mail.php
Adds To-header and recipient
Page Abstract.php
Abstract.php in Abstract.php
b
top
Variable $body
Mail body
Variable $boundary
MIME boundary
c
top
Method connect
Connect to the server with the parameters given in the constructor and send "HELO". The connection is immediately closed if an error occurs.
d
top
Method data
sends the DATA command followed by the email content (headers plus body) folowed by a dot and validates the response of the server.
Method disconnect
close an existing connection.
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Variable $EOL
EOL character string
Variable $EOL
EOL character string used by transport
Class Constant DEBUG
Page Exception.php
Exception.php in Exception.php
g
top
Method getBodyHtml
Return Zend_Mime_Part representing body HTML
Method getBodyText
Return text body Zend_Mime_Part
Method getCharset
Return charset string
Method getFrom
Returns the sender of the mail
Method getHeaders
Return mail headers
Method getMimeBoundary
Return the boundary string used for the message
Method getPartCount
Return a count of message parts
Method getRecipients
Return list of recipient email addresses
Method getReturnPath
Returns the current Return-Path address for the email
Method getSubject
Returns the encoded subject of the message
h
top
Variable $hasAttachments
Flag: whether or not email has attachments
Variable $header
Mail header string
Method helo
Sends EHLO along with the given machine name and validates server response. If EHLO fails, HELO is sent for compatibility with older MTAs.
l
top
Variable $lastResponse
Last Response from the SMTP server, 1 Array Element per line
m
top
Page Mail.php
Mail.php in Mail.php
Method mail_from
sends a MAIL command for the senders address and validates the response.
n
top
Method noop
Sends the NOOP command end validates answer Not used by Zend_Mail, could be used to keep a connection alive or check if it is still open.
o
top
Class Constant COMMUNICATION_TIMEOUT
Class Constant CONNECTION_TIMEOUT
q
top
Method quit
Sends the QUIT command and validates answer
r
top
Variable $recipients
Recipients string
Method rcpt_to
sends a RCPT command for a recipient address and validates the response.
Method rset
Sends the RSET command end validates answer Not used by Zend_Mail, can be used to restore a clean smtp communication state when a transaction has been cancelled.
s
top
Method send
Zend_Mail::send() in Mail.php
Sends this email using the given transport or a previously set DefaultTransport or the internal mail function if no default transport had been set.
Method setBodyHtml
Sets the HTML body for the message
Method setBodyText
Sets the text body for the message.
Method setDefaultTransport
Sets the default mail transport for all following uses of Zend_Mail::send();
Method setFrom
Sets From-header and sender of the message
Method setMimeBoundary
Set an arbitrary mime boundary for the message
Method setReturnPath
Sets the Return-Path header for an email
Method setSubject
Sets the subject of the message
Variable $subject
Subject
Method send
Send a mail using this transport
Page Sendmail.php
Sendmail.php in Sendmail.php
Page Smtp.php
Smtp.php in Smtp.php
v
top
Method vrfy
Sends the VRFY command end validates answer The calling method needs to evaluate $this->lastResponse This function was implemented for completeness only.
z
top
Class Zend_Mail
Zend_Mail in Mail.php
Class for sending an email.
Class Zend_Mail_Exception
Zend_Mail_Exception in Exception.php
Class Zend_Mime_Exception
Zend_Mime_Exception in Exception.php
Class Zend_Mail_Transport_Abstract
Abstract for sending eMails through different ways of transport
Class Zend_Mail_Transport_Exception
Class Zend_Mail_Transport_Sendmail
Class for sending eMails via the PHP internal mail() function
Class Zend_Mail_Transport_Smtp
SMTP connection object minimum implementation according to RFC2821: EHLO, MAIL FROM, RCPT TO, DATA, RSET, NOOP, QUIT
a b c d e g h l m n o q r s v z _