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
Post a Comment