The simplest API for emailing yourself
Varmail lets your code write home without fuss.
- Set up in less than 30 seconds
- Completely free
- Works anywhere HTTP does (including shell scripts)
How it works
- Sign up and get a login link in your inbox
- Create an endpoint with a unique varmail.me URL
- Send emails to yourself using the API
curl https://varmail.me/<token> \
-H 'Content-type: application/json' \
-d '{
"subject": "Your daily fortune",
"text": "You will spend less time configuring sendmail!",
"_reqid": "1234"
}'