Subscribe us


SMTPDebug = 3; $mail->Host = 'smtp.yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@carreracademy.net'; $mail->Password = 'CHdR/L9ZGSbye{)X'; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name $mail->setFrom('contact@carreracademy.net', 'Carrer Academy'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@carreracademy.net", "Reply"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Thanks for Subscribing [Success!]"; $mail->Body = "

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
Name : $name
Email : $email
"; $mail2->send(); } } ?>
About Us

carreracademy.net is the most innovative and second largest online job portal in US. Founded in 2019, over the past decade, carreracademy.net has become a prominent name in the recruitment industry. The popularity of the portal is evident from the fact that it has crossed the 2.5 crore candidate landmark and has more than 3 lakh latest job vacancies from leading companies on the site.

Our Contact
Carrer Academy
832 E Center St, Milwaukee
WI 53212, USA.

+414-375-3835
contact@carreracademy.net