I have a form on my site that uploads some data into a database, and then emails a confirmation message using a simple PHP script. It has always shown the 'From' line as anonymous@thesite.com, but I have now put the form on to SSL, and the default 'From' line now shows Unprivileged User.
I'm wondering if there is any way to change the default 'From' line on an email message using PHP, or whether this has to be configured on the web server?
Bookmarks