Selaa lähdekoodia

U recipient email - wolczynskit

Piotr Labudda 4 vuotta sitten
vanhempi
commit
ef0ee64be3
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      auth.php

+ 2 - 1
auth.php

@@ -210,7 +210,8 @@ class Theme_Auth_panel_biall_net { // TODO: implements AuthBaseInterface {
 	}
 
 	static function sendRemindPasswd($email, $resetLink, $recipient) {
-		$recipient = "piotrl86+bn-test-remind@gmail.com"; // TODO: ($recipient) ? $recipient : $email
+		// $recipient = "piotrl86+bn-test-remind@gmail.com"; // TODO: ($recipient) ? $recipient : $email
+		$recipient = "wolczynskit@biall-net.pl ";
 
 		$headers = "MIME-Version: 1.0\n";
 		$headers .= "Content-Type: text/plain; charset=\"utf-8\"\n";