Well, the error message is now saying:
Which means there is an issue connecting to your SMTP server.
In order to show the exact error returned by the SMTP server you can:
Open the following file in your site root:
/dmxConnectLib/PHPMailer/PHPMailer/PHPMailer.php
and edit line 401 from:
to
public $SMTPDebug = 3;
save the file and try sending the mail once again. You will see more detailed error in the console - please paste it here.