1

Topic: Roundcube embebed image on signature

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Linux/BSD distribution name and version: minimal Centos 6.6 final
- Related log if you're reporting an issue:
- Roundcube version: 1.0.4
====

Hi,

I would like to share this information to the community.
I have found a workaround to solve how add an image as an embebed image in Roundcube signature.

The trick is save the image like it were an emoticon, in the directory path_to_roundcube/program/js/tiny_mce/plugins/emotions/img/image_name.gif

The image must be a .gif file.

Next you can setup an HTML signature in Roundcube using something like this:
<a href="http://www.domain.com"><img src="https://your_server_URL/mail/program/js/tiny_mce/plugins/emotions/img/image_name.gif" alt="Image_Description" width="850" height="244" border="0" /></a>

I hope this helps somebody.

Many thanks Zhang for your great job and your support.

Regards

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Roundcube embebed image on signature

Thanks for sharing. smile