![]() |
500 Internal Server Error after changing gmail password - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: 500 Internal Server Error after changing gmail password (/showthread.php?tid=69082) |
500 Internal Server Error after changing gmail password - Digitech - 10-05-2017 I am getting this error after changed my email password of website contact form.: "Failed to load resource: the server responded with a status of 500 (Internal Server Error)" It was working before, but now i didnt get email in inbox from contact form. This is my code: Code: <?php RE: 500 Internal Server Error after changing gmail password - pravins - 10-05-2017 Enable debug mode to check the issue by using PHP Code: $mail->SMTPDebug = 1; RE: 500 Internal Server Error after changing gmail password - Digitech - 10-05-2017 (10-05-2017, 02:19 AM)pravins Wrote: Enable debug mode to check the issue by using Hello @pravins, i have enabled debug mode but i didnt get nothing. |