diff --git a/README.md b/README.md index c6f0acd..6d94ab7 100644 --- a/README.md +++ b/README.md @@ -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";