Skip to content

I fixed some issue, so... #45

@ericli1018

Description

@ericli1018

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:

  1. pip install --upgrade setuptools

  2. use pip command install fork project on my github

  3. if you have double account auth. Get app password by link https://security.google.com/settings/security/apppasswords

  4. 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()

  1. restart service

  2. enter config page, checked use tls, port =587, server=smtp.gmail.com, user=your gmail full address, then save config.

  3. open config again, and enter config page to touch send test mail

  4. wait to received email

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions