I need help please this is my code:
require \'PHPMailerAutoload.php\'; $mail = new PHPMailer; $mail->isSMTP(); $mail->Host = \"smtp.gmail.com\"; $mail-
change
$mail->SMTPSecure = "tls";
with
$mail->SMTPSecure = 'ssl';