When using SMTP to send mail in python, I get "Relay Access Denied" for a few email IDs I am trying to send an email to and "Helo command rejected: You are not a member of " for a few others.
The general error message is "SMTPRecipients Refused(senderr s)"
For security reasons, cannot put in email IDs but this is what the error message looks like.
Any ideas for the fix?
The general error message is "SMTPRecipients Refused(senderr s)"
For security reasons, cannot put in email IDs but this is what the error message looks like.
Code:
SMTPRecipientsRefused: { u'ID1@email.com\r': (554,'<Email Server>: Helo command rejected: You are not a member of email'), u'ID2@email.com\r': (554,'<ID2@email.com>: Relay access denied') }