Hi. I love this script. NMS formmail doesn't hardly work on web hosts anymore so this is a refreshing replacement. One thing I've noticed is that many web hosts now replace the From: header with a bogus addy to their own server rather than use the email provided on the form. I'm sure this is to stop some sort of spam relaying or harvesting via form scripts, which is fine. Problem is, my inbox shows a bunch of emails with the exact same From: To: and Subject: so I have to click through them all to find a specific person or comment again. So I'm wondering how hard would it be to add a second variable to the subject line that the script processes. If I have the Subject defined in the form code the script uses it, could it add next to that say the 'realname' variable? So the Subject in the email is Subject - realname.
I tried a few ways of adding 'realname' to the Function send_mail()- Subject line but it kept ignoring it. I don't know php very well at all.
Good idea no?
-Scott
I just started having this
I just started having this problem and I'm looking for help as well if anyone has a solution.