Skip to content

thealper2/mailipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SMTP Mail sender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages