# Email

You can configure an email address as a notification channel that will receive mails on every change of a check's status.

# CLI

The email notification channel can be created in the following way using the CLI:

checkson channels create my-email --type email --email john.doe@example.com

# Web App

Go to Notification Channels and click on Create new notification channel.

Choose a name, select 'Email' as the type and enter the email address.

When you click 'Create' the new notification channel will be created. You can now use this channel for checks.