Documentation Index
Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
By default, Rootly sends workflow emails fromworkflows@rootly.com. Connecting an SMTP server lets you route those emails through your own mail infrastructure — so emails arrive from your company domain and you retain full control over delivery, authentication, and TLS configuration.
Custom Sender Domain
Send workflow emails from your own domain instead of Rootly’s default address.
Full Delivery Control
Configure TLS, authentication type, port, and SSL verification to match your mail server’s requirements.
Works with Send Email Action
All Send an Email workflow actions automatically route through SMTP once connected — no changes to existing workflows needed.
Highest Priority
SMTP takes precedence over SendGrid. If both are connected, SMTP is always used.
Before You Begin
- You must be a Rootly admin to set up the integration
- You need SMTP credentials for your mail server (address, port, username, password)
Installation
Configuration
The hostname of your SMTP server — for example,
smtp.gmail.com or smtp.sendgrid.net. Must be a valid domain name. Stored encrypted at rest.The port your SMTP server listens on. Defaults to
587 (STARTTLS). Common values: 25, 465 (SMTPS), 587.The HELO/EHLO domain sent to the mail server during the SMTP handshake — for example,
yourcompany.com. Optional; leave blank to use the default.The username for SMTP authentication. Required if your server requires authentication. Stored encrypted at rest.
The password for SMTP authentication. Required if your server requires authentication. Stored encrypted at rest.
The authentication mechanism your server requires:
plain— Sends credentials in plain text (use with TLS)login— Base64-encoded credentials (use with TLS)cram_md5— Challenge-response authentication (does not require TLS)
plain.Force STARTTLS when connecting. If enabled and the server does not support STARTTLS, the connection will fail. Defaults to
false.Automatically detect and use STARTTLS if the server supports it, but do not fail if it doesn’t. Defaults to
true. Disable if you are using direct TLS via SSL mode.Use SMTPS — SMTP over a direct TLS connection on port 465. Defaults to
true. Disable if your server uses STARTTLS instead.How OpenSSL validates the server certificate:
None— No certificate verification (useful for self-signed certs)Peer— Verify the server’s certificate against trusted CAs
None.Once SMTP is connected, all Send an Email workflow actions are automatically routed through it. The From field in each workflow action controls the sender address — just ensure the address is authorized on your SMTP server.
Uninstall
To remove the SMTP integration:- Go to Configuration → Integrations and find SMTP
- Click Connected to reveal the disconnect option
- Click Disconnect

Frequently Asked Questions
Do I need to change existing workflows after connecting SMTP?
Do I need to change existing workflows after connecting SMTP?
No. All Send an Email workflow actions automatically route through SMTP once connected. No changes to existing workflows are required.
What's the difference between SSL and StartTLS?
What's the difference between SSL and StartTLS?
SSL (SMTPS) opens a TLS connection immediately on port 465. StartTLS begins as a plain connection on port 587, then upgrades to TLS. Most modern mail servers use port 587 with StartTLS — enable StartTLS Auto and disable SSL for this setup.
What takes priority — SMTP or SendGrid?
What takes priority — SMTP or SendGrid?
SMTP always takes priority. If both are connected, Rootly uses SMTP. To switch to SendGrid, disconnect the SMTP integration first.
Can I use a self-signed certificate?
Can I use a self-signed certificate?
Yes. Set SSL Verify Mode to
None to skip certificate validation. This is useful for internal mail servers with self-signed certificates.Can I send from any address?
Can I send from any address?
The From address must be authorized on your SMTP server. Rootly will not allow workflow emails to spoof Rootly-owned domains regardless of the From field value.

