Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jordic/tmail
- Owner: jordic
- License: mit
- Created: 2016-04-19T20:06:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T03:12:22.000Z (over 8 years ago)
- Last Synced: 2024-11-06T02:56:55.314Z (about 2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=asdfadsftmail -url http://github.com/newsletter \
-to [email protected] -from [email protected] \
-subject "Test subject"```