SMTP servisi üzerinden mail göndermeye yarayan bir araçtır.
mailipy aşağıdaki kütüphaneleri kullanır.
- Colorama
Projeyi klonlamak için;
git clone https://github.com/thealper2/mailipy.git
Gerekli kütüphaneleri kurmak için;
python -m pip install -r requirements.txt
usage: mailipy.py [-h] [--target TARGET] [--server SERVER] [--count COUNT] [--subject SUBJECT]
[--message MESSAGE] [--list]
options:
-h, --help show this help message and exit
--target TARGET
--server SERVER
--count COUNT
--subject SUBJECT
--message MESSAGE
--list
python3 mailipy.py --target target_email --server gmail --count 1 --subject "Deneme" --message "Deneme mesajı"
python3 mailipy.py --list