adding message viewer - fixing log view, change to aiosmtplib
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<th>IP Address</th>
|
||||
<th>Domain</th>
|
||||
<th>Status</th>
|
||||
<th>Storage Type</th>
|
||||
<th>Added</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
@@ -59,6 +60,19 @@
|
||||
</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if ip.store_message_content %}
|
||||
<span class="badge bg-info text-dark">
|
||||
<i class="bi bi-file-earmark-text me-1"></i>
|
||||
Stores Full Message
|
||||
</span>
|
||||
{% else %}
|
||||
<span class="badge bg-secondary">
|
||||
<i class="bi bi-file-earmark me-1"></i>
|
||||
Headers Only
|
||||
</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<small class="text-muted">
|
||||
{{ ip.created_at.strftime('%Y-%m-%d %H:%M') }}
|
||||
|
||||
Reference in New Issue
Block a user