• Resolved CEMBTW

    (@cembtw)


    When using authentication type “Login” and an encryption setting of “none”, I receive the following error from sending a test message:

    “none is unsupported SSL type” without anything in the SMTP transcript.

    I am using a hosted server without SSL/TLS.

    Thanks.

    https://ww.wp.xz.cn/plugins/postman-smtp/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    Thanks for the bug report! Sorry the plugin is not working for you. I actually haven’t been able to test this combination. Let me look into what the code is doing and I’ll get back to you..

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    I’ve patched Postman v1.4.2 with just a tiny change:

    if ($this->encryptionType != PostmanOptions::ENCRYPTION_TYPE_NONE) {
    	$config [PostmanSmtpEngine::ZEND_TRANSPORT_CONFIG_SSL] = $this->encryptionType;

    Would you download it and please let me know if it solves your issue?

    Thread Starter CEMBTW

    (@cembtw)

    Thanks for looking into this. I installed the new version.

    Now it just sits at the “Sending the message: Sending…” stage of the test message process—and longer than the 2 minutes that it mentioned as a timeout period. (This is after re-running the wizard, and was attempted on three browsers)

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    That probably means PHP crashed while sending the e-mail, but without a log or error message I can’t know why.

    1. You can try enabling debug in WordPress and sending me the error log yourself OR
    2. Could you tell me who provides your e-mail? I’ll need to create an account there to try it out myself.
    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Hello CEMBTW. I installed an SMTP server on my computer and set it up to accept usernames and password with plain authentication, unencrypted. I used Postman v1.4.2, the same version I sent you.

    So Postman says this:
    Postman will send mail via 127.0.0.1:25 using Password (login) authentication.

    And I am able to successfully send the mail. Are you 100% sure your mail server does not require SSL ? Could you try using Plain instead of Login?

    I would be interested to see the debug log.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    If your mail server is on the Internet, would you please send me the hostname and port so that I can make some queries to it.

    Thread Starter CEMBTW

    (@cembtw)

    Sorry. Before I saw these thread updates I installed version 1.5.

    Now I get a success message and the test mail comes through.

    Perhaps coincidental, but it was not working a couple minutes before installing, and was working right after.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Ok, let me know if you have any issues in the future. I believe the code above is all that’s changed in regards to sending mail. Thank-you for using the plugin!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Using encryption setting of "none"’ is closed to new replies.