kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.64k stars 263 forks source link

No module named 'premailer' #189

Closed lamhoson closed 3 years ago

lamhoson commented 3 years ago

Anyone know how to fix this problem?

Error: Warning: QtConsole does not support password mode, the text you type will be visible. Password for detaxxxxde01@gmail.com: xxxx Save username and password in keyring? [y/n]: y No module named 'premailer'

Software versions: yagmail ver. 0.14.245
TF ver: 2.1.0 ,Keras ver= 2.2.4-tf Python: 3.7.9

kootenpv commented 3 years ago

Try pip install premailer

lamhoson commented 3 years ago

Thanks.