changing php emails from root@............

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
3qiqpa7
Forum Newbie
Posts: 1
Joined: Sat Feb 02, 2008 11:49 am

changing php emails from root@............

Post by 3qiqpa7 »

Hi The emails I get from my web site visitors have a fake email address that starts from root@???? the ???? is the company that hosts my web site

The trouble is I would like to reply to these visitors I get coming to my web site but dont want to give them a valid email address and then have junk email from spammers

How can I change the first part of the email address (root) to something else like webSiteReply@??? I tried many combinations some months ago, and thought I might give it another go


if you are confused ask
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: changing php emails from root@............

Post by califdon »

Use a Reply-To header?
Post Reply