rulecom/rulemailer2 1.0.5

Magento2 module for integration with RuleMailer

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Rulemailer2

Magento 2 integration module for the Rule. This module allows Magento to send to the RULE application(for further use by your account) data about 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 RULE transactional api.

Installation

Install via composer

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

composer require rulecom/rulemailer2
php bin/magento setup:upgrade
php bin/magento 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 appliction. If 'Use transactional' field set to 'Yes' all mail from the your Magento app are going to be sent via RULE transactional api.