When I try to run the example-file-uploads.html sample, I am getting the following error message:
There was a problem Fatal error: Uncaught exception ‘phpmailerException’ with message ‘SMTP connect() failed.’ in /home/uoflonli/public_html/scholarships/template/quform/lib/class.phpmailer.php:1216 Stack trace: #0 /home/uoflonli/public_html/scholarships/template/quform/lib/class.phpmailer.php(1059): PHPMailer->smtpSend(‘Date: Sat, 12 M…’, ‘–b1_6603e377c2…’) #1 /home/uoflonli/public_html/scholarships/template/quform/lib/class.phpmailer.php(966): PHPMailer->postSend() #2 /home/uoflonli/public_html/scholarships/template/quform/process-file-uploads.php(416): PHPMailer->send() #3 /home/uoflonli/public_html/scholarships/template/quform/process-file-uploads.php(470): process(Object(Quform), Array) #4 {main} thrown in /home/uoflonli/public_html/scholarships/template/quform/lib/class.phpmailer.php on line 1216
I have all the SMTP settings correct in the process script. Any ideas?