Create an e-mail signature by adding it first in CRM and then after that, you load it (copy/paste from your fav HTML editor), directly in the database to ensure that the HTML code isnāt altered/code sanitized by SuiteCRM.
After this is done go to the email module >>> compose >>> and look on the email signature.
Result: Email signature doesnĀ“t load at all or loads in text only format. (Sometimes randomly it doesnāt load at all.)
The only way to fix this is by clicking on you email options and chose your own email which then (Most of the time), forces the HMTL signature to load.
Anyone else here with this issue or someone that knows how to fix this issue?
Can you link to the ticket where this work is been tracked please, I can only find old tickets that are stagnant.
Iāve upgrade from 7.12.2 to 7.14.2 and now find that changing email signatures causes many problems. Most of the time it will destroy large amounts of an email template and it will loose all email thread history when replying to an email. So pretty significant issues in my thinking.
Never mind, found it and testing now.
Thanks, I think this is possibly related to my issue but a bit different. Iām loosing mail content when I reply or load email templates. I may start a new thread sorry for hijacking this one.
Search in the database for the email signature tables.
There is two of them:
One is the general templates and the other one is the personal signature.
In the table field (Last one at the bottom), where your HTML code is located replace it with your original HTML code. This requires of course that you first have created the templates in SuiteCRM UI first where you pasted your source HTML code.
HMTL signatures has been directly loaded into the CRM database due to that SuiteCRM will sanitize code in your email template html code when you copy/paste it front end so it will lose its rock solid design.
As you can see in the browser dev console it does throw some errors related to the email signature. Not sure however to to go from thereā¦
I was searching through the documentation to find some answers on my issue above. This article is missing. It is being linked from this page: Email Overview :: SuiteCRM Documentation
Thanks @PowerQuest unfortunately the entire email system is in quite a poor state and in many areas unusable which strongly undermines the SuiteCRM experience. You would think email is as fundamental as it gets but I guess not given how long its been like this.
Well I just remembered that you had mentioned in a previous thread that it should be reported if articles were missing in the documentation @pgr
By the way do you have any ideas on how to fix my issues with the mentioned above where SuiteCRM adds random html code into the email signature?
In my own company instance I have loaded the email template code into the database and it works fine. But on this new instance SuiteCRM does this weird thing with adding its own html code on top of my custom code automatically.
Unfortunately that seems to be the case. SuiteCRM is underfunded and loads of bugs arenĀ“t being fixed. Probably due to lacking funds to do it: SuiteCRM - Open Collective
I solved all of these email string replacement issues for my add-ons, and itās way too complex to do with just a couple of hacks.
I also added a direct-html option to the Email Compose window, that is missing from SuiteCRM and I canāt even bring myself to attempt any email on SuiteCRM with it changing the stuff I put in.