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
ご執筆の本を読んでいろいろ勉強できましたのでありがとうございます。
さて、1章のGoogleメール送信のところですが、やはりどうしても下のようなエラーがでています。 試したこと: ①.envファイルのMAIL_USERNAMEとMAIL_PASSWORDの[]を外しましたが、解決できていません。 ②何度もアプリパスワードを新しく生成しても解決できていません。
smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. ....)
お手数をおかけしますが、解決手法を教えていただけないでしょうか。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ご執筆の本を読んでいろいろ勉強できましたのでありがとうございます。
さて、1章のGoogleメール送信のところですが、やはりどうしても下のようなエラーがでています。
試したこと:
①.envファイルのMAIL_USERNAMEとMAIL_PASSWORDの[]を外しましたが、解決できていません。
②何度もアプリパスワードを新しく生成しても解決できていません。
smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. ....)
お手数をおかけしますが、解決手法を教えていただけないでしょうか。
The text was updated successfully, but these errors were encountered: