Abstract for sending eMails through different ways of transport
Located in /Mail/Transport/Abstract.php (line 40)
Class | Description |
---|---|
![]() |
Class for sending eMails via the PHP internal mail() function |
![]() |
SMTP connection object |
Mail body
MIME boundary
EOL character string used by transport
Mail header string
Recipients string
Array of message headers
Message is a multipart message
Zend_Mail object
Array of message parts
Prepend header name to header value
Generate MIME compliant message from the current configuration
If both a text and HTML body are present, generates a multipart/alternative Zend_Mime_Part containing the headers and contents of each. Otherwise, uses whichever of the text or HTML parts present.
The content part is then prepended to the list of Zend_Mime_Parts for this message.
Return all mail headers as an array
If a boundary is given, a multipart header is generated with a Content-Type of either multipart/alternative or multipart/mixed depending on the mail parts present in the Zend_Mail object present.
Prepare header string for use in transport
Prepares and generates $header based on the headers provided.
Send an email independent from the used transport
The requisite information for the email will be found in the following properties:
Documentation generated on Mon, 21 Jun 2010 15:04:51 -0400 by phpDocumentor 1.4.3