Minor update

This commit is contained in:
Jonathan Rosenbaum 2026-05-08 01:09:02 -04:00
parent b596a73a59
commit d3f486f7c4

View File

@ -48,7 +48,7 @@ $PORTAL_URL = "https://portal.lwv.org";
$MEMBERSHIP_URL = "https://portal.lwv.org/groups/53a93df1/league_membership_state_view";
# Email Notification Settings (for download-roster.js - error notifications via s-nail)
$SMTP_HOST = "mail.bikelover.org";
$SMTP_HOST = "mail.example.org";
$SMTP_PORT = "587";
$SMTP_USE_STARTTLS = "true";
$SMTP_AUTH = "login";