You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
797 B

  1. # Email
  2. As an alternative to HTTP/HTTPS requests, you can "ping" checks by
  3. sending an emails to special email addresses.
  4. ![Email address for pinging via email](IMG_URL/emails.png)
  5. ## Use Case: Newsletter Delivery Monitoring
  6. Consider a cron job which runs weekly and sends weekly newsletters
  7. to a list of e-mail addresses. You have already set up a check to get alerted
  8. when your cron job fails to run. But what you ultimately want to check is if
  9. **your emails are getting sent and delivered**.
  10. The solution: set up another check, and add its email address to your list of
  11. recipient email addresses. Set its Period to 1 week. As long as your weekly email
  12. script runs correctly, and there are no email delivery issues,
  13. SITE_NAME will regularly receive an email, and the check and will stay up.