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.

16 lines
734 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. ## Use Case: Email Delivery Monitoring
  5. Consider a cron job which runs weekly and sends weekly email
  6. reports to a list of e-mail addresses. You have already set up a check to get alerted
  7. when your cron job fails to run. But what you ultimately want to check is if
  8. **your emails are getting sent and delivered**.
  9. The solution: set up another check, and add its email address to your list of
  10. recipient email addresses. Set its Period to 1 week. As long as your weekly email
  11. script runs correctly, and there are no email delivery issues,
  12. SITE_NAME will regularly receive an email, and the check and will stay up.