Hi Jose E. Avila!
>I'm trying to send a message through email but i cannot send messages in
>plain text or html that contain characters other than us ascci, i cannot
>send � � ����� i noticed that outlook and other mailers set it as =F1 and so
>on, but how do that to work with courier!??
$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); }
Have a nice thread,
Peter
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users