Mail MCP Tool

by shuakami
Verified
# SMTP配置(发送邮件) SMTP_HOST=smtp.example.com SMTP_PORT=587 SMTP_SECURE=false SMTP_USER=your_email@example.com SMTP_PASS=your_password_or_app_password # IMAP配置(接收邮件) IMAP_HOST=imap.example.com IMAP_PORT=993 IMAP_SECURE=true IMAP_USER=your_email@example.com IMAP_PASS=your_password_or_app_password # 其他配置 DEFAULT_FROM_NAME=Your Name DEFAULT_FROM_EMAIL=your_email@example.com