Click to See Complete Forum and Search --> : [RESOLVED] Problems to send HTML mail with CSS


Grave_Digger
06-07-2006, 07:10 AM
Hi guys,

I need some help to send a mail in html that uses some css.

I'm using this headers:

$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

The email works well, BUT any css or even the html tag attributes(like align) don't work.

I'm using Apache + Qmail.

Could someone help me plz ?

tnx in advance

the tree
06-07-2006, 07:14 AM
What do you mean by don't work? Are they getting cut out by Qmail? Is your e-mail client ignoring them?

Grave_Digger
06-07-2006, 07:59 AM
Tnx 4 the reply.

I discovered that the problem is with the squirrel.

Tnx 4 ur help