AutoAliveMailer 是一个自动发送邮件工具,可在每天固定时间向多个指定邮箱发送邮件,保持邮箱活跃。
pip install -r https://raw.githubusercontent.com/Wangavhnagn/AutoAliveMailer/main/requirements.txt[email protected]
EMAIL_PASS=your_app_password
{
"receivers": ["[email protected]", "[email protected]"],
"subject": "Keep-alive Email",
"content": "Hi, this is a regular keep-alive email.",
"send_time": "09:00"
}python mailer.py📌 默认使用 Gmail SMTP(smtp.gmail.com:465),可修改为其他服务。