Help in Email Stream Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucasxteixeira
    Junior Member
    • Oct 2016
    • 1

    Help in Email Stream Function

    Hi,
    First of all excellent work on espocrm.
    Now I'd like to implement a new functionality into espocrm, however it's been a long time since I develop in php, so I'd like some directions in what to do.
    The functionality is a stream of emails, the user can create a sequence of emails to be sent to a client and one email is sent every week.
    Thanks for the attention.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Workflow (it's contained in Advanced pack) can do this.
    If you want to develop it, you can use Jobs. Debug how it works with example Espo/Modules/Crm/Jobs/ProcessMassEmail.php functionality, and Administration -> Scheduled Jobs for scheduling

    Comment

    Working...