diff options
Diffstat (limited to 'includes/helper')
-rw-r--r-- | includes/helper/email_helper.php | 2 |
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) { |