What I want to do is read an email from the local system strip and redo the headers then send it on it's way.
[email protected] sends [email protected] an email [email protected] matches a user called a on my system so I want to rewrite the email headers to show the from as being [email protected] [email protected] is matched to an external email at [email protected] so I want to rewrite the headers so that the to header points to [email protected] That way my two users can communicate through mydomain.com without knowing each others email address. Can I do this with Zend_Mail? I've figured out how to read an email from imap/pop and I can send an email using the sendmail transport but what I can't seem to figure out is how to resend the message after I've read it in. -- View this message in context: http://www.nabble.com/Double-blind-email-forwarding-tp22501443p22501443.html Sent from the Zend Framework mailing list archive at Nabble.com.
