Glenn-Tan-88 / Capstone-Project

0 stars 1 forks source link

Error report #4

Open robthebin opened 6 years ago

robthebin commented 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.

Glenn-Tan-88 commented 6 years ago

Hi, I had updated test.php line 62 to port = 465. Thank you.