Provides a Lettermint integration for Craft CMS.
- Craft CMS 5.8.0 or later.
- PHP 8.2 or later.
Install this plugin from the Plugin Store or via Composer.
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 require somehow-digital/craft-lettermint
./craft plugin/install lettermint- 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.