Jump to content

Need to know how to send email


qmadd

Recommended Posts

Hello everyone. i need help.If i have a html form with fields like: your name(sender's),phone,your email, and a message, and i want to send all this to someone (like a submit form), what do i have to do? how do i create the whole message? i want it to look something like this:From: yourname, your phone, youremailMessage: blah-blah, whateverCan anyone help me please? Thanks

Link to comment
Share on other sites

Use cgi/perl script or server side scripting (ASP, PHP or ColdFusion) or the other option is to go with a free form processor. Google free form processor and you'll find one.

Link to comment
Share on other sites

Once the submit button is clicked that's when you PHP will come in play. Basically you'll have an if statement that will detect when the submit button is clicked. Once clicked it will get the variables from the form with $_POST[] and then send the email.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...