Announcement

Collapse
No announcement yet.

Help in Email Stream Function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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...
    X