sending Email

S

SenthilVel

Hi

I do need to send Emails from my c# dotnet application.

I know that the easy way is to use System.web.mail components ..

The problem is that the Mail components in DOtnet use the CDO inbuilt within
them...

but i dont want to use these CDO components to send mails....

can yu let me know any other options to send mails from c#??

one option is using Perl scripts.....like this what might be the other
options???

Thanks
Senthil
 
A

Aaron Weiker

Hello SenthilVel,
In order to get around that you will need to find a 3rd party component that
can natively communicate using SMTP. One of the components that I have had
the best success with is aspNet E-mail (http://aspnetemail.com). There are
other free one out there and even open source if you wanted to look into
the code on how to do it. I would just recomend searching Google for ".NET
SMTP Component" and checking out all of the different options until you find
something that you like and meets all of your requirements.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top