承接 lettermint/lettermint-magento2 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lettermint/lettermint-magento2

最新稳定版本:0.1.2

Composer 安装命令:

composer require lettermint/lettermint-magento2

包简介

Lettermint Email Integration for Magento 2

README 文档

README

Latest Version on Packagist Total Downloads Join our Discord server

Integrate Lettermint email service with your Magento 2 store for reliable transactional and marketing email delivery.

Requirements

  • Magento 2.3.0 or higher
  • PHP 8.1 or higher
  • Composer

Installation

Install the module via Composer:

composer require lettermint/lettermint-magento2
php bin/magento module:enable Lettermint_Email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Configuration

  1. Navigate to Stores → Configuration → Lettermint → Configuration
  2. Enable the module
  3. Enter your Lettermint API token
  4. Configure sender information and route IDs
  5. Save configuration

Configuration Options

  • API Token: Your Lettermint service API token (encrypted storage)
  • Transactional Route: Route ID for transactional emails (default: outgoing)
  • Newsletter Route: Route ID for newsletter/marketing emails (default: broadcast)
  • Sender Configuration: Default sender name and email address

Features

  • Transactional Emails: Order confirmations, password resets, etc. → Configurable route (default: outgoing)
  • Newsletter Emails: Marketing campaigns, newsletters → Configurable route (default: broadcast)

Email Flow

Transactional Emails

Magento Email System → TransportPlugin → Lettermint API (outgoing route)

Newsletter Emails

Magento Newsletter → newsletter_send_after event → NewsletterSendObserver → Lettermint API (broadcast route)

Security

  • API tokens are encrypted in Magento's configuration storage
  • Input validation and sanitization
  • Secure API communication via HTTPS
  • No sensitive data logged in plain text

License

The MIT License (MIT). Please see License File for more information.

Credits

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-24