LoginSignup
0
0

More than 5 years have passed since last update.

[django] SMTPサーバ接続

Posted at
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'stmp host name'
EMAIL_PORT = 465 or 587 or 25
EMAIL_HOST_USER = 'user name'
EMAIL_HOST_PASSWORD = 'password'
#EMAIL_USE_SSL = True
#EMAIL_USE_TLS = True
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0