Hi All,
I have an issue with the Zend_Mail due to Safe mode.
Is this a bug or am I doing something wrong?
$mail = new Zend_Mail();
$mail->setBodyText('Hello')
->setFrom('xxxx-O5WfVfzUwx8@xxxxxxxxxxxxxxxx', 'XX')
->addTo('xxxx-O5WfVfzUwx8@xxxxxxxxxxxxxxxx')
->setSubject('Welcome!')
->send();
Warning: mail() [function.mail]: SAFE MODE Restriction in effect. The fifth
parameter is disabled in SAFE MODE. in /lib/Zend/Mail/Transport/Sendmail.php
on line 91
Thanks for your help,
Geoffroy
--
View this message in context:
http://www.nabble.com/Zend_Mail-Safe-mode-Warning-tf3963302s16154.html#a11247841
Sent from the Zend Framework mailing list archive at Nabble.com.
|