Is it possible to edit the entire header of a mail sent through php?
I want to change the servers it goes through and all the header info. Basically making the e-mail 100% anonymous.
This isn't for anything devious, just a project I'm working on for a client.
I know the mail() function has a header area, BUT, how much of the header can you set, and how would you set it?
Thanks in advance.
BTW, I know how to change the FROM and REPLY TO tags, just not anything else.
Thanks!