Skip to content

Python CLI tool for 📧 emails sending using SMTP server

License

Notifications You must be signed in to change notification settings

stt-systems/postman-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postman-cli

PyPI Version PyPI Compatibility PyPI License Codacy Badge

GitHub Workflow Status GitHub Workflow Status

Python CLI (postmancli) tool for emails sending using SMTP server.

What can I do with postmancli?

  • Send emails using SMTP SSL
  • Use it from terminal when it is installed
  • Multiplatform execution (it is developed in Python)

Installation

You can install or upgrade postmancli with:

$ pip install postmancli --upgrade

Or you can install from source with:

$ git clone https://github.com/stt-systems/postman-cli.git --recursive
$ cd postmancli
$ pip install .

Quick example

$ postmancli -S user:[email protected]:465 -f [email protected] -t [email protected] -s postman-cli --text "Hello everyone!@nl@@tab@It seems that this works ..." -a "file.txt" "photo.jpg"

The example sends an email with [email protected] as sender, [email protected] as receiver, postman-cli as subject, Hello every... as text message and 2 attachments (file.txt & photo.jpg).

Help

Run the following command to see all options available:

postmancli --help or postmancli -h

About

Python CLI tool for 📧 emails sending using SMTP server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages