CLI tool for emails sending using SMTP server
Project description
postman-cli
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:password@smtp.gmail.com:465 -f user@gmail.com -t someone@gmail.com -s postman-cli --text "Hello everyone!@nl@@tab@It seems that this works ..." -a "file.txt" "photo.jpg"
The example sends an email with user@gmail.com
as sender, someone@gmail.com
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
postmancli-0.2.0.tar.gz
(7.5 kB
view details)
File details
Details for the file postmancli-0.2.0.tar.gz
.
File metadata
- Download URL: postmancli-0.2.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/5.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee7720e9b5b54a6267bdcf3b74fa290764be43adaf35edd52d3d3c9067ab27c5 |
|
MD5 | a0c7f6f2b837656d28e1cac41fd3e6c9 |
|
BLAKE2b-256 | cb313d0edf36ac267fca817f331078481d75c0b829f76bd6815a342ebec26bb0 |