# SMTP 配置
SMTP_HOST=
SMTP_PORT=465
SMTP_USER=
SMTP_PASS=
SMTP_SECURE=ssl

# 发件人信息
MAIL_FROM=
MAIL_NAME=

# 系统信息
SITE_NAME=
