Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2006

Tip: Looking for answers? Try searching our database.

sending mail via System.Net.Mail.SmtpClient

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill H - 14 Jul 2006 20:08 GMT
I am able to send an thru our mail server using the old 1.1
System.Web.Mail.SmtpMail class.

When I try sending an email using the new System.Net.Mail.SmtpClient, I get
a #5.5.1 unimplemented error: Command Not Implemented

The code is nearly identical and the server is the same.

Any ideas what is different ?

Thanks
Bill
Bill H - 14 Jul 2006 20:25 GMT
also, our mail server uses qMail.

>I am able to send an thru our mail server using the old 1.1
>System.Web.Mail.SmtpMail class.
[quoted text clipped - 8 lines]
> Thanks
> Bill
Eugene Mayevski - 14 Jul 2006 20:35 GMT
Hello!
You wrote  on Fri, 14 Jul 2006 15:25:49 -0400:

??>> Any ideas what is different ?

It is possible (just a guess) that .NET switched from sending HELO to
sending EHLO command and EHLO is not supported by your server.
What you can do is connect using telnet to the server and send "EHLO
blah-blah". And see whether the server supports it.

With best regards,
Eugene Mayevski
http://www.SecureBlackbox.com - the comprehensive component suite for
network security
Kevin Spencer - 15 Jul 2006 12:25 GMT
This is in fact the case. See the following MS KB article, which mentions a
HotFix that can be obtained from Microsoft:

http://support.microsoft.com/?kbid=913616

Signature

HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.

> Hello!
> You wrote  on Fri, 14 Jul 2006 15:25:49 -0400:
[quoted text clipped - 10 lines]
> http://www.SecureBlackbox.com - the comprehensive component suite for
> network security

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.