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..
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)
That probably means PHP crashed while sending the e-mail, but without a log or error message I can’t know why.
- You can try enabling debug in WordPress and sending me the error log yourself OR
- Could you tell me who provides your e-mail? I’ll need to create an account there to try it out myself.
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.
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.
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!