Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: littlegreyfella on October 08, 2013, 11:17:26 AM

Title: HTML Signature
Post by: littlegreyfella on October 08, 2013, 11:17:26 AM
Hi all

I use a webmail facility from my email provider through Roundcube and cannot get the signature to work correctly. I'd like to insert a jpg logo within the signature, but it doesn't seem to work. I've even tried to do it through a source code html encoding, but it still won't work. Has anyone worked out how to do this.

Thanks
Simon.
Title: Re: HTML Signature
Post by: ABerglund on October 08, 2013, 01:06:18 PM
Roundcube does not yet support that. It has been registered as a requested future feature.
Title: Re: HTML Signature
Post by: SKaero on October 08, 2013, 03:02:27 PM
I'm confused what the problem is, I've had images in my signature before, you just need to link to the image.
Title: Re: HTML Signature
Post by: ABerglund on October 08, 2013, 03:27:34 PM
The request always seems to be that they want to embed the image in the sig, not link to it.

Since I tend to dislike images in sigs, I've never tried either method, don't know what works first-hand.
Title: Re: HTML Signature
Post by: warhead on October 08, 2013, 03:43:34 PM
Quote from: littlegreyfella on October 08, 2013, 11:17:26 AM
Hi all

I use a webmail facility from my email provider through Roundcube and cannot get the signature to work correctly. I'd like to insert a jpg logo within the signature, but it doesn't seem to work. I've even tried to do it through a source code html encoding, but it still won't work. Has anyone worked out how to do this.

Thanks
Simon.

You can encode image in signature (html), try this simple:

if for example wont to make signature:

Name
<img src="url_to_image">

You need to click on Settings->Identities in sigrnature editor You will see button "HTML", click on that  :)

Ok, now go on http://webcodertools.com/imagetobase64converter (http://webcodertools.com/imagetobase64converter) and click on "browse", select image and click on Upload, after 1-2 sec You will got new image tag, copy over Your image tag. That is all, now You have embed picture in signature. Enjoy  :)