IsSMTP(); $mail->CharSet="UTF-8"; $mail->SMTPSecure = ''; $mail->Host = 'bjsdentalcollege.com'; $mail->Port = 587; $mail->Username = 'no-reply@bjsdentalcollege.com'; $mail->Password = '={HH*$sM[x~suwaO'; $mail->SMTPAuth = true; $mail->From = 'no-reply@bjsdentalcollege.com'; $mail->FromName = 'no-reply@bjsdentalcollege.com'; $mail->IsHTML(true); $mail->Subject = "A New Enquiry From www.bjsdentalcollege.com"; $mail->Body = $Email_Message_admin; $mail->AddAddress($your_email); if(!$mail->Send()) { echo "Mailer Error: " . $mail->ErrorInfo; } header('Location:thanks.html'); } } ?>
|
||||||||||||||||||||||
|
|
|||||||||||||
|