mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
Oops
This commit is contained in:
parent
bf83bd6ff7
commit
09b3c37885
@ -525,10 +525,10 @@ def privacy_status_set():
|
||||
def smtp_relay_get():
|
||||
# Just return something for now.
|
||||
return {
|
||||
enabled = False,
|
||||
host = "",
|
||||
auth_enabled = True,
|
||||
user = ""
|
||||
"enabled": False,
|
||||
"host": "",
|
||||
"auth_enabled": True,
|
||||
"user": ""
|
||||
}
|
||||
|
||||
@app.route('/system/smtp/relay', methods=["POST"])
|
||||
|
Loading…
Reference in New Issue
Block a user