Zend Framework

Mail resource creates SMTP transport with wrong parameters

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.10.0
  • Fix Version/s: 1.10.1
  • 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

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: