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
- Host: GitHub
- URL: https://github.com/javanile/heroku-curlmail
- Owner: javanile
- License: mit
- Created: 2021-09-02T07:52:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T08:44:54.000Z (over 3 years ago)
- Last Synced: 2025-02-04T16:50:37.301Z (4 months ago)
- Topics: alerting, automation, ci-cd, cloud, curl, devops, email, heroku, ifttt, monitoring, nocode, notification, sendmail, smtp, sysadmin, watchdog
- Homepage: https://dashboard.heroku.com/new?template=https://github.com/javanile/heroku-curlmail
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heroku Curlmail
Curlmail enables you to send emails via CURL command everywere
## Get Started
[](https://heroku.com/deploy)
```
curl -H "Passphrase:P1zz4" -d "subject=Hi!" -d "body=WAT" https://mail-99.herokuapp.com
```