Skip to Content
Menu
This question has been flagged
1 Reply
4182 Views

I would like to send mails with embedded images in the body of an email
Is that possible? For example I could upload them to the Knowledge module, but I don't know how to link them from outside because they are embedded in the database.

The web_ckeditor4 module load the images as base64 code in the templates, but I need to upload the image somewhere in openerp server because mail clients (yahoo mail, gmail, etc) usually block base64 code
How could I modify ckeditor to upload the images inside OpenERP?

I would like to store the images in a url like this:
http(s)://www.openerp/web/static/src/img/example.jpg

EDIT: I can't use attached images, only direct links to the location in the server

Thanks!

Avatar
Discard
Best Answer

Hi devel,

To add images to a email you have to attach them, using the link of the bottom of the widget ("Attach a file").

Regards,

Juan José - Ing ADHOC

Avatar
Discard
Author

Thanks Juan but I need to embed the images in the body of the e-mail

You can upload your image to a image-server and then take the HTML code or the direct link. You can try this page to upload the images: http://www.subeimagenes.com/

Author

thanks for your help Juan José :), but I will try to upload the images to my OpenERP anyway. If I get it I will write in here, if not I will upload them in a server as you said