Hi Support,
I am using medical theme and having problem on sending mail, as after I pressed the button it just kept spinning. I have not yet uploaded the files to my hosting, testing it on my personal computer. Please check my setting:
$toemails[] = array(
'email' => 'kasempong@icloud.com', // Your Email Address
'name' => 'Kasempong' // Your Name
);
$fromemail = array(
'email' => 'kasempong@outlook.com', // Company's Email Address (preferably currently used Domain Name)
'name' => 'Using Outlook' // Company Name
);
$recaptcha_secret = ''; // Your reCaptcha Secret
$mail = new PHPMailer();
$mail->IsSMTP();
$mail->Host = "smtp-mail.outlook.com";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = true;
$mail->SMTPSecure = "tls";
$mail->Port = 587;
$mail->Username = "kasempong@outlook.com";
$mail->Password = "************";
I have also tried on domain name, and the same thing happened - spinning icon on the button.
Thanks and regards,
Kasempong
