Here's a CDOSYS mail system.
Youre ASP mail script, let's call it MailScript.asp:
Youre Mailform should be something like this, I called it MailForm.asp:
Make sure that the form fields have the same name as in your mailing script after the code Request.Form(" ....
This script doesn't need any DB. Your server has to accept CDOSYS.
If you want to use CDONTS you just need to change one line of code in your MailScript.asp.
change this
into this
greetz, toth