_roro: Boundaries prüfen!

Beitrag lesen

Hello,

$email_message .= "--{$mime_boundary}\n" .

"Content-Type: {$fileatt_type};\n" .
                  " name="{$fileatt_name}"\n" .
                  "Content-Disposition: attachment;\n" .
                  " filename="{$fileatt_name}"\n" .
                  "Content-Transfer-Encoding: base64\n\n" .
                 $data . "\n\n" .
                    "--{$mime_boundary}\n";

Nun schau Dir das mal an.
Fehlt da nicht was?
Das Attachment ist niemals zuende!

"--{$mime_boundary}--\n";

wäre wohl besser

Jow,

was zwei Bindestriche alls ausmachen, scnr, roro