Domain lookup mail template changed
This commit is contained in:
parent
eee7c9e925
commit
df814794a2
4 changed files with 49 additions and 9 deletions
|
@ -6393,7 +6393,8 @@ Please, find below details of MX and NS changes.
|
|||
<th>DNS</th>
|
||||
<th>Type</th>
|
||||
<th>Status</th>
|
||||
<th>Value</th>
|
||||
<th>Old Value</th>
|
||||
<th>New Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -6402,7 +6403,8 @@ Please, find below details of MX and NS changes.
|
|||
<td>#DnsChange.DnsServer#</td>
|
||||
<td>#DnsChange.Type#</td>
|
||||
<td>#DnsChange.Status#</td>
|
||||
<td>#DnsChange.Record.Value#</td>
|
||||
<td>#DnsChange.OldRecord.Value#</td>
|
||||
<td>#DnsChange.NewRecord.Value#</td>
|
||||
</tr>
|
||||
</ad:foreach>
|
||||
</tbody>
|
||||
|
@ -6449,8 +6451,9 @@ Please, find below MX and NS Changes Information.
|
|||
<ad:foreach collection="#Domain.DnsChanges#" var="DnsChange" index="j">
|
||||
DNS: #DnsChange.DnsServer#
|
||||
Type: #DnsChange.Type#
|
||||
Status: #DnsChange.Status#
|
||||
Value: #DnsChange.Record.Value#
|
||||
Status: #DnsChange.Status#
|
||||
Old Value: #DnsChange.OldRecord.Value#
|
||||
New Value: #DnsChange.NewRecord.Value#
|
||||
|
||||
</ad:foreach>
|
||||
</ad:foreach>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue