We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c22aa2b + 9786b24 commit 35e6ef5Copy full SHA for 35e6ef5
README.md
@@ -136,6 +136,14 @@ Configuring Emails
136
137
Specify the email address you’d like to send the callback token from
138
with the ``PASSWORDLESS_EMAIL_NOREPLY_ADDRESS`` setting.
139
+```python
140
+PASSWORDLESS_AUTH = {
141
+ ..
142
+ 'PASSWORDLESS_AUTH_TYPES': ['EMAIL',],
143
+ 'PASSWORDLESS_EMAIL_NOREPLY_ADDRESS': 'noreply@example.com',
144
145
+}
146
+```
147
148
You’ll also need to set up an SMTP server to send emails (`See Django
149
Docs <https://docs.djangoproject.com/en/1.10/topics/email/>`__), but for
0 commit comments