0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Sixfoot Studio
  • 2,951
  • 7
  • 26
  • 35
  • 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

1 Answers1

0

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/.

Kris van der Mast
  • 16,343
  • 8
  • 39
  • 61
  • 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. – Kris van der Mast Jul 27 '10 at 13:36