I use the sendgrid plugins and setting seems ok,but the site can not send verify emails to new users ,what is the problem?04047398-23e7-40cd-9de8-b2f83b7f4fd1-image.png
Best email plugin to use
-
you can use postfix, install node-plugin-email-local and just activate it and don't fill data
nodebb will send mail through postfix if you have it in your server -
Yeah I know, but it would be better with at working plugin where settings for ssl and google smtp works.
-
Any updates on nodebb-plugin-emailer-ssl-smtp plugin for 0.7.x?
Does it work now or is it still broken?
At the moment i only use SSO services for signup but it would have been great if users could get mail notify on new post and such
-
I had modified the nodebb-plugin-emailer-local plugin.
Add a checkbox, 'Enable secure connection' option.
GitHub - fiag/nodebb-plugin-emailer-local: NodeBB plugin for sending emails via SMTP services
NodeBB plugin for sending emails via SMTP services - GitHub - fiag/nodebb-plugin-emailer-local: NodeBB plugin for sending emails via SMTP services
GitHub (github.com)
Hope it helps.
-
Can we merge this to your repo @julianlam (If thats the master branch of the plugin)
-
@Jenkler @julianlam My pull request
Add secure connection (SSL) option by fiag · Pull Request #10 · NodeBB/nodebb-plugin-emailer-local
Add a checkbox option in APC, used to connect the SSL SMTP service.
GitHub (github.com)
Screenshot:
-
Does it work with gmail?
-
-
I dont have any emailer plugin installed but nodebb states " Emailer Installed" ?
-
Why kan i only dowload from "
GitHub - mario-mui/nodebb-plugin-emailer-local-0.7
Contribute to mario-mui/nodebb-plugin-emailer-local-0.7 development by creating an account on GitHub.
GitHub (github.com)
-
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 "
GitHub - mario-mui/nodebb-plugin-emailer-local-0.7
Contribute to mario-mui/nodebb-plugin-emailer-local-0.7 development by creating an account on GitHub.
GitHub (github.com)
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
Limits for sending & getting mail - Gmail Help
To help prevent spam and keep accounts safe, Gmail limits the number of emails you can send or get per day, and the number of peopl
(support.google.com)
- 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)
- 500 recipients a day