Anybody have tried to add Logo in Signature and which we can see in email? Problem is on OTRS, we can see the logo in Signature but when we look at email that we have send to Customer, its not showing at all.
What i did so far:
I enable all SysConfig to show logo in Signature and images inline instead of download the attachment.
Ticket -> Frontend::Agent::Ticket::ArticleAttachmentModule
Framework -> Core::Web::AttachmentDownloadType
PostMasterMaxEmailSize
WebMaxFileUpload
RichTextEnable
When i wrote in Source HTML of Signature like this,
Code: Select all
<img src="/otrs-web/skins/Agent/default/img/logo_sign.png" > </img>
Code: Select all
<img src="/otrs-web/skins/Agent/default/img/logo_sign.png" />
PS: Image in the mail is working fine in both ways. The problem is ONLY logo in signature is NOT WORKING.. !! I have given full access (chmod 777 logo_sign.png) to my file.
In addition,
I edited this file for img tag:
otrs/var/httpd/htdocs/js/Core.UI.RichTextEditor.js
Find:
extraAllowedContent
add img in the list.
THANKS !!!