Non stampa niente, questo il codice completoOriginariamente inviato da scimmiaparlante
riprovo:
nel nuovo input si vede l'ora?
il file del teso della mail come è fatto?
Codice PHP:$headersS = "MIME-Version: 1.0\r\n";
$headersS .= "content-type: text/html; charset=iso-8859-1\r\n";
$headersS .= "X-Mailer: PHP\n";
$headersS .= "From:io<miamail@gmail.com>\r\n";
$headers1S = "MIME-Version: 1.0\r\n";
$headers1S .= "content-type: text/html; charset=iso-8859-1\r\n";
$headers1S .= "X-Mailer: PHP\n";
$headers1S .= "From:$suoemailS\r\n";
//Messaggio del Cliente a me
$aS = "io<miamail@gmail.com>";
$oggettoS = "Successo del Cliente"; //Le mail vanno formattate con HTML
$messaggioMailS = "<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:17px;color:#000080;font-weight:bold;\">
SUCCESSO DEL CLIENTE :</p>
</td>
</tr>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:11px;color:#000080;\">$data_localeS</p>
</td>
</tr>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:14px;color:#000080;\">
<div style=\"width:auto;height:4px;\"><font style=\"color:#666666;\">Nome:</font>$nomeS</div>
<div style=\"width:auto;height:4px;\"><font style=\"color:#666666;\">Email:</font>$suoemailS</div>
<div style=\"width:auto;height:4px;\"><font style=\"color:#666666;\">Città:</font>$cittaS</div>
<div style=\"width:auto;height:4px;\"><font style=\"color:#666666;\">Country:</font>".$countries[$two_letter_country_code][1]."</div>
<div style=\"width:auto;height:4px;\"><font style=\"color:#666666;\">Ip:</font><font style=\"font-family:arial,verdana;font-size:13px;\">$ip</font>$bandierina</div>
<p style=\"color:#666666;margin-bottom:10px;\">Successo:</p>
$messaggioS
</p>
</td>
</tr>
</table>
</body>
</html>";
//Invio della mail
mail($aS,$oggettoS,$messaggioMailS,$headers1S);
//Invio e-mail di ringraziamento al Cliente
$suoemailS = "$suoemailS";
$oggetto1S = "Complimenti!";
$messaggioMail1S = "<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:17px;color:#000080;font-weight:bold;\">
- RISPOSTA AUTOMATICA -</p>
</td>
</tr>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:11px;color:#000080;\">$data_localeS</p>
</td>
</tr>
<tr>
<td>
<p style=\"font-family:arial,verdana;font-size:14px;color:#000080;padding-top:15px;\">
Ciao[b]$nomeS[/b],
Complimenti per il tuo successo!
A presto,
<font style=\"font-family:arial,verdana;font-size:11px;font-style:italic;color:#000080;\">by Alberti.Gruppo ALVEO</font>
<a href=\"http://www.gruppoalveo.altervista.org\" style=\"font-family:arial,verdana;font-size:13px;color:#0000ff;text-decoration:none;\">[url]www.gruppoalveo.altervista.org[/url]</a>
</p>
</td>
</tr>
</table>
<table>
<tr>
<td>
<p style=\"background-color:#e4e4e4;width:1000px;height:20px;line-height:20px;font-family:arial;font-size:12px;color:#9e0001;\">
----- Original Message -----</p>
</td>
</tr>
<tr>
<td>
<p style=\"background-color:#ededed;width:1000px;\">
$messaggioMailS</p>
</td>
</tr>
</table>
</body>
</html>";
//Invio della mail
mail ($suoemailS,$oggetto1S,$messaggioMail1S,$headersS);

Rispondi quotando