Update latest News & Information via Email.
success == false) { die("Captcha verification failed. Please try again."); } */ try { // --- Mail to Subscriber --- $mail = new PHPMailer(true); $mail->isSMTP(); $mail->Host = 'smtppro.zoho.in'; $mail->SMTPAuth = true; $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; $mail->Port = 465; $mail->Username = 'contact@uniquegadgetshop.com'; // YOUR Gmail/SMTP email $mail->Password = '4kQvUhbsNfqX'; // YOUR Gmail/SMTP app password $mail->setFrom('contact@uniquegadgetshop.com', 'uniquegadgetshop'); $mail->addAddress($email, $name); $mail->addReplyTo('contact@uniquegadgetshop.com', 'uniquegadgetshop'); $mail->isHTML(true); $mail->Subject = "Subscription Confirmation"; $mail->Body = "Thanks for subscribing to our newsletter.
We are glad that you joined us...
Regards,
Unique GadgetShop