Click to See Complete Forum and Search --> : mail is not readable formate


Ajeeshbkannan
07-08-2007, 04:33 AM
i have created a html form. while sending the information to my mailid its not easy to read . how can i make it currect way?.

bolty2uk
07-08-2007, 07:16 AM
The method you are using will open the email programme of the user before it can be sent.

If you are happy with this way i would suggest just putting a mailto link on your page so they can do it themselves as otherwise when they hit submit on your form they will be expecting it to be sent automatically. It wont be sent automatically your way.

you will need server side coding, have a read thought the sticky at the top of this page for how to do it.

Ajeeshbkannan
07-09-2007, 10:07 AM
yes i would like it send automatically. I can't find the solution yet. can u give that server side coding. I tried to use formmail.pl script but some errors comes. please help me....

Ajeeshbkannan
07-10-2007, 02:52 AM
hi all please update ..........

tracknut
07-10-2007, 10:05 AM
There is a sticky link at http://www.webdeveloper.com/forum/showthread.php?t=39991 that should help. You need to know which server-side programming language you're going to use, then find a form mailer written in that language. I'd suggest posting in the appropriate language forum (this is not HTML anymore) if searching doesn't help.

Dave