SMTPConnection._formatError
-
I can't use SMTP because of an error.
Tried to use gmail instead of my server hosting - email sender, I've failed because of some sort of authorization error. ( ı did change the option where we have to let less secure apps use gmail but gmail itself doesn't allow it. Even it authorized it.
2018-03-30T13:25:18.292Z [30994] - [31merror[39m: Error: Connection timeout
at SMTPConnection._formatError (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:591:19)
at SMTPConnection._onError (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:564:20)
at Timeout._connectionTimeout.setTimeout (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:256:18)
at ontimeout (timers.js:466:11)
at tryOnTimeout (timers.js:304:5)
at Timer.listOnTimeout (timers.js:267:5)
2018-03-30T13:25:39.648Z [30994] - [31merror[39m: Error: Connection timeout
at SMTPConnection._formatError (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:591:19)
at SMTPConnection._onError (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:564:20)
at Timeout._connectionTimeout.setTimeout (/path/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:256:18) -
What settings are you using?
-
my domain - hosting providers Mail Client Manual Settings that i am using.
password of that mail user
SMTP Port: 465
-
@kayrah and this is in the ACP custom SMTP settings, right? Did you try different security settings?
What did you put for the hostname?
-
@kayrah none of that looks particularly wrong to me. Have you tried restarting nodebb between changes?