• Resolved paulio

    (@paulio)


    Hi,

    I need to use your plugin with a mail account that does not have SSL.
    How do I turn it off please?

    I’ve tried various values for ‘smtp_ssl’ in the webriti_smtp_activate() function, but either this isn’t the place to do it, or I haven’t guessed the right value yet…

    Many thanks,
    Paulio

    https://wordpress.org/plugins/webriti-smtp-mail/

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.