diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-01 19:50:25 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-01 19:50:25 +0100 |
commit | c5141c77976cd17e5e457ac0d1fb6647636056bb (patch) | |
tree | a7541fcf4db51072435f86608cf0c897341ca74a /config/config.example.toml | |
parent | 935bb9dec49f2a18bb839915dbc1ff695f8767c5 (diff) |
Allow 'none' as an email option
Diffstat (limited to 'config/config.example.toml')
-rw-r--r-- | config/config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.toml b/config/config.example.toml index 5502038..d58fe35 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -22,7 +22,7 @@ show_public_event_list = false # Which mail service to use to send emails to hosts and attendees. Options are # 'nodemailer' or 'sendgrid'. Configure settings for this mail # service below. -mail_service = "nodemailer" +mail_service = "none" # An array of email addresses which are permitted to create events. If this is # empty, anyone can create events. # For example: |