diff --git a/functions.inc.php b/functions.inc.php index 319af381..c9429456 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -1338,6 +1338,7 @@ function smtp_mail($to, $from, $data, $body = "") { . "From: " . $from . "\n" . "Subject: " . encode_header($data) . "\n" . "MIME-Version: 1.0\n" + . "Date: " . date('r') . "\n" . "Content-Type: text/plain; charset=utf-8\n" . "Content-Transfer-Encoding: 8bit\n" . "\n"