Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3904 Weergaven

Hi all , if my fileld like this :

description = fields.Html(string="description")

Then in view it look like ck_editor , I can attach image and text . but the problem is that image is not send with text to email. Any help plz

Avatar
Annuleer
Beste antwoord

Hi,

Try the following code for attach an image with the email

<p> <img src="data:image/png;base64,${object.company_id.logo}" style="width: 150px;height: 80px;" /> </p>
Regards
Avatar
Annuleer
Auteur

Hello Cybrosys Techno Solution Pvt.Ltd , I am not have fix image but I use field html to attach image to send to email.