mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
v2.21.4
This commit is contained in:
parent
7dca36409d
commit
91978e6ecf
12 changed files with 60 additions and 26 deletions
|
|
@ -20,7 +20,7 @@ export class AdminSettingsDomains /*extends AbstractViewSettings*/ {
|
|||
Remote.request('AdminDomainMatch',
|
||||
(iError, oData) => {
|
||||
if (oData?.Result?.domain) {
|
||||
alert('Matched domain: ' + oData.Result.domain.name);
|
||||
alert(`${oData.Result.domain.email} matched domain: ${oData.Result.domain.name}`);
|
||||
} else {
|
||||
alert('No domain match');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue