|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| setOptions (array $options) | |
| defaultCallback ($transport) | |
Public Member Functions inherited from Zend_Mail_Transport_Abstract | |
| send (Zend_Mail $mail) | |
Protected Member Functions | |
| _sendMail () | |
Protected Member Functions inherited from Zend_Mail_Transport_Abstract | |
| _sendMail () | |
| _getHeaders ($boundary) | |
| _prepareHeaders ($headers) | |
| _buildBody () | |
Protected Attributes | |
| $_path | |
| $_callback | |
Protected Attributes inherited from Zend_Mail_Transport_Abstract | |
| $_headers = array() | |
| $_isMultipart = false | |
| $_mail = false | |
| $_parts = array() | |
Additional Inherited Members | |
Data Fields inherited from Zend_Mail_Transport_Abstract | |
| $body = '' | |
| $boundary = '' | |
| $header = '' | |
| $recipients = '' | |
| $EOL = "\r\n" | |
Static Protected Member Functions inherited from Zend_Mail_Transport_Abstract | |
| static | _formatHeader (&$item, $key, $prefix) |
| __construct | ( | $options = null | ) |
Constructor
| array | Zend_Config | $options | OPTIONAL (Default: null) |
Definition at line 62 of file File.php.
|
protected |
Saves e-mail message to a file
| Zend_Mail_Transport_Exception | on not writable target directory |
| Zend_Mail_Transport_Exception | on file_put_contents() failure |
Definition at line 104 of file File.php.
| defaultCallback | ( | $transport | ) |
Default callback for generating filenames
| Zend_Mail_Transport_File | File transport instance |
| setOptions | ( | array | $options | ) |