2017 © Pedro Peláez
 

library email-processing-bundle

DiamanteDesk Email Processing Bundle

image

diamante/email-processing-bundle

DiamanteDesk Email Processing Bundle

  • Friday, October 20, 2017
  • by odi-um
  • Repository
  • 10 Watchers
  • 3 Stars
  • 2,682 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

DiamanteDesk Email Processing Bundle

All the emails that get to the support email address are automatically retrieved by the DiamanteDesk system in order to create a separate ticket out of each received letter. EmailProcessing Bundle is required for the proper work of this functionality., (*1)

Requirements

DiamanteDesk supports OroCRM version 1.8+., (*2)

Installation

Add as dependency in composer:, (*3)

composer require diamante/email-processing-bundle:dev-master

Configuration

To start email processing, run this command on your console:, (*4)

php app/console diamante:emailprocessing:  pipe <  /path/to/emails/test-email.eml

You can also run and configure email processing from the console. Two commands are available:, (*5)

  • using IMAP protocol for email retrieval from a remote email server., (*6)

    php app/console oro:cron:diamante:emailprocessing:general

This command may be configured through a crontab, allowing to send polls periodically on a given schedule., (*7)

  • or using the email piping method:, (*8)

     php app/console diamante:emailprocessing:pipe <  /path/to/emails/stream

This command is only applicable when DiamanteDesk and email server are installed on the same server machine. It includes piping method which has a remarkable advantage over a IMAP, as, when using piping, all the emails get to the system and are converted into tickets or comments immediately, unlike when using IMAP which sends polls to the remote server within scheduled time (at least 1 minute). This advantage allows to quicky react on customer requests or solve any issues on a real-time basis., (*9)

Contributing

We appreciate any effort to make DiamanteDesk functionality better; therefore, we welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to the DiamanteDesk guidelines for contributing if you wish to be a part of the project., (*10)

The Versions

31/03 2015
30/10 2014

1.0.0-beta1

1.0.0.0-beta1 https://github.com/eltrino/DiamanteEmailProcessingBundle

DiamanteDesk Email Processing Bundle

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires