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

https://github.com/javanile/heroku-curlmail

Send emails via CURL and Heroku
https://github.com/javanile/heroku-curlmail

alerting automation ci-cd cloud curl devops email heroku ifttt monitoring nocode notification sendmail smtp sysadmin watchdog

Last synced: about 2 months ago
JSON representation

Send emails via CURL and Heroku

Awesome Lists containing this project

README

        

# Heroku Curlmail

Curlmail enables you to send emails via CURL command everywere

## Get Started

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

```
curl -H "Passphrase:P1zz4" -d "subject=Hi!" -d "body=WAT" https://mail-99.herokuapp.com
```