mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Allow to control remote HOST for emails
This commit is contained in:
parent
9afe04ccf5
commit
28cb3220e1
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ def upload_env():
|
|||
"COPANIER_SEND_EMAILS": "1",
|
||||
"COPANIER_SMTP_PASSWORD": None,
|
||||
"COPANIER_SMTP_LOGIN": None,
|
||||
"COPANIER_SMTP_HOST": None,
|
||||
"COPANIER_STAFF": None,
|
||||
}
|
||||
content = ""
|
||||
|
|
Loading…
Reference in a new issue