Files

12 lines
236 B
Bash
Raw Permalink Normal View History

2026-01-24 02:24:23 +00:00
# host url/domain for SMTP
host=
# TLS or SSL port said provider uses
port=
# the from email address you want to use
from=
# the username and password for your SMTP provider
user=
2026-02-07 22:09:21 +00:00
password=
SERVICE_NAME=calendar
2026-04-04 00:47:55 +00:00
DOMAIN_NAME=example.com