Author Topic: Where is the HTML signature file?  (Read 4794 times)

Offline freex

  • Newbie
  • *
  • Posts: 2
Where is the HTML signature file?
« on: June 04, 2009, 05:34:05 AM »
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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Where is the HTML signature file?
« Reply #1 on: June 04, 2009, 07:18:39 AM »
In the roundcube database table identities.
« Last Edit: June 04, 2009, 08:27:51 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline freex

  • Newbie
  • *
  • Posts: 2
Where is the HTML signature file?
« Reply #2 on: June 04, 2009, 07:46:32 AM »
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 :

Code: [Select]
--------------040600010806040804032894
Content-Type: image/png;
 name="logo_48_10col.png"
Content-Transfer-Encoding: base64
Content-ID: <part1.08070802.03080002@xxx.com>
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 ?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Where is the HTML signature file?
« Reply #3 on: June 04, 2009, 08:28:48 AM »
No access? Not even by PHPMyAdmin or something similar?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline pjamedia

  • Jr. Member
  • **
  • Posts: 21
Where is the HTML signature file?
« Reply #4 on: July 09, 2009, 05:44:35 AM »
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
« Last Edit: July 09, 2009, 05:47:18 AM by pjamedia »