Minor bugfix
This commit is contained in:
2
mail.php
2
mail.php
@@ -36,7 +36,7 @@ if (!$error) {
|
|||||||
implode("\r\n", array(
|
implode("\r\n", array(
|
||||||
"MIME-Version: 1.0",
|
"MIME-Version: 1.0",
|
||||||
"Content-type: text/plain; charset=utf-8",
|
"Content-type: text/plain; charset=utf-8",
|
||||||
"From: " + $ini["mail_noreply"],
|
"From: " . $ini["mail_noreply"],
|
||||||
"Reply-To: $user <$email>",
|
"Reply-To: $user <$email>",
|
||||||
"X-Mailer: PHP/" . phpversion(),
|
"X-Mailer: PHP/" . phpversion(),
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user