mishakorzik / Email-Spammer

Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.
GNU General Public License v3.0
306 stars 46 forks source link

SMTP lib even exists? #12

Closed 555Russich closed 1 year ago

555Russich commented 1 year ago

$ python3.9 -m venv venv $ source venv/bin/activate $ pip install requests smtp

Collecting requests Using cached requests-2.28.2-py3-none-any.whl (62 kB) ERROR: Could not find a version that satisfies the requirement smtp (from versions: none) ERROR: No matching distribution found for smtp

which version of python is required? I can't even find smtp lib on pypi.org ... btw smtplib is builtin module

mishakorzik commented 1 year ago

Yes its a system python library

mishakorzik commented 1 year ago

Yes its a system python library

555Russich commented 1 year ago

Yes its a system python library

smptlib is builtin module, not smtp. You should remove this line from README.md:

pip3 install smtp

mishakorzik commented 1 year ago

Okay