SMTP-Server für E-Mail nutzen: Ja
SMTP Server Adresse: ssl://domain.de
SMTP Server Port: 465
Authentifizierungsmethode für SMTP: Login
SMTP-Benutzername: benutzer@domain.de
SMTP-Passwort: Mein Passwort
Aber es funktioniert nur mit Port 465 nicht mit 587 und tls:// domain.de mit Port 587 funktioniert auch nicht. Warum?
ssl:// domain.de mit Port 465 und tls:// domain.de mit Port 465 funktioniert ohne Probleme.
Code: Alles auswählen
/adm/index.php
Verbindung zum SMTP-Server kann nicht hergestellt werden: 0 : .
Errno 2: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol at [ROOT]/includes/functions_messenger.php line 1079<br />
Errno 2: fsockopen(): Failed to enable crypto at [ROOT]/includes/functions_messenger.php line 1079<br />
Errno 2: fsockopen(): unable to connect to ssl://domain.de:587 (Unknown error) at [ROOT]/includes/functions_messenger.php line 1079
Code: Alles auswählen
Verbindung zum SMTP-Server kann nicht hergestellt werden: 0 : .
Errno 2: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number at [ROOT]/includes/functions_messenger.php line 1079<br />
Errno 2: fsockopen(): Failed to enable crypto at [ROOT]/includes/functions_messenger.php line 1079<br />
Errno 2: fsockopen(): unable to connect to tls://domain.de:587 (Unknown error) at [ROOT]/includes/functions_messenger.php line 1079