> 激活词: 邮件 / 发邮?/ email
TEMPLATES = {
"weekly_report": {
"subject": "Weekly Report - {date}",
"body": "Hi {name},\n\n{content}\n\nBest,\n{sender}"
},
"meeting_invite": {
"subject": "Meeting: {topic} - {date}",
"body": "Hi {name},\n\nYou're invited to {topic} at {time}.\n\nAgenda:\n{agenda}\n\nRegards,\n{sender}"
},
"follow_up": {
"subject": "Re: {topic}",
"body": "Hi {name},\n\nFollowing up on {topic}. Any updates?\n\nBest,\n{sender}"
}
}
smtp:
host: smtp.gmail.com
port: 587
use_tls: true
imap:
host: imap.gmail.com
sender:
name: AI Assistant
email: ai@example.com
共 2 个版本