PHP Email

I am writing a website using php. I have an automatic mail function that is executed inside another script which updates a mysql database.

When the email is sent (using the mail function) the email appears to come from "Unprivileged user <nobody@******.**********.com> (I removed the server name). Is there anyway I can get around this as I obviously cannot change the process name apache is running under!

Thanks

 

 

 

 

Top