Hi,
I want to send emails with image in Database
I have created in Event module a field image as field type Image
Then, I make my email template and add this field in body message
Is not working properly because only show filename
My question is I am wrong with something or is not possible to put an image dinamically yet
Thanks in advance
Martin
I don’t think it’s possible out-of-the-box, although it might not be too complicated to achieve.
Apart from the issue of getting it to use a link instead of the file name, there is a deeper issue underlying this.
SuiteCRM would need to copy each image to the public folder to make a link that could be accessed without logging in. SuiteCRM already takes care of this when sending images in emails, but maybe this duplication would be a bit heavy, if there were a lot of records, or if the images were big.