SMTP through PHPMailer

SMTP through PHPMailer

trying to use phpmailer to sent mail using SMTP since my hosting wont use SendMail. I keep getting this

2017-12-28 17:51:27 Connection: opening to smtp.zoho.com:25, timeout=300, options=array ( ) 2017-12-28 17:51:28 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.zoho.com:25 (Connection refused) [/home/bladmin/public_html/includes/classes/class.smtp.php line 294] 2017-12-28 17:51:28 SMTP ERROR: Failed to connect to server: Connection refused (111) 2017-12-28 17:51:28 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

2017-12-28 17:53:49 Connection: opening to smtp.zoho.eu:465, timeout=300, options=array ( ) 2017-12-28 17:53:50 Connection failed. Error #2: stream_socket_client(): unable to connect to smtp.zoho.eu:465 (Connection refused) [/home/bladmin/public_html/includes/classes/class.smtp.php line 294] 2017-12-28 17:53:50 SMTP ERROR: Failed to connect to server: Connection refused (111) 2017-12-28 17:53:50 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

some assistance would be appreciated here!