Cdonts used to be the de facto form to email script, I think for classic ASP. Does someone know of a better form to email script I could use for asp.net please?

Thanks, James

link|improve this question

53% accept rate
Can you explain a little further please? You are using asp.net (forms) and you want to fill in a form and then use the parameters from the form to send an email ? Am I right ? – Nealv Jul 27 '10 at 13:11
Hi Neal. Yes that's what I'd like. What FormMail is for PHP, I'd like for asp.net. :) – Sixfoot Studio Jul 27 '10 at 13:22
feedback

1 Answer

I didn't completely get the original question but all you want to know about ASP.NET mailing can be found here: http://www.systemnetmail.com/.

link|improve this answer
Thanks XIII. I am not asp.net guru and all I need to do is send a form from a flash form, hits the form to email script which then sends the email to the client. CDONTS was easy to set up in it's day, but I need something that's as easy for the .net platform. I will have a look into this and send it onto our developer. Just thought there was something easier. ;) – Sixfoot Studio Jul 27 '10 at 13:33
.NET itself has everything in it. It might look a bit different than classic ASP, developed in that myself in the past, but it's all there. – XIII Jul 27 '10 at 13:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.