Roundcube Community Forum

 

Where is the HTML signature file?

Started by freex, June 04, 2009, 05:34:05 AM

Previous topic - Next topic

freex

Hello, I just make a HTML signature for my identity on roundcube webmail.
To change the signature manually I see the tree on my account FTP server but I don't found any file with that contain the signature.

Where is stored the signature on server??

Thanks

--
sorry for my bad english

rosali

#1
In the roundcube database table identities.
Regards,
Rosali

freex

So, i think that it's impossible for me to change the signature manually.
I don't have access to this database, the server is not my server, I only buy a hosting service.

The goal was to add a picture (coding base 64) into signature code HTML, like this :

--------------040600010806040804032894
Content-Type: image/png;
 name="logo_48_10col.png"
Content-Transfer-Encoding: base64
Content-ID: <[email protected]>
Content-Disposition: inline;
 filename=&quot;logo_48_10col.png&quot;

iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAAXNSR0IArs4c6QAAABhQTFRF
STg1bGBhhXp6nZKSsauqyMPB39rZ/f/8w54u/AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAYEA
AAGBAbqlokxLdrIzKbkP+Z9F/i+W/fP9AUzedZW1i4EwAAAAAElFTkSuQmCC
--------------040600010806040804032894--

Another way to do that ?

rosali

No access? Not even by PHPMyAdmin or something similar?
Regards,
Rosali

pjamedia

#4
How about referring to the image using an img tag and having the image on a web server somewhere?

You can also get direct access to the html of your signature from within RC. Witin the Identities tab, locate the signature editor and hit the html button above the edit window to get the html editor for your sig.

Cheers, Paul