Installation 

Install this extension via Composer:

composer require traw/powermail-salesforce
Copied!

Alternatively, add it to your project's composer.json file:

"require": {
    "typo3/cms-core": "^12 || ^13",
    "traw/powermail-salesforce": "^1.0"
}
Copied!

If the package evoweb/extender is installed (for example as a dependency of another extension), this extension will automatically use its mechanisms to extend the Form and Field models. No additional configuration is required.