Open robthebin opened 6 years ago
Hello, I noticed an error with the following file: test.php
Line 62: $mail->Port = 565;
The port number has to be changed to 465:
$mail->Port = 465;
Please review, thank you.
Hi, I had updated test.php line 62 to port = 465. Thank you.
Hello, I noticed an error with the following file: test.php
Line 62: $mail->Port = 565;
The port number has to be changed to 465:
$mail->Port = 465;
Please review, thank you.