Skip to content

Commit 29d643d

Browse files
updated docs
1 parent 408f1e5 commit 29d643d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ EMAIL_BACKUP = False # Whether or not to email the backup.
8282
EMAIL_BACKUP_TO = "" # The email address to send the backup to.
8383
EMAIL_SUBJECT = "System Backup" # The email subject.
8484
```
85+
> Note: Make sure you have `EMAIL_BACKUP` set to `True` and `EMAIL_BACKUP_TO` set to a valid email address, to send the backup via email. Also don't forget to setup SMTP in `config/mail.py` configuration file or in `.env` file.
86+
87+
```sh
88+
MAIL_DRIVER=smtp
89+
MAIL_FROM=
90+
MAIL_HOST=
91+
MAIL_PORT=
92+
MAIL_USERNAME=
93+
MAIL_PASSWORD=
94+
```
8595

8696
**Backup Database and Files**
8797

0 commit comments

Comments
 (0)