8000 GitHub - javanile/heroku-curlmail: Send emails via CURL and Heroku
[go: up one dir, main page]

Skip to content

javanile/heroku-curlmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Curlmail

Curlmail enables you to send emails via CURL command everywere

Get Started

Deploy

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