I try to write codes about sending email using Zend Framework. Here is the code, $mail = new Zend_Mail(\'utf-8\');
i\'m working on a simple mail list app in PHP using Zend Mail. The idea is that all mail that bounce is redirected to a script which processes them and a report is generated. The script is running ok
I\'m trying to send some emails via GMail SMTP and the CC and BCC lines are not receiving the email. I\'ve tested GMail SMTP with Evolution (Linux email client), which works fine, though I could not g