(2017-07-06, 04:37 PM)Euan T Wrote:(2017-07-06, 03:20 PM)memeber1 Wrote: I don't know its full specs but here you go: mail server is IceWarp and you might find these specs useful: https://www.icewarp.com/product/technica...ification/.
May I ask who is responsible for maintaining the mail handlers code in mybb?
Thank you!
Interesting, I've never heard of them before now.
It's a joint effort between staff and community members - all of the code is on GitHub here: https://github.com/mybb/mybb/blob/featur...s/smtp.php
Well... there is always a first time.
In my humbe opinion, MyBB should use some more robost SMTP library, PHPMailer for example, or there should be another robust equivalent. My email server is returning the above mentioned AUTH options but on the other side the two, coded into MyBB smtp library, works as well. I've even tested in terminal, it works like charm but HEY, I'd like to use more secure option if there is one.
Don't know exactly yet how this problem is going to be solved on my side, butif so, I will try to make a pull request with the changes.