Closed wlbentley closed 8 years ago
If you give a password to SMTP()
you can avoid keyring. Not ideal, but at least it can work like that. I have the idea it might be a keyring issue.
Thanks.
On Apr 30, 2016, at 10:37, Pascal van Kooten notifications@github.com wrote:
If you give a password to SMTP() you can avoid keyring. Not ideal, but at least it can work like that. I have the idea it might be a keyring issue.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/kootenpv/yagmail/issues/41#issuecomment-215982818
Trying out yagmail on OS X El Capitan, Python 2.7.
I'm prevented from evaluating yagmail by errors coming from keyring. See https://github.com/jaraco/keyring/issues/219.
Yagmail correctly retrieved the password once.
[Edit:] Yagmail/keyring works correctly outside of the virtualenv. This is a virtualenv issue.