Skip to content

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.

  1. Navigate to Tenants and select the tenant.
  2. Open the SMTP Settings tab.
FieldDescriptionExample
SMTP HostMail server hostname or IP addresssmtp.example.com
SMTP PortPort number for the SMTP connection587 (STARTTLS), 465 (SSL), 25 (unencrypted)
Use SSLEnable SSL/TLS encryption for the connectiontrue for ports 465 and 587
UsernameAuthentication username (optional if server allows anonymous relay)notifications@example.com
PasswordAuthentication password(secret)
From AddressSender email address shown in outgoing messagesnoreply@example.com
From NameSender display name shown in outgoing messagesRAMP Notifications
  1. Enter the SMTP server hostname and port.
  2. Enable Use SSL if your mail server requires encrypted connections (recommended).
  3. Enter the authentication credentials if required by the server.
  4. Set the From Address and From Name that will appear on outgoing emails.
  5. Click Test to send a test email.
  6. Review the test result. If the test email arrives successfully, click Save.

The Test button sends a test email to verify that the SMTP configuration is working correctly. When you click Test:

  1. RAMP establishes a connection to the specified SMTP server.
  2. Authenticates with the provided credentials (if configured).
  3. Sends a test email from the configured From Address.
  4. Reports the result — success or failure with an error message.
SettingValue
Hostsmtp.office365.com
Port587
Use SSLtrue
UsernameYour Microsoft 365 email address
PasswordApp password or service account password
SettingValue
Hostsmtp.gmail.com
Port587
Use SSLtrue
UsernameYour Gmail address
PasswordApp-specific password
SettingValue
Hostmail-relay.internal.example.com
Port25
Use SSLfalse
Username(leave empty)
Password(leave empty)

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

With SMTP configured, email notifications will work for the tenant. Continue to manage users and groups to set up the tenant’s user base.