Configuring mail
Before Cachet can send notifications, you need to configure mail settings. Go to the “Manage Notifications” page in the Cachet dashboard, located under the “Settings” navigation group. You may configure an SMTP or Sendmail mailer along with the sender name and address, or leave the settings empty to use your host application’s default mail configuration. Cachet encrypts mail credentials at rest.Allowing subscriptions
Subscriptions are disabled by default. Enable the “Allow Subscriptions” setting on the “Manage Notifications” page to allow visitors to subscribe. When enabled, the status page header links to a subscribe page. New subscribers receive a verification email and must confirm their address before Cachet sends them notifications.Notifications
The following events trigger an email to verified subscribers:- a new incident, when “Notify Subscribers?” is enabled on the incident
- an update to an existing incident
- scheduled maintenance that is created, rescheduled, updated, or completed, when notifications are enabled on the schedule
Managing subscribers
The “Subscribers” section of the dashboard lists every subscriber and their verification status. From here you may add subscribers manually, resend verification emails, verify a subscriber without email confirmation, or remove subscribers.Subscriber API
You may also manage subscribers through the Cachet API. Because subscriber emails are personal data, every subscriber endpoint requires authentication, including read requests:
Creating a subscriber through the API sends a verification email unless you pass
verified: true, which is useful
when syncing subscribers from an external system.