Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 856 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 856 Bytes

mailipy

SMTP servisi üzerinden mail göndermeye yarayan bir araçtır.

Gereksinimler

mailipy aşağıdaki kütüphaneleri kullanır.

  • Colorama

Kurulumu

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

Kullanımı

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

Örnekler

python3 mailipy.py --target target_email --server gmail --count 1 --subject "Deneme" --message "Deneme mesajı"
python3 mailipy.py --list