Add partial email support and todo list
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
# Generate a long, random value before deploying.
|
||||
SECRET_KEY=replace-with-a-long-random-secret
|
||||
PUBLIC_URL=https://eternityproject.fi
|
||||
MAIL_HOST=smtp.example.com
|
||||
MAIL_PORT=587
|
||||
MAIL_USERNAME=your-smtp-username
|
||||
MAIL_PASSWORD=your-smtp-password
|
||||
MAIL_FROM=noreply@eternityproject.fi
|
||||
|
||||
Reference in New Issue
Block a user