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.
私はsettings.pyにあります:
EMAIL_HOST = 'mail.myserver.pl' EMAIL_PORT = 587 EMAIL_HOST_USER = 'mymail@mail.myserver.pl' EMAIL_HOST_PASSWORD = 'mypassword' EMAIL_USE_TLS = False
しかし、サーバーには SSL が必要で、AuthenticationError 例外が発生します。DjangoでSSLサポートを有効にするには?