Does anyone have any ideas about how to include a sender in the PHP mail() function? In my example, I created a web form for contacting the website, and it inputs the sender's name, but PHP doesn't have 'sender' built in somehow. The way I have it set up now, just to give the example some functionality, is to send the person an email straight back to them...I figured, that 'emailAddress' variable was being wasted
Here is the example site:
Newland Tours Contact Page
And...here is the example of the code I'm using, variables included:
Any help would be appreciated
Yoda