You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mail_tracking in combination with modules that disable follower behavior (e.g. mail_disable_follower_notification they alter message flow), Cc and Bcc recipients added via mail_compose_cc_bcc are not tracked at all in the mail.tracking.email model.
To Reproduce
Affected versions: 17.0
Steps to reproduce the behavior:
Install mail_tracking, mail_compose_cc_bcc, and mail_disable_follower_notification
Compose a message with recipients in Cc or Bcc
Enable "Disable Followers Notification"
Send the message
Expected behavior
Even if followers are disabled, Cc and Bcc recipients should be tracked by mail_tracking, since they are explicitly selected by the sender and should be auditable.
Additional context
With disabled followers notification