Skip to content

Commit 96cb4ac

Browse files
committed
Set universal "From" address. Fixes ietf-tools#341
- Legacy-Id: 2324
1 parent e113f13 commit 96cb4ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
DEFAULT_FROM_EMAIL = 'IETF Secretariat <ietf-secretariat-reply@' + IETF_DOMAIN + '>'
3333

34+
LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool <lsmt@' + IETF_DOMAIN + '>'
35+
3436
MANAGERS = ADMINS
3537

3638
DATABASE_ENGINE = 'mysql'

0 commit comments

Comments
 (0)