diff options
author | David Timber <dxdt@dev.snart.me> | 2022-05-20 12:16:44 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-05-20 12:29:26 +0800 |
commit | 60a55ffab24b088b49200b178a2e7d6002abe70f (patch) | |
tree | 15013a5979c219bedf6d0ef41c328859457da68b /doc/config-fmt.md | |
parent | c660b8c97fdb64f22cd893e1acdb6f31e816f28f (diff) |
Refactor, add AWS SNS MUA ...
- Refactor BootReport
- Modularise MUA impls
- Refactor setup_conf()
- Add missing info from __str__() funcs
- Doc AWS SNS MUA
Diffstat (limited to 'doc/config-fmt.md')
-rw-r--r-- | doc/config-fmt.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config-fmt.md b/doc/config-fmt.md index 0032f8e..df196c5 100644 --- a/doc/config-fmt.md +++ b/doc/config-fmt.md @@ -381,6 +381,9 @@ header contents of the yaml document for humans. * "stdout": prints the contents of the mail to stdout. Does not actually send mail. The "mail-to" attribute is not used. For testing * "mailx": use the mailx command to send mail + * "aws-sns": use AWS SNS to send messages +* "mua-param": parametres for AWS SNS client. See + [README.md##aws-sns-mua](../README.md#aws-sns-mua) * "mail-to": array of boot report mail recipients. The values must be recognisable by the MUA **(required)** * "subject": title for mail. [Content Substitution |