{{define "title"}}Edit IP Whitelist - SMTP Management{{end}} {{define "content"}}
Edit IP Whitelist Entry
Enter a single IPv4 address
This IP will be able to send emails for the selected domain
If enabled, the full message body and attachments will be stored and viewable in logs.
Cancel
Current Configuration
Current IP:
{{.ip_record.IPAddress}}
Domain:
{{range .domains}}{{if eq .ID $.ip_record.DomainID}}{{.DomainName}}{{end}}{{end}}
Status:
{{if .ip_record.IsActive}}Active{{else}}Inactive{{end}}
Store Message:
{{if .ip_record.StoreMessageContent}}Full Message{{else}}Headers Only{{end}}
Created:
{{strftime "%Y-%m-%d %H:%M" .ip_record.CreatedAt}}
{{end}} {{define "extra_js"}} {{end}}