Tja, und was sagt uns das?

http://www.google.de/search?hl=de&q=transport+error+0x800ccc15&btnG=Suche&me
ta= 

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im Auftrag von Popp Andre
> Gesendet: Dienstag, 24. Januar 2006 12:41
> An: asp.net@glengamoi.com
> Betreff: [Asp.net] Mail Probleme
> 
> Hab nun endlich mein Chef überredet Asp.net 2.0 zu installieren ;-)
> 
> Damit sind schonmal die Fehler mit dem Speichern auf der DB 
> behoben, aber das mit der Mail Klasse funktioniert noch nicht so...
> 
> Hier mal der Fehler:
> 
> 
> Server Error in '/' Application.
> --------------------------------------------------------------
> ------------------
> 
> The message could not be sent to the SMTP server. The 
> transport error code was 0x800ccc15. The server response was 
> not available 
> Description: An unhandled exception occurred during the 
> execution of the current web request. Please review the stack 
> trace for more information about the error and where it 
> originated in the code. 
> 
> Exception Details: 
> System.Runtime.InteropServices.COMException: The message 
> could not be sent to the SMTP server. The transport error 
> code was 0x800ccc15. The server response was not available 
> 
> 
> 
> immernoch wird die Mail bei mir über folgendes erstellt:
>         Dim eMail1 As New MailMessage
>         With eMail1
>             .From = "[EMAIL PROTECTED]" 
>             .To = "[EMAIL PROTECTED]"
>             .Subject = "Test" 
>             .BodyFormat = MailFormat.Text
>             .BodyEncoding = System.Text.Encoding.Default
>             .Body = "Test"
>             .Priority = MailPriority.High
>         End With
>         SmtpMail.SmtpServer = "xy.de"   
>         SmtpMail.Send(eMail1) 
> 
> Für alternative Wege bin ich gerne offen!
> 
> 
> Gruß
> André
> _______________________________________________
> Asp.net Mailingliste, Postings senden an:
> Asp.net@glengamoi.com
> An-/Abmeldung und Suchfunktion unter:
> http://www.glengamoi.com/mailman/listinfo/asp.net
> 

_______________________________________________
Asp.net Mailingliste, Postings senden an:
Asp.net@glengamoi.com
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an