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:
- Log in with an administrator account
- Navigate to the Users page from the main menu
- 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.comfor Gmailsmtp.office365.comfor Microsoft 365mail.yourdomain.comfor 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:
- Complete all required fields
- Click the Test Send button
- Server Scout will send a test email to the administrator's email address
- 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?
What port should I use for SMTP configuration?
How do I test my SMTP configuration before saving?
Why is my Gmail SMTP connection failing?
What emails does ServerScout send when SMTP is configured?
How do I fix port and encryption mismatch errors?
What SMTP details do I need from my email provider?
Was this article helpful?