Hallo,
ich versuche gerade den GMX Emailversand mit CDO einzurichten.
Ein anwenderspezifisches Passwort habe ich.
Vorher habe ich es mit einem Googleaccount probiert und es hat funktioniert.
Bei GMX erhalte ich jedoch eine Fehlermeldung.
Hier ist der Code der verwendet wird:
Set objConfig = CreateObject("CDO.Configuration")
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 ' 0 für keine Authentifizierung, 1 für Grundlegende Authentifizierung
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = "xxxx@gmx.net"
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "Beispiel4545453JSMYS7T6G2"
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mail.gmx.net" ' SMTP-Server für GMX
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465 ' Port für SSL 465
objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 ' cdoSendUsingPort
objConfig.Fields.Update
Fehlermeldung: Der Transport konnte keine Verbindung zum Server herstellen.
Hat jemand eine Idee ?
Versuch mal Port 587.
Zitat von: andyfau am Januar 05, 2024, 15:33:18Versuch mal Port 587.
Habe ich schon probiert, geht auch nicht