/var/mail

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)
To avoid passwords and spam, Varmail emails you a login link.
Your email will never be sold or shared with anyone.

How it works

  1. Sign up and get a login link in your inbox
  2. Create an endpoint with a unique varmail.me URL
  3. Send emails to yourself using the API
  4. 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"
      }'