perfectwebteam / craft-spotler-transactional
Spotler Transactional mailer adapter for Craft CMS.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0|^5.0
- flowmailer/flowmailer-php-sdk: ^2.3
- nyholm/psr7: ^1.8
- symfony/http-client: ^6.4
This package is not auto-updated.
Last update: 2025-04-24 14:40:00 UTC
README
Spotler Transactional for Craft CMS
This plugin provides a Spotler Transactional integration for Craft CMS.
Requirements
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Spotler Transactional”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require perfectwebteam/craft-spotler-transactional # tell Craft to install the plugin ./craft plugin/install craft-spotler-transactional
Setup
Once Spotler Transactional is installed:
- Go to Settings → Email.
- Make sure that the System Email Address is set to an email for which the domain is a verified Sending Domain.
- Change the Transport Type setting to Spotler Transactional.
- Enter your Account ID, Client ID and Client SECRET.
- Click Save.
Tip: The Account ID, Client ID, Client SECRET settings can be set using environment variables. See Environmental Configuration in the Craft docs to learn more about that.
Brought to you by Perfect Web Team