Visualizzazione dei risultati da 1 a 2 su 2

Discussione: problema invio mail

  1. #1
    Utente di HTML.it
    Registrato dal
    Aug 2004
    Messaggi
    22

    problema invio mail

    Salve ho bisogno di aiuto.

    Devo inserire nella parte del codice html un immagine...come faccio?

    Grazie.


    $header='
    From: --->;
    To: ---;
    Date: Wed, 3 Oct 2007 15:11:07 +0200;

    MIME-Version: 1.0
    Content-Type: multipart/mixed; boundary="ZEND-12345";
    ';
    $messaggio='

    --ZEND-12345
    Content-Type: text/html; charset = "iso-8859-1"
    Content-Transfer-Encoding: 8bit

    <html>
    <head>
    </head>
    .
    .
    </html>

    -ZEND-12345
    Content-Type: application/octet-stream; name="IntranetDPS_Brochure.pdf"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="IntranetDPS_Brochure.pdf"

    '.$curr1.' ==> contien il 1 file pdf

    --ZEND-12345
    Content-Type: application/octet-stream; name="IntranetDPS_carfunz.pdf"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="IntranetDPS_carfunz.pdf"

    '.$curr2.' ==> contien il 2 file pdf


    --ZEND-12345--
    ';

  2. #2
    Dai uno sguardo a questo post che fra le altre cose spiega anche come inserire un'immagine nel testo: http://forum.html.it/forum/showthrea...readid=1169943

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.