Ir al contenido
Menú
Se marcó esta pregunta
4464 Vistas

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??

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
may 18
2619
0
dic 16
3501
2
jul 25
4551
2
dic 24
7710
0
dic 24
1502