andre 2 лет назад
Родитель
Сommit
d97899a7f7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/UI/Client/DistributionList/Providers/AddListDataProvider.php

+ 2 - 2
app/UI/Client/DistributionList/Providers/AddListDataProvider.php

@@ -69,8 +69,8 @@ class AddListDataProvider extends BaseDataProvider
 
         foreach($accounts as $account)
         {
-            $this->availableValues['memberList'][$account['loginName']] = $account['loginName'];
-            $this->availableValues['moderator'][$account['loginName']] = $account['loginName'];
+            $this->availableValues['memberList'][$account['loginName']] = $account['loginName'] . '@' . $this->maildomain;
+            $this->availableValues['moderator'][$account['loginName']] = $account['loginName'] . '@' . $this->maildomain;
         }
 
         /**