Modif du content-type par défaut en 8859-15
This commit is contained in:
parent
161ea28556
commit
af3d3d2a75
@ -81,7 +81,8 @@ class CMailFile
|
|||||||
if (strlen($filename))
|
if (strlen($filename))
|
||||||
{
|
{
|
||||||
$out = "--" . $this->mime_boundary . "\n";
|
$out = "--" . $this->mime_boundary . "\n";
|
||||||
$out = $out . "Content-Type: text/plain; charset=\"us-ascii\"\n\n";
|
$out = $out . "Content-Type: text/plain; charset=\"iso8859-15\"\n\n";
|
||||||
|
// $out = $out . "Content-Type: text/plain; charset=\"us-ascii\"\n\n";
|
||||||
}
|
}
|
||||||
$out = $out . $msgtext . "\n";
|
$out = $out . $msgtext . "\n";
|
||||||
return $out;
|
return $out;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user