diff --git a/app/confg.php b/app/confg.php index 4409e84..f964877 100644 --- a/app/confg.php +++ b/app/confg.php @@ -31,7 +31,7 @@ define('API', 'http://api.argumenti.ru/'); define('IMGSRV', 'https://imgurl.argumenti.ru/'); /** отправка уведомлений */ -set('noreply', +/*set('noreply', [ 'login' => 'noreply@argumenti.ru', 'name' => 'Аргументы Недели', @@ -39,6 +39,15 @@ set('noreply', 'port'=>465, 'host'=>'smtp.mail.ru', 'secure' => 'ssl' +]);*/ + +set('noreply', +[ + 'login' => 'grig@argumenti.ru', + 'name' => 'Аргументы Недели', + 'password'=>'Rt90Fg', + 'port'=>25, + 'host'=>'smtp.argumenti.ru' ]);