You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing batch validations for my mail lists (ten thousends addresses) . A few email provider gives me error like below with varying account status (inactive, deleted, blocked etc): 550 5.1.1 <PLACEHOLDER@freemail.hu>: Recipient address rejected: u'SMTP service is disabled for this account. AccountId: 12345678. Reason: The account is INACTIVE' Unexpected response to RCPT TO: 550 5.1.1 <PLACEHOLDER@freemail.hu>: Recipient address rejected: u'SMTP service is disabled for this account. AccountId: 12345678. Reason: The account is INACTIVE'
(I've changed the mailbox name to placeholder)
After errors like this all address at the same domain becomes invalid even if I got back 250 2.1.5 Ok for the most of them.
This problem only occurs if I'm validating large batches. If I only validate 50 or so the issue doesn't occur.