A mail client that uses an email script.
This was made for replicating email issues in a support engineering role. A useful tool for creating reproduction scenarios that depend on specific email data and/or connection properties.
Email data and connection parameters are stored in an smtpyfile which can then be executed by smtpy to submit it to a mail server.
Usage:
$ ./smtpy.py smtpyfile
See the included smtpyfile for additional documentation on what settings you can use.