Squirrel mail - html email HELP!?!

RUSHfan

Guppy
I have been trying to sneek some html into my signature so I can have a half way fun signature. I can't seem to make it work. Can Squirrel mail have this option?
R
 
This will need HTML mail(text/html) support in squirrelmail.
We will implement this very soon.
 
HTML mail composition is enabled. Now you can use signatures with HTML.
[Note - You have to enable HTML mail composition from Option --> Display Preferences-->Email Composition Format]
 
Thanks
Ya know what? I can't see that option. I addressbook diplay format = HTML but where do I put in the code the have it?
R
 
HTML mail composition is the last option in "Options - Display Preferences". Signature is in "Options - Personal Information". Also make sure you are using squirrelmail from mail.yourdomain.com.
 
my last option in Options-Display Preferences is Enable Sort by Receive Date...

Can you explain this? (I just want to make sure I am getting this right)
"Also make sure you are using squirrelmail from mail.yourdomain.com."

R
 
as far as embedding html in the body of my squirrelmail do I create the html page post it to my host then use a base tag to refer users there or is it simpler than that?

What if I jus want to put a li'l .swf or a .gif avatar at the bottom of my emails....

help PAH leeze!

Spag-bones
 
Spaghettibones said:
as far as embedding html in the body of my squirrelmail do I create the html
page post it to my host then use a base tag to refer users there or is it simpler than that?
Yes, its indeed simpler, if your host support HTML Mail in squirrelmail. Just click <> button (Tooltip - Toggle HTML Source).
Spaghettibones said:
What if I jus want to put a li'l .swf or a .gif avatar at the bottom of my emails....
Just add
Code:
<IMG SRC="domain.com/img.gif">
in your signature.

Here's again how to add a HTML signature to your emails :
(a) Log into Squirrelmail using the link http://64.156.223.231/webmail/src/login.php (on our servers)
(b) Click on Options link at the top of the page.
(c) Now on this page scroll to bottom of page. You will see Email Composition Format: option here. Check the HTML option next to it and hit Submit.
(d) You are now back on the Options page. In the Signature: box here, type your signature here. For example:
Code:
<FONT size=12> Too Big </FONT><BR><IMG SRC="domain.com/mylogo.gif">
(e) Scroll down the same page and check Yes next to Use Signature: and hit Submit.
(f) From now on all mails composed from Squirrelmail will be HTML.

Hope it helps!!
 
Back
Top