Help with Emailer
Help with Emailer
- Started
- Last post
- 3 Responses
- betanerd
I am trying to create an easy style emailer for my site. Im not a great coder. Can anyone suggest a good site to be able to easy understand and code or apply code to a ready site with forms already complete just need an emailer.
Thanks.
- kinetic0
if you have php this will work:
where it says $_POST['blah']; the stuff in those quotes is your form field names ... php will pick up the values
- kinetic0
oops..guess nt doesn't like my code...i emailed you dude
- foreign0
php form mailer:
http://www.kirupa.com/web/form_m…
really easy to set up. all you have to do is create your form fields and change the values in the php.