Integrate mosparo Powermail into your TYPO3
Include static TypoScript via site set (TYPO3 v13 and above)
Attention
ToDo: Replace links to the extension doku
The "mosparo Powermail" extension depends on the base "mosparo Form" extension.
Make sure to complete the setup for mosparo Form as well.
This extension comes with a site set called mahou/
. To use it include
this set in your site configuration via
config/sites/my-site/config.yaml (diff)
base: 'https://example.com/'
rootPageId: 1
+dependencies:
+ - denkwerk/mosparo-form
+ - mahou/mosparo-powermail
Copied!
See also: TYPO3 Explained, Using a site set as dependency in a site.
Include site set via Site Manager
It is also possible to include mosparo Form as site dependency directly in the backend:
- Got to module Site Management > Sites
- Edit your site configuration.
- In section Sets for this Site chose site set denkwerk/mosparo-form and mahou/mosparo-powermail.
Include static TypoScript via TypoScript module
Attention
ToDo: Replace links to the extension doku
The "mosparo Powermail" extension depends on the base "mosparo Form" extension.
Make sure to complete the setup for mosparo Form as well.
This extension comes with static TypoScript that should be included if it has not been set in the site set.
- Go to section Includes > Include static (from extensions).
- In the Available Items list, first select "denkwerk – mosparo integration for EXT:form and Extbase-based forms", then "mosparo integration for EXT:powermail". Click each item to move it to the Selected Items.
- Now save your changes by clicking the Save button at the top.
See also
For more details, see Include TypoScript from extensions