Search
During the Basic (SMTP + IMAP) connection test SparrowDesk has to:
If either step fails, SparrowDesk shows
The problem is almost always one of the nine items below.
Confirm the server names exactly match your provider’s docs.
smtpp.gmail.com
, imap.gmail.con
, missing sub-domain letters.Use the correct port for the security mode you chose.
Re-enter the username and password—copy-paste removes hidden spaces.
If two-factor authentication is on, create an app password and use it instead of your normal password (Gmail, Outlook, Yahoo, iCloud, Zoho).
Turn on IMAP inside the mailbox settings. Gmail disables it for new accounts; some providers call the switch “Allow IMAP” or “Enable less-secure apps”.
Check that your mailbox isn’t locked or over quota. Some hosts refuse SMTP until you free space or clear security CAPTCHAs.
Temporarily switch Security to “Auto”. SparrowDesk will attempt STARTTLS first, then fallback to SSL, and finally plaintext. If “Auto” works, you know the issue was a security-mode mismatch.
Try a different network or disable the local firewall/VPN for a minute. Corporate firewalls often block ports 465 and 587.
Wait ten minutes and test again. Many providers—especially GoDaddy and Bluehost—rate-limit repeated failed logins and will unlock the account automatically.
Gmail / Google Workspace
Microsoft 365 / Outlook
GoDaddy / cPanel hosts
Yahoo / iCloud
Test SMTP with OpenSSL
Look for aopenssl s_client -starttls smtp -connect smtp.example.com:587
250‐OK
banner after EHLO
. If the TLS handshake or AUTH fails here, SparrowDesk will fail too.Test IMAP
You should see anopenssl s_client -connect imap.example.com:993
* OK
greeting followed by certificate details. Any certificate error, timeout, or banner that mentions POP instead of IMAP reveals the root cause.Check DNS & firewalls
From the SparrowDesk server’s network (or a machine on the same office LAN) run nc -vz smtp.example.com 587
to confirm the port is reachable.
Make sure no “transparent SMTP proxy” is rewriting or blocking the TLS negotiation.
Send that bundle to [email protected] or start a chat from the Help Center, and we’ll trace the failure with you.
Powered By SparrowDesk