This message confirms that you have subscribed from the Carrer Academy newsletter.
Thank you!
This e-mail was sent from a subscribe form on (http://carreracademy.net/)"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Mailer Error: "; } else { echo "Thanks for subscribing to our service."; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@carreracademy.net'; $mail2->Password = 'CHdR/L9ZGSbye{)X'; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@carreracademy.net', 'Carrer Academy'); $mail2->addAddress('contact@carreracademy.net', 'Carrer Academy'); $mail2->isHTML(true); $mail2->Subject = "subscribe Details"; $mail2->Body = "Following user has been submitted contact details on your website