Re: Windows 2003 Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



yep

c'est quand même la foire de l'europe ici !!! <- little of french

It's like an european bazaar here :-)


Please post in english it's the universal language (even if like me your english is poor :)



Ricardo Lopes wrote:


Please post this message in english or spanish or portuguese, those are the
only languages i understand.

Por favory enviari mensagi in español, ingles o portugues. Io no parlare
italiano.

----- Original Message -----
From: "Andrea Fenilxxx" <fenilxxx@xxxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Sent: Monday, January 19, 2004 11:08 AM
Subject: Re:  Windows 2003 Server




Sto realizzando una pagina di invio mail per una mailing list.
La mail parte regolarmente.
Sul mio pc (Win Xp si vede bene, così come su molti altri pc)
Qualcuno sa spiegarmi perchè, su alcuni windows ('98), invece dell'html mi
genera una mail NON html (quindi si vede solo il codice... una
schifezza!!!).
Forse sbaglio charset=iso-8859???

Sono stressato!
$messaggio è una concatenazioni di header.$corpo.footer
Il corpo è generato da una textarea
-------------------------------------------


<?php


$oggetto="Newsletter 4winds - OFFERTE di VIAGGIO";
$messaggio= '
<html>
<head>
 <title>Titolo</title>
</head>
<body>
           Corpo header
</body>
</html>
'
 .$corpo.

'
<html>
<head>
</head>
<body>
        Corpo footer
</body>
</html>
';

// l'intestazione Content-type per inviare email in formato HTML
$intestazioni  = "MIME-Version: 1.0\r\n";
$intestazioni .= "Content-type: text/html; charset=iso-8859-1\r\n";

// intestazioni addizionali - From
$intestazioni .= "gestore mailing list ";

//destinatari
$to = " - destinatari - ";

mail($to, $oggetto, $messaggio, $intestazioni);

?>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php








-- Alban Médici R&D software engineer ------------------------------ you can contact me @ : alban.medici@xxxxxxxxxxxxxxxxx http://www.netcentrex.net ------------------------------


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux