aboutsummaryrefslogtreecommitdiff
path: root/src/conf/py-sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/py-sample')
-rw-r--r--src/conf/py-sample/sample.jsonc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc
index 0004a28..b519fdf 100644
--- a/src/conf/py-sample/sample.jsonc
+++ b/src/conf/py-sample/sample.jsonc
@@ -7,7 +7,9 @@
// "mua": "stdout",
"mua": "mailx",
// "mua": "aws-sns",
- // "mua-param": {},
+ "mua-param": {
+ "int-opts": [ "smtp=localhost" ]
+ },
"mail-to": [ "root" ]
// "subject": "Custom Boot Report Subject from {hostname}",
// "header": "Custom header content with {hostname} substitution."