pyzmail
pyzmail copied to clipboard
Pyzmail is a high level mail library for Python, providing functions to read, compose and send emails
On Python Version: 3.5.9 I can't install pyzmail==1.0.3 because I receive the follow error: ``` Collecting pyzmail; python_version < "3.6" Downloading pyzmail-1.0.3.tar.gz (57 kB) Collecting pytz Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB)...
started using python 3.7 and when i added pyzmail to my env and run a program using it i got this error: `Traceback (most recent call last): File "d:/code/emailtrade/getsignal.py", line...
Hi, After running the command in `pip install pyzmail`, i get an issue with `distribute`. I am unable to find the maintenance page of that package so i decided to...
I don't know why it doesn't want to align nicely, but it seems by adding a single space it fixes the indentation error, at least for me. I went ahead...
Having the dependency on distribute makes it impossible to install the library on Python 3.6, it fails with an error like this: ``` Collecting distribute (from pyzmail==1.0.3) Using cached distribute-0.7.3.zip...
I recently implented an email project with pyzMail and it worked well. We did run into one problem with an email that contained the following: ``` Content-Disposition: attachment; filename="=?windows-1252?Q?Beleg_Georg_Steinh=E4u=DFer=2EPDF?=" ```...
Hello I get the following error when trying to install on Python 3.4, any ideas? Thanks (venv3.4)pgtrafficcop@core01:/opt/pythonapps/sunnyboy$ pip install pyzmail Downloading/unpacking pyzmail Downloading pyzmail-1.0.2.tar.gz (57kB): 57kB downloaded Running setup.py (path:/home/pgtrafficcop/venv3.4/build/pyzmail/setup.py)...
Hi, thank you for this great module. Until now, it has provided a useful support. Unfortunately, all the examples I have seen so far (even from the [API documentation](http://www.magiksys.net/pyzmail/api/pyzmail.generate-module.html#build_mail)) show...
I wish to set debug level on SMTP instance via SMTP.set_debuglevel but there is no argument or hook to allow me to do so with send_mail or send_mail2.
Hello aspineux, I have a crash happenning at pyzmail, at some rare malformed mail file. It seems like a pyzmail mistreating such file. Details: Python version:pyt 3.4.2 pyzmail - 1.0.3...