Integrate mosparo Powermail into your TYPO3

Include static TypoScript via site set (TYPO3 v13 and above)

This extension comes with a site set called mahou/mosparo-powermail. 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:

  1. Got to module Site Management > Sites
  2. Edit your site configuration.
  3. In section Sets for this Site chose site set denkwerk/mosparo-form and mahou/mosparo-powermail.

Include static TypoScript via TypoScript module

This extension comes with static TypoScript that should be included if it has not been set in the site set.

  1. Go to section Includes > Include static (from extensions).
  2. 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.
  3. Now save your changes by clicking the Save button at the top.