PC Review


Reply
Thread Tools Rate Thread

C# SMTP Component

 
 
NorCalVikesFan
Guest
Posts: n/a
 
      15th Jan 2005
Does anybody know of any good C# SMTP libraries that do not use
System.Web.Mail (i.e. they don't require CDO)? In particular I'm looking
for ones that provide the source code, but that are not "open source". Our
company is getting away from using any open source.

We are converting an application that was originally written in C++ that
used the Dundas SMTP library (source code was provided). Problem is that I
don't believe Dundas has a C# version, it's strictly C++.

Thanks in advance.


 
Reply With Quote
 
 
 
 
Matt Berther
Guest
Posts: n/a
 
      15th Jan 2005
Hello NorCalVikesFan,

I use http://www.quiksoft.com/freesmtp/ for this. I dont believe they release
source, but its still a quality *free* library.

--
Matt Berther
http://www.mattberther.com

> Does anybody know of any good C# SMTP libraries that do not use
> System.Web.Mail (i.e. they don't require CDO)? In particular I'm
> looking for ones that provide the source code, but that are not "open
> source". Our company is getting away from using any open source.
>
> We are converting an application that was originally written in C++
> that used the Dundas SMTP library (source code was provided). Problem
> is that I don't believe Dundas has a C# version, it's strictly C++.
>
> Thanks in advance.
>



 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      15th Jan 2005
Some folks hate Indy some are fond of it, I never used it.

http://www.indyproject.org/

Cor


 
Reply With Quote
 
William Stacey [MVP]
Guest
Posts: n/a
 
      15th Jan 2005
There are tons. Just google for them. Some at codeproject and csharpcorner
I have seen.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"NorCalVikesFan" <(E-Mail Removed)> wrote in message
news:tTZFd.11495$(E-Mail Removed)...
> Does anybody know of any good C# SMTP libraries that do not use
> System.Web.Mail (i.e. they don't require CDO)? In particular I'm looking
> for ones that provide the source code, but that are not "open source".

Our
> company is getting away from using any open source.
>
> We are converting an application that was originally written in C++ that
> used the Dundas SMTP library (source code was provided). Problem is that

I
> don't believe Dundas has a C# version, it's strictly C++.
>
> Thanks in advance.
>
>


 
Reply With Quote
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      15th Jan 2005
your company wants a commercial application (not open source), where the
third party provides source code?

That policy works for mainframe applications, but not for small components
for which there are a hundred competitors.

While the request is absurd on its face, you may be able to find a control
vendor that is releasing an smtp component as a good faith gesture to get
your to buy their other (less visible) libraries. That is exactly what
Dundas did. The library they sold was the TCP library. The SMTP source was
a freebie that used their library.

Perhaps if you do the same thing, and look for a company that makes a TCP or
Sockets library, you can find someone else in the same situation.
(Doubtful, though... the framework already provides a socket library).

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"NorCalVikesFan" <(E-Mail Removed)> wrote in message
news:tTZFd.11495$(E-Mail Removed)...
> Does anybody know of any good C# SMTP libraries that do not use
> System.Web.Mail (i.e. they don't require CDO)? In particular I'm looking
> for ones that provide the source code, but that are not "open source".

Our
> company is getting away from using any open source.
>
> We are converting an application that was originally written in C++ that
> used the Dundas SMTP library (source code was provided). Problem is that

I
> don't believe Dundas has a C# version, it's strictly C++.
>
> Thanks in advance.
>
>



 
Reply With Quote
 
Q. John Chen
Guest
Posts: n/a
 
      16th Jan 2005
Talking about absurd, I don't think so.

I had a problem with System.Web.Mail.SMTP in setting the Server to a
non-local machine that requires authentication.

 
Reply With Quote
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      18th Jan 2005
I never said it was absurd to use another component to send e-mail. You are
free to do so, and there are a number of open source components available.
I've seen many folks recommend the Indy project (haven't used it).

There are workarounds for what you are experiencing as well. google for
"CDO authentication .net" and you should find them.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Q. John Chen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Talking about absurd, I don't think so.
>
> I had a problem with System.Web.Mail.SMTP in setting the Server to a
> non-local machine that requires authentication.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SMTP Component Fred Microsoft Dot NET Framework 1 5th May 2008 12:48 PM
POP3 / SMTP Component Boas Enkler Microsoft Dot NET Compact Framework 0 14th Dec 2006 06:56 AM
C# SMTP Component NorCalVikesFan Microsoft Dot NET 5 18th Jan 2005 12:01 AM
Having trouble with SMTP/component =?Utf-8?B?TWFyayBNaWxsZXI=?= Microsoft Dot NET 0 10th Nov 2004 08:04 AM
SMTP component appearinggalaxy Microsoft VB .NET 2 5th Nov 2004 10:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:30 PM.