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) | |
![]() | |
send (Zend_Mail $mail) | |
Protected Member Functions | |
_sendMail () | |
![]() | |
_sendMail () | |
_getHeaders ($boundary) | |
_prepareHeaders ($headers) | |
_buildBody () | |
Protected Attributes | |
$_path | |
$_callback | |
![]() | |
$_headers = array() | |
$_isMultipart = false | |
$_mail = false | |
$_parts = array() | |
Additional Inherited Members | |
![]() | |
$body = '' | |
$boundary = '' | |
$header = '' | |
$recipients = '' | |
$EOL = "\r\n" | |
![]() | |
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 | ) |