Skip to Content
Menu
This question has been flagged
1 Reply
4017 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
Related Posts Replies Views Activity
1
Sep 16
3677
0
Feb 21
2775
0
Oct 16
4882
0
Nov 18
2010
1
Nov 24
101