you can't set your content-type to "text/css" -- that would set the content type to that of a CSS file, which you are not sending. use the header I showed you in an earlier post.

if it isn't working, try using PEAR::Mail with PEAR::Mail_Mime instead.