MyBB Community Forums

Full Version: smtp fails with zoho.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The smtp mailhandler does not support sending emails via zoho smtp server (smtp.zoho.com, on port 465 with ssl enabled). It fails on line 250 of the smtp mail handler script with the "$this->send_data('.', '250');" call, with the server responding back with a 553 code instead of a 250 code.
I can confirm this issue, though testing with the SwiftMailer library sent an email with no problem via SMTP.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2644

Thanks for contributing to MyBB!

Regards,
The MyBB Group
Is this fixed? (I have mybb 1.8.7)
(2018-05-25, 06:08 PM)Sinaloense Wrote: [ -> ]Is this fixed? (I have mybb 1.8.7)

It isn't yet. The plan is to completely replace the mail code for MyBB 1.9.0.
Ok ok thanks for answer