I have attempted to get this plug in setup, but even once I installed keyring and yagmail I get:
"sending failed. Reason :: send() got an unexpected keyword argument "validate_email".
This makes it seem like by default octoprint doesn't come with the pip package validate_email installed, but I went ahead and installed it as well and still get that error.
EDIT: btw if I do a test send just from the python console using yagmail.SMTP().send() it works fine.
I have attempted to get this plug in setup, but even once I installed keyring and yagmail I get:
"sending failed. Reason :: send() got an unexpected keyword argument "validate_email".
This makes it seem like by default octoprint doesn't come with the pip package validate_email installed, but I went ahead and installed it as well and still get that error.
EDIT: btw if I do a test send just from the python console using yagmail.SMTP().send() it works fine.