My PHP skills are very limited, so I wanted to ask here. Can anyone point me in the right direction to a PHP script which I can use that will forward emails as-is, but just add the original recipient's email address as part of the subject line?
For example:
An email is sent from
sender@sender.com to
recipient@recipient.com (me), with the Subject line "This is the subject".
I want my
recipient@recipient.com email to automatically forward the message (and any attachments) to my other email
myaddress@myaddress.com but change the subject line to read: "[recipient@recipient.com fwd] This is the subject".
Thanks for any help anyone can provide.