Complete guide to AhaSend SMTP servers, connection settings, limits, and response codes
send.ahasend.com
send-us.ahasend.com
Recipients Per Message
RCPT TO
commands that can be issued for a single SMTP transaction.Message Size Limit
Messages Per Connection
MAIL FROM
commands that can be issued for a single SMTP connection.When this limit is reached:MAIL FROM
commands return transient failuresConnection Timeout
DATA
commandCode | Description |
---|---|
250 | OK - Message queued successfully for delivery |
Code | Description | Action Required |
---|---|---|
421 | Load shedding - Server overwhelmed, cannot accept new connections | Retry later with exponential backoff |
451 | Internal server error - Temporary server issue | Retry the request |
500 | Invalid credentials - Authentication failed | Check username/password |
521 | Account disabled - Account suspended or out of credits | Check account status in dashboard |
552 | Invalid message format - Malformed email content | Validate email structure and headers |
553 | Email rejected - Recipient domain is toxic, temporary, or has typos | Verify recipient domain |
556 | Invalid account or domain - Account or sending domain not configured | Verify domain setup |
Connection Management
Error Handling
421
responses451
errors with reasonable delays5xx
errors (permanent failures)Performance Optimization