{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Notification Channels - healthchecks.io{% endblock %} {% block content %}

Email

Get an email message when check goes up or down.

Tip: Add multiple email addresses, to notify multiple team members.

Confirmation needed. After entering an email address, healthchecks.io will send out a confirmation link. Only confirmed addresses will receive notifications.

Integration Settings

{% csrf_token %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}