dify smtp邮箱配置

2025-02-27 1,629 0

smtp配置

MAIL_TYPE=smtp

# Default send from email address, if not specified
MAIL_DEFAULT_SEND_FROM=youremail@qq.com

# API-Key for the Resend email provider, used when MAIL_TYPE is `resend`.
RESEND_API_URL=https://api.resend.com
RESEND_API_KEY=your-resend-api-key

# SMTP server configuration, used when MAIL_TYPE is `smtp`
SMTP_SERVER=smtp.qq.com
SMTP_PORT=465
SMTP_USERNAME=youremail@qq.com
SMTP_PASSWORD=QQ授权码
SMTP_USE_TLS=true
SMTP_OPPORTUNISTIC_TLS=false
docker compose down
docker compose up -d

image.png

image.png

相关文章

甲骨文ARM部署minikube
kubekey 安装kubernetes 证书100年
ubuntu 22.04 wireguard wg-easy 转发
MySQL 锁表 死锁查看及解决
vcenter 7 克隆虚拟机 ubuntu dhcp ip一样
prometheus 报错 “Out of order sample from remote write” err=”out of bounds”

发布评论