[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
$_bodyHtml
text/html MIME part
$_bodyText
text/plain MIME part
$_charset
Mail character set
$_defaultTransport
$_from
Zend_Mail::$_from in Mail.php
From: address
$_headers
Mail headers
$_mimeBoundary
MIME boundary string
$_recipients
Array of all recipients
$_returnPath
Return-Path header
$_subject
Subject: header
$_to
Zend_Mail::$_to in Mail.php
To: addresses
_addRecipient
Add a recipient
_addRecipientAndHeader
Helper function for adding a recipient and the corresponding header
_encodeHeader
Encode header fields
_storeHeader
Add a header to the message
__construct
Public constructor
$_con
Stream to SMTP Server
$_headers
Array of message headers
$_host
$_isMultipart
Message is a multipart message
$_mail
Zend_Mail object
$_myName
$_parts
Array of message parts
$_port
_buildBody
Generate MIME compliant message from the current configuration
_expect
Read the response from the stream and
_formatHeader
Prepend header name to header value
_getHeaders
Return all mail headers as an array
_prepareHeaders
Format and fix headers
_prepareHeaders
Prepare header string for use in transport
_receive
Get a line from the stream. includes error checking and debugging
_send
Send the given string followed by a LINEEND to the server
_sendMail
Send an email
_sendMail
Send mail using PHP native mail()
_sendMail
Send an email independent from the used transport
__construct
Constructor.
a
top
addAttachment
Adds an attachment to the message
addBcc
Adds Bcc recipient
addCc
Zend_Mail::addCc() in Mail.php
Adds Cc-header and recipient
addHeader
Add a custom header to the message
addTo
Zend_Mail::addTo() in Mail.php
Adds To-header and recipient
Abstract.php
Abstract.php in Abstract.php
b
top
$body
Mail body
$boundary
MIME boundary
c
top
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
data
sends the DATA command followed by the email content (headers plus body) folowed by a dot and validates the response of the server.
disconnect
close an existing connection.
e
top
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
$EOL
EOL character string
$EOL
EOL character string used by transport
DEBUG
Exception.php
Exception.php in Exception.php
g
top
getBodyHtml
Return Zend_Mime_Part representing body HTML
getBodyText
Return text body Zend_Mime_Part
getCharset
Return charset string
getFrom
Returns the sender of the mail
getHeaders
Return mail headers
getMimeBoundary
Return the boundary string used for the message
getPartCount
Return a count of message parts
getRecipients
Return list of recipient email addresses
getReturnPath
Returns the current Return-Path address for the email
getSubject
Returns the encoded subject of the message
h
top
$hasAttachments
Flag: whether or not email has attachments
$header
Mail header string
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
$lastResponse
Last Response from the SMTP server, 1 Array Element per line
m
top
Mail.php
Mail.php in Mail.php
mail_from
sends a MAIL command for the senders address and validates the response.
n
top
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
COMMUNICATION_TIMEOUT
CONNECTION_TIMEOUT
q
top
quit
Sends the QUIT command and validates answer
r
top
$recipients
Recipients string
rcpt_to
sends a RCPT command for a recipient address and validates the response.
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
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.
setBodyHtml
Sets the HTML body for the message
setBodyText
Sets the text body for the message.
setDefaultTransport
Sets the default mail transport for all following uses of Zend_Mail::send();
setFrom
Sets From-header and sender of the message
setMimeBoundary
Set an arbitrary mime boundary for the message
setReturnPath
Sets the Return-Path header for an email
setSubject
Sets the subject of the message
$subject
Subject
send
Send a mail using this transport
Sendmail.php
Sendmail.php in Sendmail.php
Smtp.php
Smtp.php in Smtp.php
v
top
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
Zend_Mail
Zend_Mail in Mail.php
Class for sending an email.
Zend_Mail_Exception
Zend_Mail_Exception in Exception.php
Zend_Mime_Exception
Zend_Mime_Exception in Exception.php
Zend_Mail_Transport_Abstract
Abstract for sending eMails through different ways of transport
Zend_Mail_Transport_Exception
Zend_Mail_Transport_Sendmail
Class for sending eMails via the PHP internal mail() function
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 _