codeandcloud
codeandcloud

Reputation: 55200

ASP.NET equivalent to Classic ASP/CDOSYS method

I know How to send e-mail messages by using CDOSYS and the local SMTP directory with Visual Basic .NET
Is that method obslete in ASP.NET?
If so, what is the new method? Please guide me in the right direction.
I am coding in C#.
Regards,
naveenj

Edit: The idea is to send mail using "localhost" as server without authentication

Upvotes: 1

Views: 1764

Answers (2)

shahkalpesh
shahkalpesh

Reputation: 33476

SystemNetMail.com should help.

Upvotes: 1

Related Questions