Configuring SMTP Email Settings

Server Scout requires SMTP configuration to send outbound emails for password resets, support notifications, and optional alert messages. This guide walks you through setting up reliable email delivery for your monitoring system.

Accessing SMTP Settings

Only administrator accounts can configure SMTP settings in Server Scout. To access these settings:

  1. Log in with an administrator account
  2. Navigate to the Users page from the main menu
  3. Click on SMTP Settings in the administration section

The SMTP configuration panel will display all the necessary fields for setting up your email delivery system.

Required Configuration Fields

SMTP Host

Enter your mail server's hostname or IP address. Common examples include:

  • smtp.gmail.com for Gmail
  • smtp.office365.com for Microsoft 365
  • mail.yourdomain.com for your organisation's mail server

Port Configuration

Choose the appropriate port based on your encryption requirements:

  • 587 - Standard port for TLS encryption (recommended)
  • 465 - SSL encryption
  • 25 - Unencrypted connection (not recommended for external servers)

Authentication Details

Provide your SMTP username and password:

  • Username: Usually your full email address
  • Password: Your email account password or app-specific password

Sender Information

Configure how your emails will appear to recipients:

  • From Email Address: The sender address displayed in outbound emails (e.g., alerts@yourdomain.com)
  • From Name: A friendly display name (e.g., "Server Scout Alerts")

Encryption Type

Select the security method that matches your port configuration:

  • TLS (recommended) - Use with port 587
  • SSL - Use with port 465
  • None - Only for internal mail servers on trusted networks

Testing Your Configuration

Before saving your settings, use the built-in test functionality:

  1. Complete all required fields
  2. Click the Test Send button
  3. Server Scout will send a test email to the administrator's email address
  4. Check your inbox (and spam folder) for the test message

A successful test confirms your configuration is working correctly.

Common Configuration Issues

Port and Encryption Mismatches

Ensure your port selection matches your encryption type. Using port 587 with SSL encryption, or port 465 with TLS, will cause connection failures.

Gmail Security Settings

Gmail accounts may require additional configuration:

  • Enable "Less secure app access" in Google Account settings, or
  • Generate an app-specific password if two-factor authentication is enabled
  • Consider using Google Workspace accounts for better reliability

Authentication Problems

For accounts with two-factor authentication:

  • Create an app-specific password instead of using your regular account password
  • Some providers require explicit SMTP access enablement in account settings

Firewall and Network Issues

Outbound SMTP connections might be blocked:

# Test connectivity to your SMTP server
telnet smtp.gmail.com 587

If the connection fails, check your firewall rules and network policies.

Corporate Email Systems

When using organisational email servers:

  • Verify SMTP is enabled for your account
  • Check if IP whitelisting is required
  • Confirm authentication methods with your IT department

What SMTP Enables in Server Scout

Proper SMTP configuration activates several important features:

Password Reset Emails: Users can securely reset forgotten passwords via email verification links.

Support Ticket Notifications: When users submit support requests, notifications are automatically sent to administrators.

Alert Email Notifications: Configure Server Scout to send monitoring alerts directly to your email, ensuring you're immediately notified of server issues even when away from the dashboard.

Best Practices

For production environments, consider these recommendations:

  • Use TLS encryption (port 587) whenever possible
  • Create dedicated email accounts for Server Scout rather than using personal accounts
  • Regularly test your SMTP configuration to ensure continued functionality
  • Keep authentication credentials secure and rotate them periodically

Once configured successfully, Server Scout will handle all outbound email communications automatically, keeping you connected to your server monitoring system regardless of your location.

Frequently Asked Questions

How do I access SMTP settings in ServerScout?

Only administrator accounts can configure SMTP settings. Log in with an administrator account, navigate to the Users page from the main menu, then click on SMTP Settings in the administration section to access the configuration panel.

What port should I use for SMTP configuration?

Use port 587 for TLS encryption (recommended), port 465 for SSL encryption, or port 25 for unencrypted connections. Port 587 with TLS is the most secure and widely supported option for external mail servers.

How do I test my SMTP configuration before saving?

Complete all required fields in the SMTP settings panel, then click the Test Send button. ServerScout will send a test email to the administrator's email address. Check your inbox and spam folder to confirm the test message was received successfully.

Why is my Gmail SMTP connection failing?

Gmail accounts may require enabling 'Less secure app access' in Google Account settings, or generating an app-specific password if two-factor authentication is enabled. Consider using Google Workspace accounts for better reliability in production environments.

What emails does ServerScout send when SMTP is configured?

ServerScout sends password reset emails with verification links, support ticket notifications to administrators when users submit requests, and optional alert email notifications when monitoring detects server issues, keeping you informed even when away from the dashboard.

How do I fix port and encryption mismatch errors?

Ensure your port selection matches your encryption type. Use port 587 with TLS encryption or port 465 with SSL encryption. Mixing these settings (like port 587 with SSL or port 465 with TLS) will cause connection failures.

What SMTP details do I need from my email provider?

You need the SMTP hostname (like smtp.gmail.com), appropriate port number, your username (usually full email address), password or app-specific password, and encryption type. Also configure the sender email address and display name for outbound emails.

Was this article helpful?