How to get email notifications?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rocksberry
    Junior Member
    • Aug 2014
    • 6

    #1

    How to get email notifications?

    Hi,
    Is there's some option to send automatic email notification on each new task/activity for the assigned person?
    For example, if i'm opening a new task for someone, he will get email message about it with a link to the task.

    Thanks.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9617

    #2
    Hi

    It's not supported yet, will add this feature soon.

    It's very easy to implement via global afterSave hooks

    Comment

    • rocksberry
      Junior Member
      • Aug 2014
      • 6

      #3
      There is a documentation of the API?
      Or hints about how to implement it?

      Thanks,

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9617

        #4
        It's Bootstrap 3. Use any utility app that builds LESS into one single css.

        Comment

        • rocksberry
          Junior Member
          • Aug 2014
          • 6

          #5
          I asked this question about the API to implement via global afterSave hooks

          Comment

          • yuri
            EspoCRM product developer
            • Mar 2014
            • 9617

            #6
            Mistaken with window. See application/Espo/Hooks/Common/Stream.php

            Copy this file and name AssignmentNotification.php

            Comment

            Working...