MyBB Community Forums

Full Version: smtp mail not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My smtp mail settings true, but not working smtp mail.

Error log="The SMTP server rejected the supplied SMTP password. Reason: 535 Invalid Username or Password"

Username and password is true.

hosting mail settings, Authentication is true, but this setting does not exist.

inc/mailhandlers/smtp.php

preg_match("#250( |-)AUTH( |=)(.+)$#mi", $data, $matches);
if(!$this->auth($matches[3]))

How to change ??
I am not sure but mostly SMTP providers only allow API key to use as a password for mails instead of account password, maybe you need to ask your email provider for that issue.
(2017-04-02, 01:14 PM)Dark-Power-Invader Wrote: [ -> ]I am not sure but mostly SMTP providers only allow API key to use as a password for mails instead of account password, maybe you need to ask your email provider for that issue.

Thanks your reply.

But no api.

my mail and password correct, but this error.

"The SMTP server rejected the supplied SMTP password. Reason: 535 Invalid Username or Password"

Server is using authentication. But mybb settings not authentication.

I think there is an error with authentication.
as far i can understand with the error the there is something wrong with your provider's authentication see there is error 535 invalid username or password.
What are you using for the mail address?
(2017-04-04, 10:22 PM)Jake1702 Wrote: [ -> ]What are you using for the mail address?

Sorry.

mail address: [email protected]