Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Hari Maliya

    (@harimaliya)

    Hi Paulio

    Thanks for using our plugin.

    SSL Turn off option provide a next update.

    If you able to edit some line of code ?
    Then i will provide line of code.

    Thanks

    Thread Starter paulio

    (@paulio)

    Hi Hari,

    Yep, quite happy to edit. That would be much appreciated.

    Many thanks

    Plugin Contributor Hari Maliya

    (@harimaliya)

    Hi Paulio

    Here are provide some instruction to turn off SSl.

    1. Find $phpmailer->SMTPSecure = get_option(‘smtp_ssl’);
    code in webriti-smtp-mail.php file.

    2. Add given code $phpmailer->SMTPSecure = ‘none’;

    3. Save it.

    4. After that save your plugin details.

    It will resolved issue. Otherwise wait for next update.

    Thanks

    Thread Starter paulio

    (@paulio)

    Hi Hari,

    Excellent – I’ll give it a go…

    Many thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Switch off SSL??’ is closed to new replies.