SMTP Tester
Test your SMTP server configuration by sending a test email
Common SMTP Servers
smtp.gmail.com:587Gmail (TLS)
smtp.office365.com:587Office 365 (TLS)
smtp.sendgrid.net:587SendGrid (TLS)
Port Reference
- 25 - Standard SMTP (STARTTLS)
- 587 - Submission port (STARTTLS)
- 2525 - Alternative STARTTLS
- 2587 - Alternative STARTTLS
- 465 - SSL/TLS encrypted
Tips
- Use email or username for auth
- Use app-specific passwords for Gmail
- Check firewall settings if connection fails