If you need plaintext newsletter, you can not use HTML at all, even
pretending that it is a plain-text.
It will be screwed badly on the plaintext-only e-mail clients anyway.

Stas

----- Original Message -----
From: "Brian McGarvie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 30, 2002 10:27 AM
Subject: [PHP] Re: Mail()....


> It's a text-based newsletter...
>
> I have a solution i think... so it'll look the same... just need to verify
> that it *should* be the same...
>
> inserting the contents in html, but within a <pre></pre>?
>
> 2'nd, using the following headers, sends it as an attachment it seems...
>
>   $headers = "MIME-Version: 1.0\r\n";
>   $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
>
> TIA..
>
> "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Is there a way to set the font on a plaintext email?
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to