Hi all
I would like to ask for your help. I'm trying to make a PHP Mail form, and this form sends emails from an Alias Address (which forwards emails to some real inbox).
Now when the recepient receives the message, he replies on the email to that Alias, the alias forwards the reply to the real inbox.. now what I want to do is that when the owner of the inbox (the person who sent the first message) when he replies back to the reply, I want the "From" field to be the same Alias..
As like I want the real email inbox address to be hiden always, and that it only shows the alias of the user when sending and receiving.. so to reply from Alias always..
Whats the most important for me is that always the real email to be hidden, even in the header of any reply..
Is that possible in a way?
And please also provide me with the PHP code used to send mail with attached files with an (directly from the machine, so the user browses his local drives to choose the file to be attached... not sending a file on the server)
Thanks alot in advance for your help!