pb envoi de fichier attaché...

pb envoi de fichier attaché... - PHP - Programmation

Marsh Posté le 16-07-2004 à 11:38:39    

Salut tout le monde!
 
j'essaie d'envoyer un fichier attaché (une image) avec la fonction mail de php et en utilisant les MIME! mais ça marche pas...
 
en fait je reçois un mail vide :??:  
 
voilà le code du script :  
 
$envoi="  
 ---=_NextPart\r\n
 Content-Type: text/plain; charset=\"iso-8859-1\"\r\n
 Content-Transfer-Encoding: 7bit\r\n
 
 Hello World!
 -John
 
 ---=_NextPart\r\n
 Content-Type: image/jpeg; name=\"image_mail.jpg\";\r\n
 Content-Transfer-Encoding: base64\r\n
 Content-Disposition: attachment\r\n
 ---=_NextPart--
 ";
 
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: multipart/mixed;";
$headers .= " boundary=\"-=_NextPart\"\r\n";
$headers .= "From: moi@yahoo.fr\r\n";
 
$ok=mail($mail,$objet,$envoi,$headers);

 
Voilà, si qq'un pouvait m'aider ce serait sympa! :)
merci!

Reply

Marsh Posté le 16-07-2004 à 11:38:39   

Reply

Marsh Posté le 17-07-2004 à 15:06:59    

si tout ton code est la tu n'envoies rien, donc normal que tu ne reçoives rien...  
 
essaies ça >> phpmailer.sf.net

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed