From d1624e35b96fc6121aec18794fb1d3a2175e89c6 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 20:13:56 +0100 Subject: [PATCH] changed mail to a more legit From --- forgotpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgotpass.php b/forgotpass.php index 83b78f8..1bab528 100644 --- a/forgotpass.php +++ b/forgotpass.php @@ -47,7 +47,7 @@ if(isset($_GET['send']) ) { $mailrcpt = $user['email']; $mailsubject = "New password for your User"; - $from = "From: Password Reset Service "; //place a real address if we use this in production + $from = "From: Password Reset Service "; //place a real address if we use this in production $url_passwordcode = 'https://loginpagefoo.td00.de/resetpass.php?userid='.$user['id'].'&code='.$passwordcode; //this shouldnt be my domain in prod.. $text = 'Hallo '.$user['username'].', please use the following URL to change your password in the next 24h: