Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

13
seafile/email.md Normal file
View File

@@ -0,0 +1,13 @@
### Options for Email Sending
> Add the following lines to seahub\_settings.py to enable email sending using OVH :
```
EMAIL_USE_TLS = True
EMAIL_HOST = 'pro1.mail.ovh.net'
EMAIL_HOST_USER = 'admin@delmar.bzh'
EMAIL_HOST_PASSWORD = 'qmPAzYgJWQqaY&zo3cXhjhVD%agcLZG5'
EMAIL_PORT = 587
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
SERVER_EMAIL = EMAIL_HOST_USER
```