From c5141c77976cd17e5e457ac0d1fb6647636056bb Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Mon, 1 Jul 2024 19:50:25 +0100 Subject: Allow 'none' as an email option --- config/config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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: -- cgit v1.2.3