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!