Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.3 KB

OctoPrint-EmailNotifier

Recieve email notifications when OctoPrint jobs are complete.

Settings tab and email screenshot

Installation

Install via the OctoPrint Plugin Manager or manually using this archive URL:

https://github.com/anoved/OctoPrint-EmailNotifier/archive/master.zip

Configuration

One manual configuration step is required. Your outgoing email account password is not stored with OctoPrint's settings. It is retrieved from your system keyring. Store your password from a Python prompt on your OctoPrint system using yagmail.register:

$ ~/oprint/bin/python
>>> import yagmail
>>> yagmail.register("SMTP username", "SMTP password")

For some accounts, your SMTP username may be your complete [email protected] address.

Acknowledgements

Loosely based on OctoPrint-Pushbullet.

Uses yagmail to send email.

License

Licensed under the terms of the AGPLv3.