Newer
Older
express-blog / example.env
@Jason Jason on 1 Jun 154 bytes new file: example.env
SITE_OWNER="John Joe"
DOMAIN=example.com

MAIL_AUTH=true
MAIL_SECURE=true

MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USER=username
MAIL_PASS=password