Local emailer doesn't work with v0.6.x
-
The local emailer does not work with NodeBB >v0.6.0. Once you activate it, you cant access the control panel. No errors in the NodeBB console/log.
-
Does anyone have an working plugin for local email sending?
-
I've tried:
- https://github.com/AlfredDobradi/nodebb-plugin-emailer-local and
- https://github.com/NodeBB/nodebb-plugin-emailer-local
both dont work.
- NodeBB Admin Panel doesn't work anymore
- Doesn't send the e-mails.
No errors in the console
-
@ApfelUser said:
both dont work.
After brief look, I see, they both are incompatible with 0.6.0+
nodebb-plugin-emailer-local/index.js at master · julianlam/nodebb-plugin-emailer-local
NodeBB plugin for sending emails via SMTP services - nodebb-plugin-emailer-local/index.js at master · julianlam/nodebb-plugin-emailer-local
GitHub (github.com)
nodebb-plugin-emailer-local/index.js at master · NodeBB/nodebb-plugin-emailer-local
NodeBB plugin for sending emails via SMTP services - nodebb-plugin-emailer-local/index.js at master · NodeBB/nodebb-plugin-emailer-local
GitHub (github.com)
-
@ApfelUser said:
Once you activate it, you cant access the control panel.
It's okay :3 If callback in the "init" function, will be never executed, entire site shouldn't work.
https://github.com/NodeBB/nodebb-plugin-emailer-local/blob/master/index.js#L19But you said
No errors in the console
You should get at least one...
'Undefined is not a function' -
@Mega Yeah, you're right.
But still, is there a repo / version of an local emailer which works with >v0.6.x?
-
@julian Yeah, https://github.com/NodeBB/nodebb-plugin-emailer-local does work! Thanks a lot!