Hi - I am unable to get Formit to send emails from a contact form using SMTP authentication running on MODX 2.6.5 following a recent upgrade.. It was working fine before the upgrade, but now - using the same settings with nothing on the email side of things having been changed... it no longer works and each time I try and submit the form I get the error below:
An error occurred while trying to send the email. SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Error logo shows these:
[2018-07-30 21:13:22] (ERROR @ /public_html/core/components/formit/src/FormIt/Request.php : 87) [FormIt] Could not load FormItReCaptcha service class.
[2018-07-30 21:13:22] (ERROR @ /public_html/core/components/formit/src/FormIt/Hook/Email.php : 303) [FormIt] An error occurred while trying to send the email. SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Any ideas?