Hi everyone,
I would like to know if it is possible to add a logo inside the email signature?
To do it, I created a field to add a picture and I try to add my logo inside the email, but it is not working.
I can only see the encoded code but not the picture (R0lGODlhEgIOAfcAAMOuI9O+NamZKW92L8uyFLu...)
signature_logo =msg.author_id.user_ids[0].signature_logo or ''
if signature_logo:
body_html = tools.append_content_to_html(body_html, signature_logo, plaintext=True, container_tag='div')
Somone has an idea please?
Thank you a lot,
Selverine