summaryrefslogtreecommitdiff
path: root/includes/helper/email_helper.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-19 20:52:31 +0200
committerGitHub <noreply@github.com>2017-07-19 20:52:31 +0200
commit0d772ec9082ef780ec67c239eba61e979143ad05 (patch)
treeba68d1f00a0c9fb434f24f03eaaf2b7a8a9ec4e2 /includes/helper/email_helper.php
parent20e0765f571ed60aa21c07502ee7efcbe9995a6e (diff)
parent04217834fa4e6f94fec0836a80ea5526b8ebc9bc (diff)
Merge pull request #326 from MyIgel/master
Reapplied missing commits
Diffstat (limited to 'includes/helper/email_helper.php')
-rw-r--r--includes/helper/email_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php
index a2e25269..dad27b39 100644
--- a/includes/helper/email_helper.php
+++ b/includes/helper/email_helper.php
@@ -39,7 +39,7 @@ function engelsystem_email($address, $title, $message)
$address,
$title,
$message,
- "Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <noreply@engelsystem.de>"
+ sprintf("Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <%s>", config('no_reply_email'))
);
if ($result === false) {