Hi all,
I’m currently working on integrating our e-mail signature we use in Thunderbird to erpNext but ran into some problems.
I have changed the User doctype to accept HTML as explained in this thread:
https://discuss.frappe.io/t/email-signature-with-html/38009
The first problem I have is that I need to embedd an image as base64 in the e-mail. ERPNext automatically converts the base64 string to a file and replaces the src in the img tag.
My second problem is that even when the image is embedded as a file the signature in the actual E-Mail does not look like it is shown in the preview. After looking at the source of the e-mail I can see that ERPNext added and changed the styles of my signature.
I have attached two screenshots showing the preview of my HTML on the User page and the actual generated E-mail in a quotation. I have redacted any personal information but I think the problem is visible.
Is there a way to stop this behaviour?
Thank you in advance!
EDIT: I’m using V11 of ERPNext