Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on sending message #18

Open
Buckshotdesigns opened this issue Jul 19, 2023 · 0 comments
Open

error on sending message #18

Buckshotdesigns opened this issue Jul 19, 2023 · 0 comments

Comments

@Buckshotdesigns
Copy link

Unable to send message. Check sender, recipients and message body
Traceback (most recent call last):
File "/Users/bryanbuckus/Desktop/smtp-email-spoofer-py/spoofer/models/smtpconnection.py", line 97, in send_mail
self.server.sendmail(self.sender, self.recipients, message.as_string())
File "/usr/local/Cellar/[email protected]/3.9.0_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/smtplib.py", line 885, in sendmail
raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'[email protected]': (550, b'relay access denied - please authenticate')}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant