MS Framework bzw. SMTP-Server Probleme

Hallo,

ich versuche schon seit längerem eine Kopplung zwischen einem Programm und meinem Account,dafür muss das Programm einen Zugriff auf den Account erreichen,jedoch erscheint während der Ladezeit diese Fehlmeldung:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at LeagueOfLegendsRiotPoints.Form2.Button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

Riot Points
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/DOKUME~1/chris/LOKALE~1/Temp/IXP000.TMP/RIOTPO~2.EXE

Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
___________________________________________________
darüber stand noch das der SMTP-Server eine sichere Verbindung benötigt oder das der Client nicht Authentifizierung. Die Serverantwort war 5.5.1

Nun stellt sich mir die Frage wie ich für das Programm den SMTP-Server bzw die Authentifizierung einstelle.

Ich hoffe ihr könnt mir helfen.

Danke schonmal im voraus^^

Hi,

leider eine etwas verwirrende Anfrage. Was machst Du genau? Welches Programm meinst Du? Wo werden Benutzername/Passwort angegeben? (Das ist das, was fehlt).

Viele Grüße

Andreas

Hallo,

>System.Net.Mail.SmtpException: The SMTP server requires >a secure connection or the client was not >authenticated. The server response was: 5.5.1 >Authentication Required.

Zwei offensichtliche Möglichkeiten:

  1. Das Programm macht kein Login oder dabei was falsch.
  2. Das Programm probiert ein Klartext Passwort login zu machen, der SMTP server akzeptiert aber nur verschlüsselte logins.

Bei Letzterem einfach Verbindung via SSL oder via STARTTLS verschlüsseln.

Gruß,
Marcel

keine Ahnung - Logistik weiß ich ein bisschen aber nullo zu Technik

Hi,

tut mir leid dass ich auf deine Anfrage nicht geantwortet habe da ich die eMail-Addresse die ich bei wer-weiss-was.de angegeben habe für ca. ein Jahr nicht genutzt habe.

Ich hoffe dir konnte in der Zwischenzeit jemand anderes weiterhelfen.

Bis bald,

Daniel