Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.1
-
Component/s: Zend_Application_Resource
-
Labels:None
Description
Zend_Mail_Transport_Sendmail expects string "parameters" option in the ctor. However, the resource code now is:
case 'Zend_Mail_Transport_Sendmail':
default:
$transport = new $transportName($options);
break;
which means it passes there $options array and when sending the mail, it fails since mail() function would not accept parameters as an array. This means it's impossible to configure sendmail transport through resource.
Issue Links
| This issue is duplicated by: | ||||
| ZF-9011 | Unable to set additional parameters for Sendmail transport when using mail application resource |
|
|
|