in the yagmail function I have to fill in yagmail.register("username", "password") However I get an error message: NameError: name 'keyring' is not defined Can you help me how to get out of this problem? Thank you very much
in the yagmail function I have to fill in yagmail.register("username", "password") However I get an error message: NameError: name 'keyring' is not defined Can you help me how to get out of this problem? Thank you very much
If you google for "yagmail name 'keyring' is not defined" you'll see that one of the first hits is this page -- there they suggest that you just need to install the keyring
package. This page has some hints and tips on installing packages.