Hi.
I'm trying to write a simple html/php form which i fill in and it will send an email.
When a customer sends me a order form instead of having to write each reply manually i want a form on my website which i will password protect to send mail. It needs to be a form that i can fill in the text fields then hit send to email it too the 'customer email' address.
customer email: [text field] (this is who the email will get sent too)
customer name: [text field]
order number: [text field]
message: Thank you .. blah blah (standard message that will be sent to everyone)
Log in information.
your username [text field]
your password [text field]
I know the the above may look confusing but its hard to explain and im not that good at scripting so any help would be more than appreciated, been searching everywhere, there seems to be a ton of 'contact us' style forms where someone can send the website an email but im looking for the opposite where i send out a email 'template' and all i need to so i fill in a few text fields which will be the customer email addy, and two bits of info which is a username and password.
Really appreciate any help, need to get this done and can't figure it out with my terrible php skills.
Thank you.

