For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom SMTP

Send Statuspal email notifications through your own SMTP server.

Statuspal supports integration with third-party SMTP servers, allowing you to send email notifications through your own mail infrastructure.

Setup

  1. In your status page's admin sidebar, click Integrations, then New integration.

  2. Select SMTP from the service dropdown. New SMTP integration

  3. Fill in your SMTP server details:

    • Relay — Your SMTP hostname (e.g. smtp.gmail.com or smtp.yourcompany.com).

    • Username, password, port, and any other required fields.

  4. Click Create.

Verify the integration

Once created, go to Subscriptions and click Send test email. Send yourself a test — if it arrives correctly, your SMTP integration is working. You can also check your SMTP server logs to confirm traffic is routing through it.

Make sure you have an email subscription configured before sending a test email.

Last updated