[SOLVED] How to Add Logo in Signature to show in customer Mail

Moderator: crythias

Locked
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

[SOLVED] How to Add Logo in Signature to show in customer Mail

Post by PriteshP23 »

Hello,
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>
OTRS converts like this at end

Code: Select all

<img src="/otrs-web/skins/Agent/default/img/logo_sign.png" />
Did i miss something?

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 !!!
Last edited by PriteshP23 on 03 Jun 2015, 11:25, edited 1 time in total.
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Re: How to Add Logo in Signature to show in customer Mail

Post by PriteshP23 »

I learnt that OTRS does not include imag tag and image file should be open to public (not on private host).
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: [SOLVED] How to Add Logo in Signature to show in customer Mail

Post by crythias »

OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Re: [SOLVED] How to Add Logo in Signature to show in customer Mail

Post by PriteshP23 »

@crytias
Yes, i did. I added img tag but i forgot to put image on public host.
Thanks for concern.
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
Locked