Relay Access Denied

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varunrap
    New Member
    • Jul 2008
    • 10

    Relay Access Denied

    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.
    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')
    }
    Any ideas for the fix?
    Last edited by numberwhun; Nov 5 '08, 05:13 PM. Reason: Please use code tags
Working...