From ae7e17e64ada3c1a33be5858e76d3dd746cd0e05 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 8 Mar 2019 12:06:50 +0200 Subject: [PATCH] Add information about mxisd email template customization Related to #108 (Github Pull Request). --- CHANGELOG.md | 8 ++++++++ docs/configuring-playbook-mxisd.md | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2612f960a..cb7325992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2019-03-07 + +## Ability to customize mxisd's email templates + +Thanks to [Sylvia van Os](https://github.com/TheLastProject), mxisd's email templates can now be customized easily. +To learn more, see the [Customizing email templates](docs/configuring-playbook-mxisd.md#customizing-email-templates) documentation page. + + # 2019-03-05 ## Discord bridging support diff --git a/docs/configuring-playbook-mxisd.md b/docs/configuring-playbook-mxisd.md index 70b6410cf..06ce44377 100644 --- a/docs/configuring-playbook-mxisd.md +++ b/docs/configuring-playbook-mxisd.md @@ -18,6 +18,12 @@ matrix_mxisd_matrixorg_forwarding_enabled: true ``` +## Customizing email templates + +If you'd like to change the default email templates used by mxisd, take a look at the `matrix_mxisd_threepid_medium_email_custom_` variables +(in the `roles/matrix-mxisd/defaults/main.yml` file. + + ## Additional features What this playbook configures for your is some bare minimum Identity Server functionality, so that you won't need to rely on external 3rd party services. @@ -34,4 +40,4 @@ To learn more about how to do this, refer to the information about `matrix_mxisd ## Troubleshooting -If email address validation emails sent by mxisd are not reaching you, you should look into [Adjusting email-sending settings](configuring-playbook-email.md). \ No newline at end of file +If email address validation emails sent by mxisd are not reaching you, you should look into [Adjusting email-sending settings](configuring-playbook-email.md).