Definition
An SMTP connection timeout is the maximum time a sending mail server waits for a recipient server to respond to a connection request, a command or a data transfer. When the timeout threshold is exceeded, the connection is closed and the sending server either retries immediately or queues the message for a later attempt.
Timeout values are configurable at the server level. Setting them too low causes unnecessary retries that consume sending capacity. Setting them too high can cause sending queues to back up during outages.
Types of Connection Timeouts
- Connection timeout: Time allowed to establish the initial TCP connection to the recipient server
- Read timeout: Time allowed for the recipient server to respond to an SMTP command like MAIL FROM or RCPT TO
- Data timeout: Time allowed for the recipient server to acknowledge receipt of the message body
- Idle timeout: Time the connection can remain open without activity before being terminated
Best Practices
- Use conservative timeouts for bulk sends to reduce retry overhead
- Monitor timeout frequency by recipient domain — repeated timeouts from one provider suggest a throttling or network issue
- Distinguish between connection timeouts and slow responses when diagnosing delivery problems
Related Glossary Terms
BIMI
BIMI (Brand Indicators for Message Identification) is an email standard that allows brands to display their logo next to their emails in supported email clients. It requires DMARC enforcement at quarantine or reject policy.
Bounce Classification
Bounce classification uses SMTP codes (550, 551, 552, 553, 554, 450, 451, 452) and enhanced status codes to categorise permanent and transient delivery failures.
Email Deliverability
Email deliverability is the ability to land in the recipient's inbox rather than the spam folder. It depends on sender reputation, authentication, list quality, and content practices.
DMARC Alignment
DMARC identifier alignment determines whether the domain in the From header matches the domains used in SPF and DKIM authentication. Strict or relaxed.
Acceptance Rate
Acceptance rate is the percentage of emails submitted for delivery that are accepted by the recipient's mail server, representing the first deliverability checkpoint before inbox placement is determined.
Email Acceptance Rate
Email acceptance rate measures the percentage of emails accepted by recipient mail servers versus total sent. It is a core deliverability metric that reveals whether your sending infrastructure is trusted by receiving servers.