update: added mail slicing tool

This commit is contained in:
2025-08-14 18:29:40 +08:00
parent 7d8e8a1f98
commit fc99ca82fa
5 changed files with 155 additions and 5 deletions

View File

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