-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable welcome emails #2665
Comments
Quick and dirty solution: change the configuration so that the first, second and third emails are only sent after 1000000 days
trustroots/config/env/default.js Line 153 in e134806
|
just signed up with a test account, no welcome emails have arrived so far |
Got a support ticket where the member received an email 31th of January.. |
It's possible that all members who signed up before we disabled the emails will still get their welcome emails. I think we disabled the scheduling of new emails for new users, but not the sending of emails for existing users, if that makes sense. |
@chmac assessment makes sense. The welcome email relating to ticket 6603 was sent on Jan 31st and says "You signed up a little while ago", so probably the 3rd in the sequence, delivered after 14 days (edit: yes, user signed up January 16th). There were still 3 agendaJobs (out of 772601) related to a I could come up with questions (e.g. if it was 14 days there should have been more agendaJobs left, and why did this users.find() operation fail) but this is not important, and I expect that no more welcome emails will go out from now on. |
to reduce the number of incoming support tickets
The text was updated successfully, but these errors were encountered: