Your whitepaper
We’ve attached the requested whitepaper to this message.
Alternatively, you can download it directly.
--
John Doe
Marketing
```
If you also want to change the wrapping layout of your mails in general, you could do it like:
`$GLOBALS['TYPO3_CONF_VARS']['MAIL']['layoutRootPaths'][1762935801] = 'EXT:sitepackage/Resources/Private/Layouts/Mail/';`
After that you need to copy files `SystemEmail.*` from TYPO3 to the new path and update the files.
**Note:** Old TypoScript setup related to template and subject can be removed
```
lib.lux.settings {
identification {
email4link {
mail {
mailTemplate = old definition...
subject = old subject...
}
}
}
}
```