smtp-email-spoofer-py icon indicating copy to clipboard operation
smtp-email-spoofer-py copied to clipboard

Python 3.x based email spoofer

Results 11 smtp-email-spoofer-py issues
Sort by recently updated
recently updated
newest added

Using the spoofer, emails will reach my own email domains but end up in the spam folder, but for gmail recipients the emails do not even reach the spam folder....

i tried to send a mail with every method possible it never worked neither identifying or changing the smtp host ...

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...

enhancement
good first issue

i just wanted to ask if this tool can take an email list for mass mailing

enhancement
good first issue

I have cloned smtp-email-spoofer-py and I have open Virtualenv,but I don't know how to open the tool and use it ,I have try this command cd smtp-email-spoofer-py spoofer.py But it's...

How can we solve this problem? The e-mail is being sent but it goes to the spam folder.

Well actually gmail uses an authentication code that changes every 15 minutes and it is obligatory to login with the username and password on a new device which makes the...

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...

Added a `noauth` field on initialization of SMTPConnection to determine whether or not to call `__eval_server_features`. When spoofing an email directly to the target SMTP server, (such as M365), port...