SMTP Settings

v2.20.1

The SMTP Settings page configures the outgoing email server that Supracontrol uses to send email notifications, scheduled reports, and system messages.

Path: Settings → SMTP (under System Settings)

Access: Only Administrators, Owners, and Superadmins can access this page.

Mail service mode

OptionDescription
DisabledEmail delivery is turned off. No emails will be sent from Supracontrol regardless of notification settings
Supracontrol ServiceUse the managed email service provided by Supracontrol (available on qualifying deployments). No custom configuration is required
CustomConfigure your own SMTP server. Use this option to connect Supracontrol to your organisation’s email infrastructure or a third-party mail provider

Custom SMTP fields

These fields are only relevant when the mail service mode is set to Custom.

FieldRequiredDescription
ServerYesThe hostname or IP address of your SMTP server (e.g. smtp.office365.com, smtp.gmail.com)
PortYesThe port number your SMTP server listens on. Common values: 25 (unencrypted), 465 (SSL), 587 (STARTTLS)
FromYesThe sender email address that will appear in the “From” field of all outgoing emails
AuthorizationYesWhether SMTP authentication is required. Most modern mail servers require this
TLSNoWhether to use TLS encryption. Recommended for security
UsernameYes (when Auth enabled)The username for authenticating with the SMTP server
PasswordYes (when Auth enabled)The password for the SMTP account

Testing the configuration

After filling in the custom SMTP fields, verify the configuration before saving:

1

Click Test

Click the Test button. A dialog opens asking for a test email recipient address.

2

Enter a recipient and confirm

Enter an email address and confirm. Supracontrol will attempt to send a test email using the provided settings.

3

Check the inbox

Check the recipient’s inbox (and spam folder) to confirm delivery.

Note: The Test button is only enabled when all required fields are filled in. Save your settings first if the Test button remains disabled after filling in the fields.

Saving the configuration

Click the Save button at the bottom of the page to apply the settings. The Save button is disabled if no changes have been made to the current configuration.

Common provider settings

Gmail

SettingValue
Serversmtp.gmail.com
Port587
TLSYes
AuthYes
Usernameyour-gmail@gmail.com
PasswordApp password (not your main Gmail password)
Note: Gmail requires an App Password if 2-Step Verification is enabled on the account.

Microsoft Office 365 / Exchange Online

SettingValue
Serversmtp.office365.com
Port587
TLSYes (STARTTLS)
AuthYes
Usernameyour-account@yourdomain.com
PasswordAccount password or app password

SendGrid

SettingValue
Serversmtp.sendgrid.net
Port587
TLSYes
AuthYes
Usernameapikey
PasswordYour SendGrid API key

Troubleshooting

ProblemLikely causeSolution
Test email not receivedWrong server or portDouble-check server address and port number
Authentication failedWrong credentialsVerify username and password; check if the account requires an app password
TLS errorTLS/port mismatchTry port 587 with TLS enabled, or port 25 without TLS
Emails go to spamMissing SPF/DKIMWork with your IT team to configure SPF and DKIM DNS records for the From address
Connection timed outFirewall blockingEnsure the Supracontrol server can reach the SMTP server on the configured port