| Author: Subhakanta 24 Oct 2008 | Member Level: Bronze | Rating:  Points: 4 |
Only using HTML i dont think you can send mail forms. There is one command of HTML sying "Mail-To:" but this will only open the mail client to send response. I guess you have use some programming like ASP or .NET to send mail through your created form. ASP would be easy one. CDONTS.NewMail can be used for this.
Thanks and Regards Subhakanta
|
| Author: Dayal Charan Chakravarty 29 Oct 2008 | Member Level: Bronze | Rating:  Points: 3 |
We need a server side language in order to do so. Hope this link give you some details http://www.mailchimp.com/resources/how_to_code_html_emails.phtml
|
| Author: ChandraShekar Thota 11 Nov 2008 | Member Level: Diamond | Rating:  Points: 5 |
HI boipelo,
First you have to write html code by using a form. You have to use
<form method="post" action="mail.asp">
</form>
write your complete html design code inside form.
now you have to create a file name email.asp or some other name as you wish.
Insert cdonts email code in it. You can get this code all over in google.
Remember this code works fine in most situations if you upload files to server only. Also remember cdonts codes works only on windows 2000 server based servers only.
If you use window 2003 server you have to work with cdosys component.
chandrashekarthota@gmail.com /92 93 95 95 39 FREE SESSIONS ON .NET AND VISUALSTUDIO
|
| Author: palaniellappank 20 Jan 2009 | Member Level: Silver | Rating:  Points: 1 |
Using Html tag it's not possible to send the mail.Any of the server side code to use to send the mail. smtp, host configuration
|