Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.21 KB

Module - Email Combined View

Quickly view e-mails in a compact combined view.

Table of Contents

Introduction

Quickly view e-mails in a compact combined view.

Example screen shot

Requires

  • EspoCRM >= 7.0
  • PHP >= 7.2

Installation

Pre-build extension release

  1. Download the latest release from Release page.
  2. Go to Administration -> Extensions and upload the downloaded file.

Build from source

  1. Make sure than node, npm and composer are installed.
  2. Clone the repository.
  3. Run npm install.
  4. Run grunt package. This will create a dist folder with the final extension package..

Deploying

Optionally you can create a .env file based on the .env.template file. The .env file will be used to deploy the extension to an existing EspoCRM installation.

Linux example

mv .env.template .env
vim .env # edit the file
grunt deploy # deploy the extension