SMTP timeout
-
Hello i got some error with * nodebb-plugin-emailer-local-bobo
My configuration
You are running NodeBB v1.1.0.
You are up-to-date5/8 12:38 [8123] - info: Enabling 'trust proxy' 5/8 12:38 [8123] - info: NodeBB is now listening on: 0.0.0.0:4567 5/8 12:38 [8123] - info: [plugins/spam-be-gone] Settings loaded 5/8 12:39 [8123] - warn: [emailer.smtp] Unable to send `digest` email to uid 1!! 5/8 12:39 [8123] - error: [plugins] filter:email.send, Connection timeout 5/8 12:40 [8123] - warn: [emailer.smtp] Unable to send `digest` email to uid 1!! 5/8 12:40 [8123] - error: [plugins] filter:email.send, Connection timeout ``` root@.....# ls node_modules | grep emailer nodebb-plugin-emailer-local-bobo nodemailer nodemailer-sendmail-transport nodemailer-smtp-transport Do you know some good plugin or how to fix that thanks
-
After clean install on new server without apache
Ubuntu 16.04 nignx my conf nginx -t is good.
nodebb works as well
but i never can sent any email with nodebb i was thinking we need some plugin for that.
ERROR
The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.
That is without any plugin.
Thanks -
@Bastien you will either need sendmail installed on your server to be able to send email from local or use one of the available emailer plugins. Those third party emailer services do have some free plans.
nodebb-plugin-emailer-mailjet nodebb-plugin-emailer-sendgrid nodebb-plugin-emailer-mailgun
Copyright © 2024 NodeBB | Contributors