somehow-digital / craft-lettermint
Lettermint Mailer Adapter for Craft CMS.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/somehow-digital/craft-lettermint
Requires
- php: ^8.2
- craftcms/cms: ^5.8.0
- somehow-digital/symfony-lettermint-mailer: ^1.0.0
Requires (Dev)
- roave/security-advisories: dev-latest
README
Lettermint for Craft CMS
Provides a Lettermint integration for Craft CMS.
Requirements
- Craft CMS 5.8.0 or later.
- PHP 8.2 or later.
Installation
Install this plugin from the Plugin Store or via Composer.
Plugin Store
Go to the “Plugin Store” in your project’s Control Panel, search for “Lettermint” and click on the “Install” button in its modal window.
Composer
composer require somehowdigital/craft-lettermint ./craft plugin/install lettermint
Configuration
- Go to Settings → Email.
- Change the Transport Type setting to
Lettermint. Also, ensure that your System Email Address in your Craft Email Settings uses a configured domain. - Enter your API Token (which you can get from your projects page under “API Token”).
- If you wish to send mail using a custom route, set the Route Slug. (The default transactional route will be used if this is left blank.)
- Click Save.
Tip: The
API TokenandRoute Slugsettings can be set using environment variables. See Environmental Configuration in the Craft CMS docs to learn more about that.