Replies: 1 comment
|
This is expected behavior, not a bug. In Krayin CRM, the admin details get updated automatically when an activity is updated via email. If you want to stop this behavior, you can disable it manually in the codebase. Navigate to the following file: packages/Webkul/Admin/src/Providers/EventServiceProvider.php Then locate the activity-related event listeners (around line 23) and comment out the relevant activity create/update lines. This will prevent the admin from being updated when activities are modified through email. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
Activity Emails continue to send even though I have disabled them in workflows.
I am on Version 2.1.6
Every time, I add an activity or update an activity, an email automatically gets sent to participants of this activity.
I have found the items in 'Workflows' but I have edited them to only send emails to Sales Owner. I have also gone as far as deleting the Workflows entirely but I cannot stop the emails going out automatically.
Emails go out when:
I have deleted all workflows, but the emails continue to go out to all participants. How do I turn them off? (other than blocking all outgoing email in my .env file)
Is this a bug? Or am I missing something?
All reactions