From 94bcfa1fb3a02ae1edcdc025b378e83d2fdcdc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 11 Apr 2018 13:11:29 +0200 Subject: [PATCH] Update email_configuration.rst --- admin_manual/configuration_server/email_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/email_configuration.rst b/admin_manual/configuration_server/email_configuration.rst index 4b987a25c..072f76f81 100644 --- a/admin_manual/configuration_server/email_configuration.rst +++ b/admin_manual/configuration_server/email_configuration.rst @@ -95,7 +95,7 @@ Modifying the look of emails beyond the theming app capabilities You can now overwrite templates by writing a class that implements the template interface (or extends it to not need to copy over everything). Easiest way is then put this class into -an app and load it (so you do not need to patch it in on every update). +an app and load it (so you do not need to patch it on every update). This is the interface of the class that needs to be implemented: https://github.com/nextcloud/server/blob/master/lib/public/Mail/IEMailTemplate.php