This question has been flagged
1 Reply
3874 Views

I want to be able to set a bcc for a specific mail template, so all mails using this template should be sent to the bcc address per default.

I recently purchased the email_cc_bcc module for Odoo 8, but haven't been able to use it with the email_template module. To be more precise: email_template introduces a cc-field itself, so I inherited email.template and extended it with a bcc-field. However, the cc and bcc values stored there are ignored by the module, as the fields in the mail.compose.message wizard stay empty.

Avatar
Discard
Best Answer

just edit the template of email wizard and add your field.Then override teh send_mail() or send () function in model mail and update the values with bcc

Avatar
Discard