--Peter Holm wrote on 16.12.2001 15:41 +0100:

> $body   ="blabla";
> $header ="From: [EMAIL PROTECTED]\n";
> $header.="Reply-To: [EMAIL PROTECTED]\n";
> $header.="Content-Type: text/plain; charset=\"iso-8859-1\"\n";
> $header.="Content-Transfer-Encoding: 8bit\n";
> 
> if (!mail("[EMAIL PROTECTED]","Subjekt",$body,$header)) 
>  { error_log('There was a fucking error with mail!',0); }

Wont work, you also need to specify:

MIME-Version: 1.0

Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to