nodebb-plugin-emailer-local for v1.4.5
-
I was trying to install a nodebb email plugin to send email via a third party service like SES. So I tried out the emailer-local plugin. But it seems that it is not compatible with V1.4.5. Here is the error log that I get when I activate this plugin:-
at Object.Plugins.requireLibrary (/home/bhavya/forum/nodebb/src/plugins.js:40:33) 18/4 14:22:15 [31178] - warn: [plugins] Unable to parse library for: nodebb-plugin-emailer-local 18/4 14:22:15 [31178] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it. * nodebb-plugin-emailer-local
What is recommended email plugin for nodebb that works for nodebb 1.4.5?
Thanks,
Akshat -
Finally got this to work! It seems that the nodemailer plugin has a dependency on node v 6.0.0. As soon as I changed the dependency to a compatible version the problem was solved.
Hope this helps someone else facing the same issue.
Copyright © 2024 NodeBB | Contributors