From c9336840ff02be4e586c5fee8dd43ea07855eb49 Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Fri, 3 Feb 2017 17:23:06 +0100 Subject: Update email_helper.php --- includes/helper/email_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php index 97e85296..462b5641 100644 --- a/includes/helper/email_helper.php +++ b/includes/helper/email_helper.php @@ -17,7 +17,7 @@ function engelsystem_email_to_user($recipient_user, $title, $message, $not_if_it function engelsystem_email($address, $title, $message) { global $no_reply_email; - $result = mail($address, $title, $message, sprintf("Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <%s>", $no_reply_email); + $result = mail($address, $title, $message, sprintf("Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <%s>", $no_reply_email)); if ($result === false) { engelsystem_error('Unable to send email.'); } -- cgit v1.2.3-54-g00ecf