Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些关于 django 电子邮件的帮助。我已将 settings.EMAIL_HOST_USER 设置为“do-not-re...@mysite.com”,每当我尝试在任何情况下发送电子邮件时,都会使用“do-not-re...@mysite”。 com' 作为来自地址并发送它,即使我在发送该特定电子邮件时提供了不同的发件人地址。我该如何解决?
EMAIL_HOST_USER 仅用于邮件服务器上的身份验证。
您可能还需要设置 DEFAULT_FROM_EMAIL。