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

How to add "reply-to" option ? #10

Open
kaipullas3c opened this issue Apr 11, 2021 · 2 comments
Open

How to add "reply-to" option ? #10

kaipullas3c opened this issue Apr 11, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kaipullas3c
Copy link

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 ?

@mikechabot
Copy link
Owner

Do you want to submit a PR with the reply_to option enabled, and I can take a look. I think this would be a good feature to add.

@mikechabot mikechabot added enhancement New feature or request good first issue Good for newcomers labels Dec 12, 2021
@nokapzxackx
Copy link

is it added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants