ZF-29: Add Platform to setFrom() method of Zend_Mail class (TRAC#13)
Description
In the setFrom method of the Zend_Mail class, I would like to have another parameter accepting the platform of the mail server :
ex.:
$mail->setFrom("test@test.com", "test", "unix");
or
$mail->setFrom("test@test.com", "test", "windows");
because my version of Microsoft Exchange does not accept the format of "From test test@test.com" it only accept the "From test@test.com".
{quote} * owner changed from zend to matthew. * status changed from new to assigned.
Instead of an additional parameter, a new 'Exchange' transport may be the better option. Are there any other differences in how Exchange handles headers (To, Cc, Bcc, Subject, etc.) of which you are aware? {quote}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2006-06-26T08:09:31.000+0000
We are unable to confirm this issue at this time.
Posted by Wil Sinclair (wil) on 2008-12-19T13:57:21.000+0000
Bookkeeping. Closing old issues and assigning them to the person who ultimately resolved the issue.