HI,
I have some trouble with sending emails directly from Canvas... I have added in form.php file my email in the fields to/from & the info about my webserver after "/* Add your SMTP Codes after this Line */":
$mail->IsSMTP();
$mail->Host = "mail.zebra.si";
$mail->SMTPDebug = 1;
$mail->SMTPAuth = true;
$mail->SMTPSecure = "ssl";
$mail->Port = 465;
$mail->Username = "webform@zebra.si";
$mail->Password = "*********"; (pass is correct, only here I've put *******)I am also using reCapthca3 secret key (also copied in the form.php)
When trying to send I only see the blinkng circle in the middle of the page (looks like something is going to happen...), but it blinks all the time and there are no emails sent... (attached picture) They are not even formed as I cannot see them in Drafts or Sent folder if I check email.
I have seen further down in "include" folder a subfolder named "phpmailer", am I supposed to change/amend files in this subfolder as well?
Thanks & regards, David
