File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ Django poll app is a full featured polling app. You have to register in this app
29
29
<code >seeder.seed_all(30)</code >
30
30
<p >Here 30 is a number of entry. You can use it as your own</p >
31
31
32
+ ## Configure Email - Poll Owner receives Email when vote is cast by user
33
+
34
+ - Get your smtp host details and replace following values in your ` settings.py `
35
+
36
+ ``` text
37
+ # Configure email settings
38
+ EMAIL_HOST = '<your smtp host>'
39
+ EMAIL_PORT = '<smtp port>'
40
+ EMAIL_HOST_USER = '<smtp host user>'
41
+ EMAIL_HOST_PASSWORD = '<smtp host pass>'
42
+ DEFAULT_FROM_EMAIL = '<from email address>'
43
+ ```
32
44
<h2 > Configuring OAuth login </h2 >
33
45
<details >
34
46
<summary>Obtaining OAuth Client ID for Google</summary>
You can’t perform that action at this time.
0 commit comments