Afficher un message
Vieux 27/07/2007, 15h58   #2
Jean Pierre Daviau
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mail sent but truncated

MIME-version: 1.0
Content-type: TEXT/PLAIN; CHARSET=ISO-8859-1
Content-transfer-encoding: 7BIT
Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found
and truncated.

I used:

$message = wordwrap($message, 70);
mail('Moi <6eWmebq@etc>', $subject, $message, $headers);

--

"Rik" <luiheidsgoeroe@hotmail.com> a écrit dans le message de
news: op.tv4me5vnqnv3q9@metallium...
On Fri, 27 Jul 2007 14:44:22 +0200, Jean Pierre Daviau
<Once@WasEno.ugh>
wrote:

> $headers = 'MIME-Version: 1.0' . "\r\n";
> $headers .= 'Content-type: text/html; charset=iso-8859-1'
> .
> "\r\n";
> $headers .= 'From: Jean Pierre Daviau <6eWmebq@etc>' .
> "\r\n";


Why these header? AFAIK, this is just a plain text message.
Remove those
MIME & Content-Type headers, and if it still doesn't work, come
back with
the actual headers when you receive the truncated mail, not the
ones you
set/try to set.

--
Rik Wasmus


  Réponse avec citation
 
Page generated in 0,05962 seconds with 9 queries