- Mautic 5.x (minimum 5.1)
- PHP 8.0 or higher
-
Download the Plugin
- Download the plugin package from Github repository or by using Composer.
-
Clear Mautic cache
- Clear the Mautic cache to ensure the plugin is loaded correctly.
- You can do this by running the following command in your Mautic root directory:
php bin/console cache:clear
-
Verify Installation
- The plugin should appear on the list of available plugins.
-
Configure the Plugin
- Once installed, navigate to
Configuration
>Email settings
. - Under section
Email DSN
enter the following values:- Scheme:
elasticemail+api
- Host:
default
- User:
your ElasticEmail API Key
- Scheme:
- Test settings by clicking
Send test email
- Once installed, navigate to
- If you encounter any issues, check the Mautic logs located in the
var/logs
directory. - Ensure that all requirements are met and that there are no conflicts with other plugins.
For more detailed instructions, refer to the official documentation or support resources.