How To Connect Smtp Without Use Ssl ? Or Any Other Solution

Hi

we can not use SSL for SMTP in email section.

reason:

we use PHP version 5.6 and this version not allow to Non license SSL process (without licenses).

i have a below code for disable SSL:

$mail->SMTPAutoTLS = false;

so let me know the better way .

disable SSL in whole script

or

use this code (if yes, where we can use this code?)

or any other solution ....

regards