Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qzchenwl/sendmail-via-http
helper tool to send mail
https://github.com/qzchenwl/sendmail-via-http
Last synced: about 6 hours ago
JSON representation
helper tool to send mail
- Host: GitHub
- URL: https://github.com/qzchenwl/sendmail-via-http
- Owner: qzchenwl
- Created: 2011-11-05T13:30:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-11T14:24:39.000Z (about 13 years ago)
- Last Synced: 2023-03-11T15:11:51.332Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**An easy way to send mail via http GET/POST request**
Usage:
curl http://localhost:8000/mailto// -d ""
e.g.
curl http://localhost:8000/mailto/[email protected]/Hello -d "Hello sendmail-via-http"