Freescout customers groups - Set groups of Freescout Customers for easier group emailing
Find a file
Antoine Le Gonidec e85ecfae16
1.1.0 release
* Do not display an empty groups selection.
2024-07-30 11:57:16 +02:00
Config Add required config.php file 2024-07-16 12:10:11 +02:00
Database/Migrations Update the database schema 2024-07-16 12:04:08 +02:00
Entities Add the ability to create a new Customers Group 2024-07-17 14:45:39 +02:00
Http Improve the sorting of e-mails when creating/editing a group 2024-07-27 18:08:45 +02:00
Providers Do not display an empty groups selection 2024-07-30 11:55:22 +02:00
Public Include the expected "Public" directory 2024-07-16 12:05:44 +02:00
Resources Update translations 2024-07-29 11:43:35 +02:00
CHANGELOG 1.1.0 release 2024-07-30 11:57:16 +02:00
composer.json 1.1.0 release 2024-07-30 11:57:16 +02:00
COPYING Set basic module metadata 2024-07-16 11:51:47 +02:00
module.json 1.1.0 release 2024-07-30 11:57:16 +02:00
README.md 1.1.0 release 2024-07-30 11:57:16 +02:00
start.php Set basic module metadata 2024-07-16 11:51:47 +02:00

Millions Missing France - Freescout Customers Groups

Description

This module adds the ability to create groups of customers, that can then be selected when starting a new conversation. A groups is a list of customers, and selecting it when starting a conversation adds the e-mail addresses of all these customers to the "CC:" list of the sent e-mail.

Installation instructions

Install the module

Install from the archive

Download the release tarball and extract its content into Modules/MMFCustomersGroups.

wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.1.0.tar.gz -O freescout-customers-groups-1.1.0.tar.gz
tar xf freescout-customers-groups-1.1.0.tar.gz -C Modules
mv Modules/freescout-customers-groups Modules/MMFCustomersGroups

Install from git

git clone https://port.numenaute.org/MMF/freescout-customers-groups.git Modules/MMFCustomersGroups

Update the database schema

php artisan migrate