We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying out yagmail on OS X El Capitan, Python 2.7.
I'm prevented from evaluating yagmail by errors coming from keyring. See jaraco/keyring#219.
Yagmail correctly retrieved the password once.
[Edit:] Yagmail/keyring works correctly outside of the virtualenv. This is a virtualenv issue.
The text was updated successfully, but these errors were encountered:
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.
SMTP()
Sorry, something went wrong.
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 #41 (comment)
On Apr 30, 2016, at 10:37, Pascal van Kooten notifications@github.com wrote:
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub #41 (comment)
No branches or pull requests
Trying out yagmail on OS X El Capitan, Python 2.7.
I'm prevented from evaluating yagmail by errors coming from keyring. See jaraco/keyring#219.
Yagmail correctly retrieved the password once.
[Edit:] Yagmail/keyring works correctly outside of the virtualenv. This is a virtualenv issue.
The text was updated successfully, but these errors were encountered: