mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Email notifications for new / closed moderation reports (#1628)
* start fiddling about with email sending to allow multiple recipients * do some fiddling * notifs working * notify on closed report * finishing up * envparsing * use strings.ContainsAny
This commit is contained in:
@@ -701,6 +701,18 @@ smtp-password: ""
|
||||
# Default: ""
|
||||
smtp-from: ""
|
||||
|
||||
# Bool. If true, when an email is sent that has multiple recipients, each recipient
|
||||
# will be included in the To field, so that each recipient can see who else got the
|
||||
# email, and they can 'reply all' to the other recipients if they want to.
|
||||
#
|
||||
# If false, email will be sent to Undisclosed Recipients, and each recipient will not
|
||||
# be able to see who else received the email.
|
||||
#
|
||||
# It might be useful to change this setting to 'true' if you want to be able to discuss
|
||||
# new moderation reports with other admins by 'replying-all' to the notification email.
|
||||
# Default: false
|
||||
smtp-disclose-recipients: false
|
||||
|
||||
#########################
|
||||
##### SYSLOG CONFIG #####
|
||||
#########################
|
||||
|
Reference in New Issue
Block a user