Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to send email #8602

Closed
bi-kai opened this issue Sep 2, 2020 · 2 comments
Closed

failed to send email #8602

bi-kai opened this issue Sep 2, 2020 · 2 comments

Comments

@bi-kai
Copy link

bi-kai commented Sep 2, 2020

nodebb version: 1.14.3

send email with error:

2020-09-02T12:21:08.353Z [4567/7479] - error: Error: connect ECONNREFUSED 127.0.0.1:587
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)

modified the pool:false, still not working:

Emailer.transports = {
        sendmail: nodemailer.createTransport({
                sendmail: true,
                host: 'localhost',
                newline: 'unix',
                pool: false, //true,
                rateLimit: meta.config['email:sendmail:rateLimit'],
                rateDelta: meta.config['email:sendmail:rateDelta'],
        }),
        smtp: undefined,
};

what am I wrong with?

@pitaj
Copy link
Contributor

pitaj commented Sep 2, 2020

Please share a screenshot of your acp email settings page

@nodebb-misty
Copy link
Contributor

Issue closed due to inactivity.


This is an automated message. If you feel this action was in error, please comment on this issue so it can be looked at again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants