Files
Stoat/Revolt.toml
2026-02-21 03:02:30 +00:00

10 lines
287 B
TOML

[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