Emailversand - Hilfe bei Einstellungen benötigt
Verfasst: Mittwoch 7. Oktober 2020, 16:13
Hallo in die Runde,
ich habe ein Problem mit der Mailfunktion. Wenn ich es richtig verstehe, liegt das Problem in der Nutzung des Ports 587 und der Verschlüsselung. Allerdings weiß ich nicht, wie ich das Problem lösen kann. Hier der Auszug aus der Fehlermeldung:
Port 587 is the customary port for "explicit" SSL/TLS.
Aus der Internet-Recherche:
The error is that you are trying to connect using "implicit" SSL/TLS."implicit" means that immediately upon connection the SSL/TLS handshake begins and the secure connection is established. "explicit" means that the non-encrypted TCP socket connection is first established, and then it is converted to a secure SSL/TLS channel using some command in the protocol, which in this case is SMTP.
Die Lösung: Therefore, instead of setting the MailMan2.SmtpSsl property = 1 (which indicates implicit SSL), set the MailMan2.StartTLS property = 1 to indicate explicit SSL.
Weiß jemand Rat?
Besten Dank!
ich habe ein Problem mit der Mailfunktion. Wenn ich es richtig verstehe, liegt das Problem in der Nutzung des Ports 587 und der Verschlüsselung. Allerdings weiß ich nicht, wie ich das Problem lösen kann. Hier der Auszug aus der Fehlermeldung:
Port 587 is the customary port for "explicit" SSL/TLS.
Aus der Internet-Recherche:
The error is that you are trying to connect using "implicit" SSL/TLS."implicit" means that immediately upon connection the SSL/TLS handshake begins and the secure connection is established. "explicit" means that the non-encrypted TCP socket connection is first established, and then it is converted to a secure SSL/TLS channel using some command in the protocol, which in this case is SMTP.
Die Lösung: Therefore, instead of setting the MailMan2.SmtpSsl property = 1 (which indicates implicit SSL), set the MailMan2.StartTLS property = 1 to indicate explicit SSL.
Weiß jemand Rat?
Besten Dank!