Skip to content

Email (SMTP)

YipYap sends alert notifications via email using an SMTP server that you configure. This works with any standard SMTP provider.

FieldDescriptionExample
SMTP HostHostname of the SMTP server.smtp.example.com
SMTP PortPort number (587 for TLS, 465 for SSL).587
UsernameSMTP authentication username.[email protected]
PasswordSMTP authentication password or API key.
From AddressThe sender address for notification emails.[email protected]
To AddressThe recipient address or addresses.[email protected]
Host: email-smtp.us-east-1.amazonaws.com
Port: 587
Username: <SES SMTP username>
Password: <SES SMTP password>
Host: smtp.resend.com
Port: 587
Username: resend
Password: <your Resend API key>
Host: smtp.mailgun.org
Port: 587
Password: <your Mailgun SMTP password>

Each email notification includes:

  • Subject line with the monitor name and status.
  • HTML body with alert details, timeline, and a link to the dashboard.
  • Plain text fallback for email clients that do not render HTML.

You can specify multiple recipient addresses separated by commas. Alternatively, use a mailing list or distribution group address.

After configuring the SMTP settings, click Send Test to verify delivery. Check your spam folder if the test email does not arrive in your inbox.