Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Outgoing Email, SMTP setup and CRAM-MD5
GnaXi
New
Hello Vanillaforums,
I've been playing around with your forum software and find it a simple, yet great solution!
Now I'm a bit stuck when it comes to setting up SMTP, because it doesn't seem to support any type of encrypted password.
My mailserver only supports encrypted passwords, so it doesn't seem like they're compatible. Is there some hidden feature that can help me, or does vanillaforums not currently support it?
0
Comments
with SSL/TLS there is no need for encrypted passwords as it is not sent over plain text.
grep is your friend.
That didn't really answer my question. Need or no need. My entire mail server is using encrypted passwords.
I had a look at their version of of phpmailer and I don't think it is supported. So it would need a pull request.
fputs($this->smtp_conn,"AUTH LOGIN" . $this->CRLF);
is pretty clear this is the only authentication supported.newer versions phpmailer do support it.
grep is your friend.
Thanks for the answer