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
Is your feature request related to a problem?
By default, when adding an e-mail via drag&drop a notification is sent to all followers.
This is problematic e.g. in the CRM module, for example when:
The customer is already follower.
They didn't reply to the e-mail sent out of Odoo.
You drop the e-mail into the odoo mail thread.
The customer receives an irritating duplicate of his own e-mail.
Worst case: You drop in an e-mail containing confidential information related to the conversation.
Odoo sends the whole e-mail to the customer as notification, containing confidential information including sender and receiver.
This is a potentially dangerous default and should only be set in the special case it is required.
Describe the solution you'd like
Set the setting mail_drop_target.disable_notify as True by default
Describe alternatives you've considered
An alternative would be to send the e-mail only to internal odoo accounts that are followers.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
By default, when adding an e-mail via drag&drop a notification is sent to all followers.
This is problematic e.g. in the CRM module, for example when:
They didn't reply to the e-mail sent out of Odoo.
You drop the e-mail into the odoo mail thread.
The customer receives an irritating duplicate of his own e-mail.
Odoo sends the whole e-mail to the customer as notification, containing confidential information including sender and receiver.
This is a potentially dangerous default and should only be set in the special case it is required.
Describe the solution you'd like
Set the setting mail_drop_target.disable_notify as True by default
Describe alternatives you've considered
An alternative would be to send the e-mail only to internal odoo accounts that are followers.
The text was updated successfully, but these errors were encountered: