@oplik0 +1 on the Jitsi stuff. Don't know jack about the code. I have been following that project since its very early days. Impressive and sustained progress, it makes. No flash in the pan, one or two shot wonder preceding an exit strategy, were they. Impressive. 👍
Best email plugin to use
-
-
I dont have any emailer plugin installed but nodebb states " Emailer Installed" ?
-
Why kan i only dowload from "https://github.com/mario56/nodebb-plugin-emailer-local-0.7" in the <-- Is this the NodeBB main repository?
-
Can someone confirm a working setup with gmail smtp service?
-
-
@Jenkler said:
- I dont have any emailer plugin installed but nodebb states "Emailer Installed" ?
What output give you
ls node_modules | grep emailer
?If you get some thing like
nodebb-plugin-emailer-local-0.7
, you can usenpm uninstall nodebb-plugin-emailer-local-0.7
to uninstall them.To remove the mailer-prefs you have to go into the redis shell.
redis-cli
Find the settingsKEYS *mailer*
. Example result:1) "settings:emailer-local"
and remove itDEL settings:emailer-local
. And exit.Finaly restart nodebb.
- Why kan i only dowload from "https://github.com/mario56/nodebb-plugin-emailer-local-0.7" in the <-- Is this the NodeBB main repository?
I thought exactly the same.
But this mario56 plugin it seems to work with SSL! (v0.7.0)
-
The only thing i need to know is howto get a working email setup with gmail (ssl)
What is the best and correct way todo this?
BTW: I dont use redis only mongoDB
-
@Jenkler said:
The only thing i need to know is howto get a working email setup with gmail (ssl)
What is the best and correct way todo this?
BTW: I dont use redis only mongoDB
Gmail's mail server can't be used , because of something (can't remember what that was)
-
Just a friendly reminder about using Google's SMTP:
You can only send email to a maximum of:- 500 recipients a day (for Gmail)
- 130 times the number of user licences in your account per day
9 times the number of user licences in your account per 10 minutes (for Google Apps)
-
@Jenkler How to do like this?.
Without email approve user should not able to do anything