01-05-2017, 05:03 PM
Hey guys!
FYI, if you are trying to use Gmail with the PHP mailer, you have to comment out line 115, or the mail will fail to send! Took me awhile to figure this one out!
Thanks.
FYI, if you are trying to use Gmail with the PHP mailer, you have to comment out line 115,
Code:
$mail->isSMTP();
Thanks.