跳至内容
菜单
此问题已终结
4473 查看

I am trying to send email from python code below:

mail_values = {

                'subject': self.subject,

                'body': self.body or '',

                'parent_id': self.parent_id and self.parent_id.id,

                'partner_ids': [partner.id for partner in self.partner_ids],

                'email_cc' : self.partner_ids_cc,

                'attachment_ids': [attach.id for attach in self.attachment_ids],

                'author_id': self.author_id.id,

                'email_from': self.email_from,

                'record_name': self.record_name,

                'no_auto_thread': self.no_auto_thread,

                'mail_server_id': self.mail_server_id.id,

            }


Is there any other way to add cc service for mail??

形象
丢弃
相关帖文 回复 查看 活动
0
5月 18
2627
0
12月 16
3534
2
7月 25
4570
2
12月 24
7718
0
12月 24
1507