[Primipassi] invio e-mail con allegati da windows! problemi. aiuto disperazione in arrivo.

Massimiliano Bertei pbi@virgilio.it
Mer 30 Apr 2003 10:51:35 CEST


IL SEGUENTE CODICE PHP SU MACCHINA WINDOWS 2000 CON SMTP DI FASTWEB
RIESCE A SPEDIRE SOLO E-MAIL CON ALLEGATI .TXT E .HTML SENZA DARE
ERRORI.

MENTRE SE INVIO PER ESEMPIO UN FILE A.PDF, MI ARRIVA NELLA CASELLA DI
POSTA, MA ALL'APERTURA MI DA IL SEGUENTE ERRORE:

"ERRORE DURANTE L' APERTURA DEL DOCUMENTO, FILE E' DANNEGGIATO E NON
PUO ESSERE RIPARATO"!?!?!


IL CODICE:
//INIZIO INVIO E-MAIL con allegati


$mess=$m_testo;
$intestazioni = "From: International PBI Newsletters\r\nReply-To:
info@internationalpbi.it\r\nX-Mailer: Sismail Web Email
Interface\r\nMIME-version: 1.0\r\nContent-type: multipart/mixed;\r\n
boundary=\"Message-Boundary\"\r\nContent-transfer-encoding:
7BIT\r\nX-attachments: $titolo";

$body_top = "--Message-Boundary\r\n"; 
$body_top .= "Content-type: text/html ; charset=iso-8859-1\r\n"; 
$body_top .= "Content-transfer-encoding: 7BIT\r\n"; 
$body_top .= "Content-description: Mail message body\r\r\n\n"; 

$msg_body = $body_top . $mess; 



$filez = fopen($f, "r"); 
$contents = fread($filez, filesize($f)); 
$encoded_attach = chunk_split(base64_encode($contents)); 
fclose($filez); 

$msg_body .= "\r\r\n\n--Message-Boundary\r\n"; 
$msg_body .= "Content-type: $tipo_allegato; name=\"$titolo\"\r\n"; 


//$tipo_allegato=tipo mime del file; $titolo= Nome dell'allegato 

$msg_body .= "Content-Transfer-Encoding: BASE64\r\n"; 
$msg_body .= "Content-disposition: attachment;
filename=\"$titolo\"\r\r\n\n";

//$titolo=nome dell'allegato 

$msg_body .= "$encoded_attach\r\n"; 
$msg_body .= "--Message-Boundary--\r\n"; 

if(!(@mail($html,$m_oggetto,$msg_body, $intestazioni))){ 
print "<H5>Invio della email fallito.</H5>";} 
else
?>
<br>
<br>
<?php
{echo ("E-Mail Spedita!");}



//FINE INVIO E-MAIL con allegati




USO PER I PDF IL MIME: application/pdf.


AIUTO SONO DISPERATO!!!

-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.linux.it/pipermail/primipassi/attachments/20030430/e7426569/attachment.htm>


Maggiori informazioni sulla lista primipassi