[Zend_Mail] element index

Package indexes

All elements
a c d e g h i l m n o q r s v z _
_
top
Variable $_charset
Variable $_defaultTransport
Variable $_from
Zend_Mail::$_from in Mail.php
Variable $_hasAttachments
Variable $_hasHtmlBody
Variable $_hasTextBody
Variable $_headers
Variable $_mimeBoundary
Variable $_recipients
Variable $_subject
Method _addRecipient
Add a recipient
Method _addRecipientAndHeader
Helper function for adding a Recipient and the according header
Method _encodeHeader
Encode header fields according to RFC1522 if it contains non-printable characters
Method _getHeaders
Return all Mail Headers as a string. If a boundary is given, a multipart-header is generated with a mime-type of multipart/alternative or multipart/mixed depending on the MailParts in this ZMail object.
Method _sendMail
Send this mail using the given transport
Method _sendMultiPart
Sends a Multipart eMail using the given Transport
Method _sendSinglePart
Sends a single part message using a given transport
Method _storeHeader
Adds another custom header to this eMail if append is true and the header does already exist, append the given string to the existing header.
Method __construct
Public constructor
Variable $_con
Stream to SMTP Server
Variable $_host
Variable $_myName
Variable $_port
Method _expect
Read the response from the stream and
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 __construct
Constructor.
a
top
Method addAttachment
Adds an attachment to this eMail
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 this eMail
Method addTo
Zend_Mail::addTo() in Mail.php
Adds to-header and recipient
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
Class Constant DEBUG
Page Exception.php
Exception.php in Exception.php
g
top
Method getFrom
returns the sender of the mail
Method getMimeBoundary
returns the boundary string used for this email.
Method getRecipients
Return list of recipient email addresses
Method getSubject
returns the subject of the mail
h
top
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.
i
top
Page Interface.php
Interface.php in Interface.php
Class Constant LINEEND
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
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 this eMail
Method setBodyText
Sets the Text body for this message.
Method setDefaultTransport
sets the default Zend_Mail_Transport_Interface for all following uses of Zend_Mail::send();
Method setFrom
Sets From Header and sender of the eMail
Method setMimeBoundary
Set an arbitrary mime boundary for this mail object.
Method setSubject
Sets the subject of the eMail
Page Sendmail.php
Sendmail.php in Sendmail.php
Page Smtp.php
Smtp.php in Smtp.php
Method sendMail
send an email
Method sendMail
Method sendMail
Send an eMail independent from the used transport
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_Mail_Transport_Exception
Class Zend_Mail_Transport_Interface
Interface for sending eMails through different ways of transport
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 c d e g h i l m n o q r s v z _