Skip to content

Commit

Permalink
✨ clarify Typoscript setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Apr 12, 2024
1 parent 4dd1b90 commit b27940e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b27940e

Please sign in to comment.