mailcat icon indicating copy to clipboard operation
mailcat copied to clipboard

Update requirements

Open R3dHash opened this issue 1 year ago • 0 comments

add aiosmtplib to requirements allowed me to run the script without throwing that error: Traceback (most recent call last):

File "mailcat.py", line 10, in <module>
    import aiosmtplib
ModuleNotFoundError: No module named 'aiosmtplib'

R3dHash avatar Jul 11 '22 15:07 R3dHash