From 66b89bc53f7f687fee6fed14aeb3c2b2494f2491 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 21 Feb 2026 03:02:30 +0000 Subject: [PATCH] Add Revolt.toml --- Revolt.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Revolt.toml diff --git a/Revolt.toml b/Revolt.toml new file mode 100644 index 0000000..be7e34c --- /dev/null +++ b/Revolt.toml @@ -0,0 +1,10 @@ +[api.smtp] +# Email server configuration for verification +# Defaults to no email verification (host field is empty) +host = "mail.gensokyo.live" +username = "stoat@gensokyo.live" +password = "" +from_address = "stoat@gensokyo.live" +reply_to = "noreply@gensokyo.live" +port = 465 +use_tls = true \ No newline at end of file