Skip to content

curl usage

Input:

Output:

curl -X 'POST' 'notymail.yourdomain.your_tld/api/email' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"to":"test@1.1.1.1","subject":"Hello world!"}'