php - Zend Mail - bouncing mails not returning to the specified "Return-Path" -


I am working on a simple mail list app in PHP using Z Mail. The idea is that all mails bounced are redirected to a script that processes them and a report is prepared. This script is fine running in direct testing, but I have tested it with fake mail address to test the mail list app, and it appears that the mail is not being redirected to the correct email address. Zend provides setReturnPath method to set the "Return-Path" header, is it okay to use this header for this purpose?

Thanks


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -