Skip to content
Jim edited this page Apr 19, 2017 · 3 revisions

Upgrade your OctoPrint installation of yagmail with:

> oprint/bin/pip-2.7 install yagmail[all] --upgrade

(Note that oprint/bin pip/python environment is separate from the system pip/python environment.)

Currently testing with yagmail 0.6.161. Confirm version with:

> oprint/bin/python
>>> import yagmail
>>> yagmail.__version__
'0.6.161'

Source of many issues with EmailNotifier is yagmail installation and setup.

Clone this wiki locally