It finally showed up - but that definitely took a quite a while. Maybe I was fooled by cached content?
nodebb-plugin-emailer-local can not get config value
-
nodebb-plugin-emailer-local can not get config value from plugin settings.
I just hard code and make it works.
BTW, secureConnection setting is useful, when using default sendmail service in Linux.var transportOptions = { secureConnection: false, // host: Meta.config['emailer:local:host'], // port: Meta.config['emailer:local:port'] host: "10.175.191.88", port: 25 };
-
@Rex-Huang I faced the same error when I've made fork of the plugin.
I found a way, how to get it work... Maybe it may be useful for you.
https://github.com/MegaGM/nodebb-plugin-emailer-yandex/blob/master/index.js#L23-L26 -
@Mega Thanks Mega!
I know this can work, I expect the formal release for this.