Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 685 Bytes

snailmail

A script for sending mails.

The only dependency is Python 3.6+ as it only uses the standard library.

To see all possible options:

snailmail.py -h

It might be a bit rough around the edges, but it has been tested with all the advertised functionality (sending mails with attachments).

The only non-optional input are two files, one with the mail body and one with a list of recipients, one per line.

The text of the mail body must (so far) be static and is not templated.

The file with mail addresses is only supposed to contain those, NO pretty names (e.g. John Doe <[email protected]>), so please ONLY mail addresses (e.g. [email protected])`.