feat(settings): set DEFAULT_FROM_EMAIL for outgoing emails
Configured DEFAULT_FROM_EMAIL to "noreply@freedoi.org" to ensure all outgoing emails have a consistent sender, improving email deliverability and reducing the likelihood of emails being marked as spam.
This commit is contained in:
parent
c7a36d2ebe
commit
4f407c2d8a
1 changed files with 2 additions and 1 deletions
|
@ -187,3 +187,4 @@ else:
|
|||
EMAIL_FILE_PATH = "emails"
|
||||
|
||||
EMAIL_SUBJECT_PREFIX = "[FreeDOI] "
|
||||
DEFAULT_FROM_EMAIL = "noreply@freedoi.org"
|
||||
|
|
Loading…
Reference in a new issue