aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJoris2021-01-23 08:58:42 +0100
committerJoris2021-02-01 09:58:56 +0100
commita8e943c9a7abbde95c900d89fc5f2ed825e9afa3 (patch)
tree18ce24a52071933905bc35a68f1a1ec5978c9666 /config.json
parent9b85d7ff5e241f97141e85d60a5ce401963a35c3 (diff)
downloadbudget-a8e943c9a7abbde95c900d89fc5f2ed825e9afa3.tar.gz
budget-a8e943c9a7abbde95c900d89fc5f2ed825e9afa3.tar.bz2
budget-a8e943c9a7abbde95c900d89fc5f2ed825e9afa3.zip
Fix mail sending
The error was due to the utilization of the special character “—” in the subject, with postfix’ sendmail. Also directly use process commands to get async support.
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 86a19b5..488b2f9 100644
--- a/config.json
+++ b/config.json
@@ -1,3 +1,4 @@
{
- "secure_cookies": false
+ "secure_cookies": false,
+ "mock_mails": true
}