How to disable notify on received emails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigocoelho
    Active Community Member
    • Jun 2016
    • 296

    How to disable notify on received emails

    I saw that is possible to import personal emails directly to a specific (user) folder and disable the notification of receive for these.

    I would like to disable the emails notification for the entire ALL folder. Is it possible?
    Or maybe, it is possible to create a FOLDER for all users (shared) and ask to send their emails to that folder that would be with notify disabled?

    Thanks

    yuri tanya
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello.

    Administration > Notifications > remove Email from Entities to notify about upon assignment
    Last edited by tanya; 03-22-2018, 10:37 AM.

    Comment

    • rodrigocoelho
      Active Community Member
      • Jun 2016
      • 296

      #3
      Originally posted by tanya
      Hello.

      Administration > Notifications > remove Email from Entities to notify about upon assignment
      I already did it, but it stills notify every email.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Are you followed to email parent entity?

        Comment

        • rodrigocoelho
          Active Community Member
          • Jun 2016
          • 296

          #5
          It depends, since sometimes espocrm classify the email, as soon as arrived, automatically with a parent that I follow. So, when I change the parent, the user already received the notification email.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8438

            #6
            Could you explain more precisely and explicitly about your problem. It's unclear what is the problem.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • rodrigocoelho
              Active Community Member
              • Jun 2016
              • 296

              #7
              Ok, first I would like to thank you both to try helping me with this.

              As you can see on the email below, every time that an email arrives on the INBOX of other user (fetched emails), all users that follows that "PARENT" is receiving an notification of NEW EMAIL RECEIVED.

              This is extremely dangerous, since some emails are wrongly automatically parent classified and shouldn't be shared with others. I really would like to DISABLE email received notifications at all.



              Click image for larger version

Name:	Capturar.PNG
Views:	225
Size:	20.5 KB
ID:	36025

              Comment

              • yuri
                Member
                • Mar 2014
                • 8438

                #8
                Are you concerted about email notifications only? Or both in-app and email?
                If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                Comment

                • yuri
                  Member
                  • Mar 2014
                  • 8438

                  #9
                  Here is the list of note type for email notifications: https://github.com/espocrm/espocrm/b...cation.php#L56

                  I think to make it configurable in future.
                  If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                  Comment

                  • rodrigocoelho
                    Active Community Member
                    • Jun 2016
                    • 296

                    #10
                    Originally posted by yurikuzn
                    Here is the list of note type for email notifications: https://github.com/espocrm/espocrm/b...cation.php#L56

                    I think to make it configurable in future.
                    It would be great.

                    I wish not having the EMAIL RECEIVED notification. To be able to disable that.

                    Thanks

                    Comment

                    • rodrigocoelho
                      Active Community Member
                      • Jun 2016
                      • 296

                      #11
                      if I take out EmailReceived from the line, would work?

                      protected $noteNotificationTypeList = ['Post', 'Status', 'EmailReceived'];

                      Comment

                      • yuri
                        Member
                        • Mar 2014
                        • 8438

                        #12
                        Yes. Email notifications about new emails on followed records won't be sent.
                        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                        Comment

                        Working...