From b27940e59ebe1660c16fd08af70f15b4807f04db Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Fri, 12 Apr 2024 15:02:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20clarify=20Typoscript=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 242100a..f520d23 100644 --- a/Readme.md +++ b/Readme.md @@ -17,8 +17,9 @@ Install via composer or just copy the files into the TYPO3 extension folder: composer require pluswerk/mail-logger ``` -Go to the TYPO3 backend, activate the extension and add the TypoScript to the page template. -Now everything is set-up and ready for you to create your own mailing settings in TypoScript. +Add the Typoscript files to your sites Typoscript: +- add `@import 'EXT:mail_logger/Configuration/TypoScript/constant.typoscript'` in your constants +- and `@import 'EXT:mail_logger/Configuration/TypoScript/setup.typoscript'` in your setup. ## 1. E-mail logging