freescout-customers-groups/README.md
Antoine Le Gonidec bfc5f6849f
1.0.0 release
* Improve the sorting of e-mails when creating/editing a group
* Add the ability to include groups in either Cc: or Bcc:
* Add localizations
2024-07-29 11:45:53 +02:00

34 lines
1.1 KiB
Markdown

# 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`.
[release tarball]: https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.0.0.tar.gz
```
wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.0.0.tar.gz -O freescout-customers-groups-1.0.0.tar.gz
tar xf freescout-customers-groups-1.0.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
```