nodebb-plugin-emailer-local installed, but can't send mail
-
After reading https://community.nodebb.org/topic/496/nodebb-plugin-emailer-local-local-email-plugin I have installed the https://github.com/NodeBB/nodebb-plugin-emailer-local with
npm
. Then successfully restarted nodeBB and nginx.The plugin is marked active in Admin › Extend › Plugins and I am able to see its configuration page at Admin › Plugins › Emailer (Local). I have inserted the settings for my local Postfix server.
However, when I go to Admin › Settings › Email and try to send a test mail, nodeBB says: “Error: No email plugins were loaded, so a test email could not be sent”.
I have installed nodeBB as per the documentation, currently running v0.8.x.
Did I miss something? Or should I try something else to use my local MTA for mailing? I really don’t want to use a third party service for mailing.
-
0.2.2 according to npm:
npm install git://github.com/NodeBB/nodebb-plugin-emailer-local [email protected] node_modules/nodebb-plugin-emailer-local ├── [email protected] └── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
Should I downgrade to 0.2.1? Or rather post a bug report on GH?
-
This post is deleted!