gpt4 book ai didi

python - smtplib.SMTPAuthenticationError : (535, b'5.7.8 用户名和密码不被接受)

转载 作者:行者123 更新时间:2023-12-05 09:01:54 35 4
gpt4 key购买 nike

<分区>

我在 Flask 上写一个网站,我遇到了一个问题,即在向电子邮件用户发送电子邮件时出现这样的错误。

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8  https://support.google.com/mail/?p=BadCredentials i1-20020ac25221000000b00478f5d3de95sm4732790lfl.120 - gsmtp')

我在谷歌上搜索了这个问题的解决方案,但它说你需要禁用一个 GMAIL 最近不支持的功能。也许现在有人知道如何解决这个问题?

这是我的配置连接:

app.config['MAIL_SERVER'] = 'smtp.googlemail.com'
app.config['MAIL_PORT'] = 587
app.config['MAIL_USE_TLS'] = True
app.config['MAIL_USERNAME'] = os.getenv('MAIL_USERNAME')
app.config['MAIL_PASSWORD'] = os.getenv('MAIL_PASSWORD')

请帮帮我

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com