[Mono-bugs] [Bug 81288][Wis] Changed - SmtpClient uses AUTH LOGIN even when unavailable
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 14 17:43:24 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jan at patware.si.
http://bugzilla.ximian.com/show_bug.cgi?id=81288
--- shadow/81288 2007-04-02 00:55:42.000000000 -0400
+++ shadow/81288.tmp.9185 2007-05-14 17:43:24.000000000 -0400
@@ -2,21 +2,20 @@
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Fedora Core 4
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: t7 at pobox.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: SmtpClient uses AUTH LOGIN even when unavailable
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
@@ -49,6 +48,17 @@
How often does this happen?
Every time
Additional Information:
Didn't try versions in-between, but OS/Sendmail[8.13.7] versions didn't
change. Only change was upgrade from Mono 1.1.18 to Mono 1.2.3
+
+------- Additional Comments From jan at patware.si 2007-05-14 17:43 -------
+Same problem at my case.
+
+I use:
+ SmtpClient client = new SmtpClient("localhost");
+client.Send("me1 at domain.com","me at domain.com","test1","test");
+
+Version: 1.2.3.1 - Debian
+
+My thought it that this more than just Wish to fix. Normal bug
More information about the mono-bugs
mailing list