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

v1.0.0 2025-12-24 11:51 UTC

This package is auto-updated.

Last update: 2025-12-24 11:55:16 UTC


README

Lettermint icon

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

  1. Go to SettingsEmail.
  2. Change the Transport Type setting to Lettermint. Also, ensure that your System Email Address in your Craft Email Settings uses a configured domain.
  3. Enter your API Token (which you can get from your projects page under “API Token”).
  4. 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.)
  5. Click Save.

Tip: The API Token and Route Slug settings can be set using environment variables. See Environmental Configuration in the Craft CMS docs to learn more about that.