Is possible to have a simple feature in the admin panel that disable any email activity while importing data from another forum?
The same flag could also remove all the restrictions about user levels (max daily topic, etc)
Is possible to have a simple feature in the admin panel that disable any email activity while importing data from another forum?
The same flag could also remove all the restrictions about user levels (max daily topic, etc)
I notice that @eviltrout is already looking at this. Any news?
https://meta.discourse.org/t/temporarily-disabling-e-mail-notifications/7955#
I’m not actively working on this, but I think @zogstrip has made some progress with his read only version of the site. Is this already implemented?
Right now there’s only the Discourse.readonly_mode?
flag. We still need to use it anywhere it should be used. PR welcomes
I believe there is a disable all mail site setting now.
Yup, and it’s on by default
https://github.com/discourse/discourse/blob/master/script/import_scripts/base.rb#L97
Any pr-welcome work left here @zogstrip?
Nope. The “disable_emails
” site setting is working quite well