before author update this plugin, you can install my fixed one on my github.
just install with command
/home/pi/oprint/bin/python -m pip install https://github.com/ericli1018/OctoPrint-EmailNotifier/archive/master.zip
I add using tls, ssl, port number option in config page.
have fun~
if you want to use google smtp send mail
please follow step below:
-
pip install --upgrade setuptools
-
use pip command install fork project on my github
-
if you have double account auth. Get app password by link https://security.google.com/settings/security/apppasswords
-
install keyring #thanks jeffgolden remind
/home/pi/oprint/bin/python -m pip install keyring
open python command
import yagmail
yagmail.register('ericli1018@gmail.com','your app password')
quit()
-
restart service
-
enter config page, checked use tls, port =587, server=smtp.gmail.com, user=your gmail full address, then save config.
-
open config again, and enter config page to touch send test mail
-
wait to received email
before author update this plugin, you can install my fixed one on my github.
just install with command
/home/pi/oprint/bin/python -m pip install https://github.com/ericli1018/OctoPrint-EmailNotifier/archive/master.zip
I add using tls, ssl, port number option in config page.
have fun~
if you want to use google smtp send mail
please follow step below:
pip install --upgrade setuptools
use pip command install fork project on my github
if you have double account auth. Get app password by link https://security.google.com/settings/security/apppasswords
install keyring #thanks jeffgolden remind
/home/pi/oprint/bin/python -m pip install keyring
open python command
import yagmail
yagmail.register('ericli1018@gmail.com','your app password')
quit()
restart service
enter config page, checked use tls, port =587, server=smtp.gmail.com, user=your gmail full address, then save config.
open config again, and enter config page to touch send test mail
wait to received email