@pitaj said in nodebb-plugin-emailer-ses? Not working:
There is an SES preset in the admin panel under email settings. Maybe you should try that as well?
That is what I ended up using.
I needed two customised plugins for our forum (one scaled back FB SSO and one for bulk user creation). Initially I had huge problems making the plugins actually show up. I ended up adding symbolic links to each from node_modules.
That way they showed up as "installed" and could be activated.
However, is this really "the right way" of doing it? The docs say use "npm install" (which installed the dependencies but not much more). What's the proper way of deploying a plugin that's not made for public use?