howdy, newbie with php
using the mail command to send form data on to an email address, great
I'm using the email address entered into the form as a variable in the from header so it's easy to reply to the person submitting the form from a mobile phone, that's secure isn't it?
If I want to send a conformation email back to the person submitting the form, is that secure? Is it possible for a spammer to use the script if I use a submitted email address to set the $to?
Is there a recomended way to reply toa submitted email address using php mail if so?
Simple stuff I assume but I can't find an answer on this?
Thank-you