1. Installation

Install the package via Composer:

composer require lettermint/lettermint-magento2

2. Configuration

Make sure you have your API token ready, which you can find in your project settings.

Configuration

1. Finding the settings

First, navigate to Stores -> Settings -> Configuration. Next, look for Lettermint your sidebar as shown below.

2. General Settings

Next, copy and paste your project’s API token in the API Token field and set Enable Lettermint Email to Yes.

3. Route Configuration

This is optional - and the defaults will suffice for most people. However, if you wish to change the routes, you can set the desired route identifiers in these fields.

The Transactional Email Route will be used for all one-to-one (system) mails from Magento 2. This includes password resets, order confirmations, invoices, track & trace updates, etc.

The Newsletter/Marketing Route will be used to intercept the Newsletter module from Magento 2. When sending a newsletter from the Marketing -> Newsletter Queue, it will use this route.

3. Send your first email

Trigger a password reset or send a newsletter and watch the magic happen!

GitHub Repository

Find the complete source code, report issues, or contribute on GitHub.