Why does my email keep going to spam?
The most common causes are a missing or broken SPF/DKIM record, no DMARC record at all, a sending IP listed on a blacklist, or a missing/incorrect PTR record. Run Mail Security and Blacklist Check in sequence and you can usually pinpoint the layer that's failing within a few minutes.
My email just isn't sending and I'm not getting an error — what now?
First use SMTP Test to connect to your server and confirm the AUTH step is actually succeeding; then try Send Test Email for a real end-to-end delivery attempt. Messages that vanish silently have usually either landed in the recipient's spam folder or been silently discarded on the receiving end.
What does a "535 authentication failed" error mean?
It means the SMTP server rejected the username/password combination or the AUTH method you used. Double-check your password, use an app password if your provider requires one, and compare the AUTH mechanism list from SMTP Test against what the server expects.
How do I fix a 550 5.7.1 error?
550 5.7.1 usually means a relay denial or a policy block: the server is refusing a message from an unauthenticated or unauthorized source. Make sure authentication is enabled and that your sending IP or account is actually authorized to relay through that server.
How do I get around the 10-DNS-lookup limit in my SPF record?
You don't get around it — exceeding it makes SPF invalid (permerror) and authentication fails. The fix is to simplify the include chain: drop unused services, flatten nested includes, and use SPF flattening if needed. The SPF chain analysis in Mail Security shows exactly how many lookups you're using.
How do I find my DKIM selector?
The selector is usually listed in your sending service or mail server's admin panel or setup documentation (e.g. google, selector1, mail, default). If you're not sure, Mail Security automatically scans common selectors for you; if it can't find one, ask your server administrator or check your sending service's documentation.
Can I set my DMARC policy straight to reject?
It's not recommended. Start with p=none to monitor reports and confirm your legitimate sending sources pass SPF/DKIM alignment, then move to p=quarantine, and only then to p=reject. Jumping straight to reject can cause legitimate but unaligned mail to be rejected too.
How do I get delisted from a blacklist?
First fix the underlying cause (spam source, open relay, compromised device), then submit the delisting form on that specific blacklist's own website. Most lists, including Spamhaus, process delisting automatically or within a few hours; our Blacklist Check tool links directly to each list's delisting page.
Can I send mail without a PTR record?
Technically yes, but most major providers (Gmail, Outlook, Yahoo) reject or spam-flag mail from IPs with no PTR record. You'll need to request the PTR record from whoever hosts your mail server.
Should I use STARTTLS or SSL/TLS?
Use STARTTLS on port 587, or direct SSL/TLS (implicit) on port 465. Both encrypt the traffic; the difference is whether the connection starts encrypted (465) or gets upgraded to encryption mid-session (587). If you're unsure, SMTP Test will try both and show you the result.
I sent a test email but it never arrived — why?
The tool may have delivered it successfully to your server, but the message could have landed in the recipient's spam folder or been silently discarded on their end. Check the recipient's spam folder first, then use Mail Security and Blacklist Check to verify your SPF/DKIM/DMARC and IP reputation.
Can I use these tools to test a server that isn't mine?
Yes — you can test a client's server you manage as an agency or consultant, or the relay your own application sends through. The only requirement is that it has a public IP and listens on one of the standard mail ports; connections to private/internal servers are blocked.