Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jordic/tmail

mail client (using mailgun) for sending http emails
https://github.com/jordic/tmail

Last synced: 2 days ago
JSON representation

mail client (using mailgun) for sending http emails

Awesome Lists containing this project

README

        

## TMAIL

A simple mail client (using mailgun api) for sending emails.
It needs a url, (to fetch html newsletter) and sends the content
to the desired destination.

```
export MAILGUN_API_KEY=asdf
export MAILGUN_DOMAIN=asdfadsf

tmail -url http://github.com/newsletter \
-to [email protected] -from [email protected] \
-subject "Test subject"

```