I think the /recent
one will be good enough. Thank you!
lxg
Posts
-
RSS feed of the entire board? -
RSS feed of the entire board?How can I get an RSS or Atom feed of the entire board? I've seen people using example.com/rss but that doesn't seem to work for me (404). I can subscribe to a discussion with Firefox, but not to a category or even the entire board.
-
nodebb-plugin-emailer-local installed, but can't send mailWith 0.2.1 it works. Thank you very much!
-
nodebb-plugin-emailer-local installed, but can't send mail0.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?
-
nodebb-plugin-emailer-local installed, but can't send mailAfter 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.