rulecom/rulemailer2 1.3.1

Magento2 module for integration with Rule

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Rule logo

Magento 2 Integration (Rulemailer2)

Magento 2 extension for Rule. This extension allows Magento to send subscriber data to a customer's Rule account. Data includes: customer (email, first name, last name, date of birth and gender), cart info (product list, quantity, total price), and orders (product list, shipping address, product categories, total price). Also providing optional functionality for sending emails from Magento using the RULE Transactional API.

Note: Tested up to Magento 2.4.2

Contents

Installation

Install via composer

In the terminal cd to the root of your Magento project. Then run:

cd ~/stack/apps/magento/htdocs

sudo COMPOSER_MEMORY_LIMIT=-1 composer require rulecom/rulemailer2 -v

sudo bin/magento-cli setup:upgrade

sudo bin/magento-cli setup:di:compile

Configuration

In the admin part of your Magento app select Stores/Configuration section. Then select RULE/Rulemailer from the left menu. In the form enter your API key from the RULE application. If 'Use transactional' field set to 'Yes' all mail from the your Magento app are going to be sent via RULE Transactional API.