![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi Rosali I am having an issue with the HTML signature. I am trying to set up a HTML signature with an embedded image (the image is saved on my website root directory, and I am giving the full path as http://mydomain.com/skins/default/images/mylogo.png).
But when I send an email it does send all the texts on the signature but unfortunately not the embedded image. Is there is any way to send the embedded image with the signature. Regards |
|
#2
|
||||
|
||||
|
PM'me a test account on your server.
|
|
#3
|
|||
|
|||
|
Rosali I have created a test account for you and emailed you the details. I have sent you an email last night with the details. I have also sent you an email this morning with updated web address since I have changed the web URL
Regards |
|
#4
|
||||
|
||||
|
Does this happen with RoundCube standard signatures or with hMailServer server side signature plugin?
|
|
#5
|
|||
|
|||
|
Rosali this is happening with both hMailserver and MyRoundcube, regardless of chossing HTML composing and HTML signature.
Thanks |
|
#6
|
||||
|
||||
|
OK, so I assume it is a TinyMCE issue! Please post or mail me the signature HTML code which you try to append.
|
|
#7
|
|||
|
|||
|
Thank you. Please see below the code which I already emailed you too -
<html> <body> <p>My Signature</p> <p><img src="http://mydomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p> <p> </p> <p>Firstname Lastname</p> <p>Company Name</p> </body> </html> Regards |
|
#8
|
||||
|
||||
|
Yep, it is TinyMCE ... I'm quite sure ... Please release a ticket at TinyMCE support forum or at trac.roundcube.net.
Sorry about that, but I won't fix it. Reason: I began to fork RoundCube above a year ago and stopped that because it is really too much for a one man show. MyRoundCube has a plugin structure. So, the default code is modified at a minimum. OK, that's the problem: <img src="http://mydomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /> Assume your RoundCube installation is on http://mydomain.com ... TinyMCE or RoundCube (not sure) cuts off http://mydomain.com and the html code which is really appended is: Code:
<html> <body> <p>My Signature</p> <p><img src="skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p> <p> </p> <p>Firstname Lastname</p> <p>Company Name</p> </body> </html> Code:
<html> <body> <p>My Signature</p> <p><img src="http://anotherdomain or perhaps a subdomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p> <p> </p> <p>Firstname Lastname</p> <p>Company Name</p> </body> </html> |
|
#9
|
|||
|
|||
|
Thanks for your help. I will do that.
Regards |
|
#10
|
||||
|
||||
|
I found this and will try my luck later on this week ...
TinyMCE Forum / Image path being replaced with relative path http://wiki.moxiecode.com/index.php/.../relative_urls Last edited by rosali; 01-05-2009 at 07:39 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |