Error means that php's mail() function failed. You need to set up PHP to use an MTA to use the Sendmail transport. Check your php.ini to see if it's set up, particularly sendmail_path. Should be something like: sendmail_path = /usr/sbin/sendmail -t -i
Cheers, David -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Send-mail-with-multiple-Cc-tp3556120p3560691.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
