- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 Django 的新手。我正在尝试在我的项目中添加一个功能,使用户能够通过给定的电子邮件重置他的密码。这些配置处于开发阶段而不是生产阶段。这是我在settings.py中的配置
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = os.environ.get('EMAIL_USER')
EMAIL_HOST_PASSWORD = os.environ.get('EMAIL_PASS')
我尝试了这些,但似乎没有任何效果。我也从 gmail 设置中启用了 IMAP。你能帮我在这里做错什么吗!如果你想看到完整的错误。
SMTPAuthenticationError at /password-reset/ (535, b'5.7.8 Username andPassword not accepted.
https://support.google.com/mail/?p=BadCredentials a24sm3958276ljd.32 -gsmtp')
URL: http://localhost:8000/password-reset/Exception Type: SMTPAuthenticationErrorb'5.7.8 Username and Password not accepted. Learn more at\n5.7.8https://support.google.com/mail/?p=BadCredentials a24sm3958276ljd.32 -gsmtp') ExceptionLocation: C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\smtplib.pyin auth, line 642 PythonExecutable: C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python.exePython Version: 3.7.2 Python Path:
['C:\Users\Administrator\Desktop\django_project','C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python37.zip','C:\Users\Administrator\AppData\Local\Programs\Python\Python37\DLLs','C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib','C:\Users\Administrator\AppData\Local\Programs\Python\Python37','C:\Users\Administrator\AppData\Roaming\Python\Python37\site-packages','C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages']Server time: Thu, 4 Apr 2019 12:24:22 +0000Learn more at\n5.7.8Request Method: POST RequestDjango Version: 2.1.7Exception Value: (535,
最佳答案
您介意再次检查您的环境变量是否设置正确吗?另外,您是否在您的 Google 帐户上启用了此功能:https://www.google.com/settings/security/lesssecureapps ?
看看这个答案,因为它也可能对您有所帮助:SMTPAuthenticationError when sending mail using gmail and python
关于python - SMTPAuthenticationError at/password-reset/,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55516946/
我在测试帐户注册表单时收到此错误。我正在使用 django-registration 包。我有所有必要的模板文件。我正在使用 WebFaction 进行托管。我是 Django 和 Python 的初
我正在尝试设置我的 rails 4 应用程序,以便它发送电子邮件。有谁知道我为什么会得到: Net::SMTPAuthenticationError 534-5.7.9 Application-spe
我是 django 新手,正在使用 django 开发 Web 应用程序。我已在我的 Web 应用程序中使用 Userena 成功设置了注册功能,并且可以使用验证电子邮件注册为用户。我可以在我的 se
我是 Django 的新手。我正在尝试在我的项目中添加一个功能,使用户能够通过给定的电子邮件重置他的密码。这些配置处于开发阶段而不是生产阶段。这是我在settings.py中的配置 EMAIL_BAC
我知道这个问题被问了很多次,但我的情况有点不同。我正在部署我的 django 应用程序,在 heroku 上实现了 django-registration-redux。注册在本地机器上工作正常,但它在
我正在使用 django-registration-redux 并且忘记密码重置对话框在我的机器上工作但在服务器上失败。我收到 SMTPAuthenticationError,即使本地服务器正在正常发
我正在尝试使用 smtp 模块发送电子邮件,但出现错误: File "/usr/lib/python2.7/smtplib.py", in login raise SMTPAuthentica
我正在尝试从Ubuntu上的docker中的django应用发送电子邮件,并且收到以下消息: Request Method: GET Request URL: https://localhost
我在 Verizon 和 Gmail 上试过了。两台服务器均拒绝身份验证。 Gmail 给我发邮件说它拒绝登录尝试,因为连接没有使用“现代安全”。 我想知道如何通过此日志记录处理程序使用现代安全性。
我得到的错误是: Net::SMTPAuthenticationError in Devise::RegistrationsController#create 504 5.7.4 无法识别的身份验证类
这个问题在这里已经有了答案: How to send an email with Gmail as provider using Python? (16 个答案) SMTPAuthentication
这个问题在这里已经有了答案: Configure Flask-Mail to use GMail (2 个答案) 关闭 8 个月前。 我在 Flask 上写一个网站,我遇到了一个问题,即在向电子邮件
我正在从我的 Rails 应用程序发送电子邮件。它在开发环境中运行良好,但在登台上失败。我收到以下错误: Net::SMTPAuthenticationError (534-5.7.14 "my.i
我在 Heroku 上部署了一个 Django 应用程序。在其中一节中,我使用 SMTP Gmail 设置向用户发送电子邮件。当我在本地运行项目时,电子邮件发送成功,但在 Heroku 上部署的项目上
我正在尝试使用以下代码通过 VPS 上的 shell 建立连接: import smtplib from email.mime.text import MIMEText sender = 'my zo
我正在尝试使用 smtplib 在 python 2.7 中发送邮件。下面的代码非常简单: import smtplib def main(argv=None): sender = 'abc@
文件“C:\Users\SanketPatil\AppData\Local\Programs\Python\Python38\lib\smtplib.py”,第 655 行,在 auth 中引发 SM
我有一个脚本可以定期向收件人列表发送报告。一切正常,直到今天凌晨 4 点,当我检查收件箱时却没有收到报告。 通过调试代码: import smtplib username="my.user.accou
我正在尝试让 Django 发送电子邮件,但出现此错误: Traceback (most recent call last): File "", line 1, in File "/Libr
我正在为我的应用程序实现设计邮件程序,我已完成以下步骤: 在模型中: class User "smtp.gmail.com", :port => 587, :domain =
我是一名优秀的程序员,十分优秀!