pleodigital / freshmail
Connect your freshmail account to Craft CMS.
Installs: 840
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Type:craft-plugin
Requires
- php: ^7.2.5|^8.0
- craftcms/cms: ^3.0.0-RC11|^4.0|^5.0
This package is auto-updated.
Last update: 2025-03-21 10:49:33 UTC
README
Connect your freshmail account to Craft CMS.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
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.
Freshmail Overview
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.
Configuring Freshmail
In the Control Panel, go to Settings → Plugins -> Freshmail and enter your Freshmail Api Key and Freshmail Secret Key.
Using Freshmail
{% set subscriptionList = "p2sis8er7d" %}
{% set inputClass = "email-input email-sub" %}
{% set placeholder = "Input placeholder" %}
{{ freshmailInput( subscriptionList , { inputClass: inputClass, placeholder: placeholder }) }}
Freshmail Roadmap
If you have an idea how to develop this plugin, create PR and send it to us. Thanks!
Brought to you by Pleo Digital