I want to make an email forwarder similar to cPanel's, where I have a database of email addresses, and where they should forward to, and I set a catch-all to pipe to my script.
I have completed this script, however, I would like to make the "To:" field in the header show the address it was sent to, rather than who is was being delivered to. For example, the email was sent to [email protected], and the script forwards it to [email protected]. How can I make PHP send mail to [email protected], but still show [email protected] in the headers, like cPanel does?