You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The host to use for sending email.",
22
-
"value": "localhost",
23
-
"required": false
24
-
},
25
-
"EMAIL_USER": {
26
-
"description": "Username to use for the SMTP server defined in EMAIL_HOST. If empty, Django won’t attempt authentication.",
27
-
"value": "",
28
-
"required": false
29
-
},
30
-
"EMAIL_PASSWORD": {
31
-
"description": "Password to use for the SMTP server defined in EMAIL_HOST. This setting is used in conjunction with EMAIL_HOST_USER when authenticating to the SMTP server. If either of these settings is empty, Django won’t attempt authentication.",
32
-
"value": "",
33
-
"required": false
34
-
},
35
-
"EMAIL_PORT": {
36
-
"description": "Port to use for the SMTP server defined in EMAIL_HOST.",
0 commit comments