Connect your freshmail account to Craft CMS.
This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require pleodigital/freshmail
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Freshmail.
This plugin allows quick and easy integration with the Freshmail tool. All you have to do is complete your access data and display the field responsible for entering your email address.
In the Control Panel, go to Settings → Plugins -> Freshmail and enter your Freshmail Api Key and Freshmail Secret Key.
{% set subscriptionList = "p2sis8er7d" %}
{% set inputClass = "email-input email-sub" %}
{% set placeholder = "Input placeholder" %}
{{ freshmailInput( subscriptionList , { inputClass: inputClass, placeholder: placeholder }) }}
If you have an idea how to develop this plugin, create PR and send it to us. Thanks!
Brought to you by Pleo Digital