loefsys.settings.email module
Module containing the configuration for the email service.
- class loefsys.settings.email.EmailSettings
Bases:
object
Class containing the configuration for the email service.
- EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
- EMAIL_FILE_PATH = PosixPath('/home/runner/work/loefsys/loefsys/sent_emails')
- EMAIL_TIMEOUT = 5
- DEFAULT_FROM_EMAIL = 'Loefbijter <noreply@loefbijter.nl>'
- EMAIL_SUBJECT_PREFIX = '[Loefbijter]'