Files
mailer/scripts/launch.example.bat

3 lines
156 B
Batchfile

chcp 65001
.\..\venv\Scripts\python.exe .\..\邮件批量发送.py --address "user@example.com" --password "example" --max-occurrence 5 --interval 10
@pause