SMTP Configuration
Each tenant can have its own SMTP configuration for sending email notifications, password reset messages, and other system emails. This allows different tenants to use different mail servers and sender identities.
Accessing SMTP Settings
Section titled “Accessing SMTP Settings”- Navigate to Tenants and select the tenant.
- Open the SMTP Settings tab.
Configuration Fields
Section titled “Configuration Fields”| Field | Description | Example |
|---|---|---|
| SMTP Host | Mail server hostname or IP address | smtp.example.com |
| SMTP Port | Port number for the SMTP connection | 587 (STARTTLS), 465 (SSL), 25 (unencrypted) |
| Use SSL | Enable SSL/TLS encryption for the connection | true for ports 465 and 587 |
| Username | Authentication username (optional if server allows anonymous relay) | notifications@example.com |
| Password | Authentication password | (secret) |
| From Address | Sender email address shown in outgoing messages | noreply@example.com |
| From Name | Sender display name shown in outgoing messages | RAMP Notifications |
Setting Up SMTP
Section titled “Setting Up SMTP”- Enter the SMTP server hostname and port.
- Enable Use SSL if your mail server requires encrypted connections (recommended).
- Enter the authentication credentials if required by the server.
- Set the From Address and From Name that will appear on outgoing emails.
- Click Test to send a test email.
- Review the test result. If the test email arrives successfully, click Save.
Testing the Configuration
Section titled “Testing the Configuration”The Test button sends a test email to verify that the SMTP configuration is working correctly. When you click Test:
- RAMP establishes a connection to the specified SMTP server.
- Authenticates with the provided credentials (if configured).
- Sends a test email from the configured From Address.
- Reports the result — success or failure with an error message.
Common SMTP Configurations
Section titled “Common SMTP Configurations”Microsoft 365 / Exchange Online
Section titled “Microsoft 365 / Exchange Online”| Setting | Value |
|---|---|
| Host | smtp.office365.com |
| Port | 587 |
| Use SSL | true |
| Username | Your Microsoft 365 email address |
| Password | App password or service account password |
Gmail / Google Workspace
Section titled “Gmail / Google Workspace”| Setting | Value |
|---|---|
| Host | smtp.gmail.com |
| Port | 587 |
| Use SSL | true |
| Username | Your Gmail address |
| Password | App-specific password |
Internal Relay Server
Section titled “Internal Relay Server”| Setting | Value |
|---|---|
| Host | mail-relay.internal.example.com |
| Port | 25 |
| Use SSL | false |
| Username | (leave empty) |
| Password | (leave empty) |
Email Use Cases
Section titled “Email Use Cases”RAMP sends emails for the following purposes when SMTP is configured:
- Password reset — when a RAMP Internal user requests a password reset
- Notifications — instance status changes, escalations, and system alerts for users with notification roles
- Pre-escalation warnings — alerts sent before escalation deadlines
- Escalation alerts — urgent notifications when escalation thresholds are exceeded
Next Steps
Section titled “Next Steps”With SMTP configured, email notifications will work for the tenant. Continue to manage users and groups to set up the tenant’s user base.
Related topics
Section titled “Related topics” Tenant Settings Configure tenant name, slug, domain, status, and general preferences
Email & SMTP Setup System-level SMTP configuration for the RAMP installation