J'essaie de configurer le smtp d'office365 mais j'ai systématiquement des erreurs.
Je me réfère à la doc officiel Microsoft : https://support.microsoft.com/fr-fr/off ... 6c4ac95353
Donc le configure ainsi :
Serveur : smtp.office365.com
Port : 587
Tests effectuées :
**********************************************************************************
CHANGEMENT CLASSE
Vérification SSL : Désactivée
Préfixe : Aucun
Classe : IsSenMail
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:03:32 Connection: opening to smtp.office365.com:587, timeout=5, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
2022-05-09 13:03:32 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:03:32
2022-05-09 13:03:32 Connection: opening to smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:03:36 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:03:36
**********************************************************************************
CHANGEMENT CLASSE
Vérification SSL : Désactivée
Préfixe : Aucun
Classe : IsSMTP (défaut)
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:04:17 Connection: opening to smtp.office365.com:587, timeout=5, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
2022-05-09 13:04:17 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:04:17
2022-05-09 13:04:17 Connection: opening to smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:04:21 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:04:21
**********************************************************************************
CHANGEMENT PREFIXE + CLASSE
Vérification SSL : Désactivée
Préfixe : SSL//
Classe : IsSMTP (défaut)
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:05:57 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
2022-05-09 13:05:57 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:05:57
2022-05-09 13:05:57 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:06:00 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:06:00
**********************************************************************************
CHANGEMENT PREFIXE + CLASSE
Vérification SSL : Désactivée
Préfixe : SSL//
Classe : IsSendMail
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:05:03 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
2022-05-09 13:05:04 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:05:04
2022-05-09 13:05:04 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:05:08 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:05:08
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : Aucun
Classe : IsSMTP (défaut)
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:20:53 Connection: opening to smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:20:53 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:20:53
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : Aucun
Classe : IsSendMail
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:21:15 Connection: opening to smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:21:15 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : TLS//
Classe : IsSMTP (défaut)
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:22:10 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:22:10 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:22:10
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : TLS//
Classe : IsSendMail
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:22:38 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:22:38 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:22:38
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : SSL//
Classe : IsSMTP (défaut)
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:22:10 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:22:10 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:22:10
**********************************************************************************
CHANGEMENT VERIFICATION SSL + PREFIXE + CLASSE
Vérification SSL : Activée
Préfixe : SSL//
Classe : IsSendMail
**********************************************************************************
Code : Tout sélectionner
2022-05-09 13:22:38 Connection: opening to ssl://smtp.office365.com:587, timeout=5, options=array()
2022-05-09 13:22:38 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.office365.com:587 (Connexion refus�e) [/home/yoehsds/gestsup/components/PHPMailer/src/SMTP.php line 389]
2022-05-09 13:22:38
Je ne comprends donc plus rien ....
ai-je omis qq chose ?