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
Hello devs,
I tried to include some code to implement reply-to in the code . Every thing is okay . But the mail not sent .
It shows below error :
Traceback (most recent call last):
File "/root/tools/smtp-email-spoofer-py/spoofer/models/smtpconnection.py", line 100, in send_mail
self.server.sendmail(self.sender, self.recipients, self.reply, message.as_string())
File "/usr/lib/python3.9/smtplib.py", line 871, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)
smtplib.SMTPSenderRefused: (501, b'[email protected] size=20 M I M E - V e r s i o n : 1 . 0: malformed address: size=20 M I M E - V e r s i o n may not follow [email protected]', '[email protected]')
I don't have any idea about this error . Could any one help me to solve this ?
The text was updated successfully, but these errors were encountered:
Hello devs,
I tried to include some code to implement reply-to in the code . Every thing is okay . But the mail not sent .
It shows below error :
Traceback (most recent call last):
File "/root/tools/smtp-email-spoofer-py/spoofer/models/smtpconnection.py", line 100, in send_mail
self.server.sendmail(self.sender, self.recipients, self.reply, message.as_string())
File "/usr/lib/python3.9/smtplib.py", line 871, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)
smtplib.SMTPSenderRefused: (501, b'[email protected] size=20 M I M E - V e r s i o n : 1 . 0: malformed address: size=20 M I M E - V e r s i o n may not follow [email protected]', '[email protected]')
I don't have any idea about this error . Could any one help me to solve this ?
The text was updated successfully, but these errors were encountered: