diff --git a/Source/src/domails.php b/Source/src/domails.php index 58169d5..e0c766a 100644 --- a/Source/src/domails.php +++ b/Source/src/domails.php @@ -3,7 +3,7 @@ function newUser($email,$nick,$token){ global $app; - $header = 'From: CodeShare ' . "contacto@jkanetwork.com\r\n"; + $header = "From: CodeShare \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-Type: text/html; charset=UTF-8"; $to = $email; @@ -16,7 +16,7 @@ function newUser($email,$nick,$token){ function restorePassword($email,$nick,$token,$timestamp){ global $app; - $header = 'From: CodeShare ' . "contacto@jkanetwork.com\r\n"; + $header = "From: CodeShare \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-Type: text/html; charset=UTF-8"; $to = $email; @@ -25,5 +25,4 @@ function restorePassword($email,$nick,$token,$timestamp){

If this was a mistake, just ignore this email and nothing will happen.

To restore your password please, click in the next link: https://codeshare.jkanetwork.com/$url

"; mail($to,"Restore password to $nick",$correo,$header); - } \ No newline at end of file