Why emails might be delayed
Email delivery times can vary based on several factors:- Recipient mail server processing - Some email providers queue incoming messages and process them in batches, which can add delays of a few seconds to several minutes.
- Spam filtering - Aggressive spam filters may hold emails for additional scanning before delivering them to the inbox.
- Network congestion - High email traffic periods can slow down delivery across the email infrastructure.
- Greylisting - Some mail servers temporarily reject emails from new senders, requiring a retry that adds a delay.
Why emails might not be delivered
Suppression lists
Email providers maintain suppression lists that prevent delivery to certain addresses. An email address can end up on a suppression list if:- Previous hard bounces - The address previously returned a permanent delivery failure (e.g., mailbox doesn’t exist).
- Spam complaints - The recipient marked a previous email as spam.
- Unsubscribe requests - The address was previously unsubscribed from communications.
Invalid email addresses
Emails won’t be delivered if:- The email address contains typos
- The mailbox no longer exists
- The domain is invalid or has misconfigured DNS records
Recipient inbox issues
- Full mailbox - The recipient’s inbox has reached its storage limit.
- Blocked sender - The recipient has blocked the sending domain or address.
- Spam folder - The email was delivered but filtered into spam or junk folders.
How we optimize for deliverability
We use multiple email providers with dynamic failover if one provider has degraded service. You can us public validation services like ZeroBounce and NeverBounce to validate the general deliverability of an email address.What users can do
If a user hasn’t received their OTP email:- Wait 1-2 minutes - Delivery delays are normal.
- Check spam/junk folders - The email may have been filtered.
- Verify the email address - Ensure there are no typos.
- Request a new code - Use the resend option to trigger a new OTP email.
- Contact us - If the issue persists, the address may be on a suppression list, contact us in Slack and we can advise you.
What developers can do
- Implement retry logic - Allow users to easily request a new code.
- Set appropriate expectations - Inform users that emails may take up to 2 minutes to arrive.
- Provide alternative authentication methods - Consider offering SMS or passkey authentication as alternatives.