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