dify smtp邮箱配置

2025-02-27 271 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

相关文章

MySQL 锁表 死锁查看及解决
Dell R620 IPMI 风扇
vcenter 7 克隆虚拟机 ubuntu dhcp ip一样
prometheus 报错 “Out of order sample from remote write” err=”out of bounds”
ubuntu proxychains4 命令全局代理
OpenResty ModSecurity 编译

发布评论