Feature: Add optional label to identify Mailpit instance (#316)

This commit is contained in:
Ralph Slooten
2024-06-21 16:54:33 +12:00
parent 8de2c5ec81
commit a155b395db
11 changed files with 64 additions and 7 deletions

View File

@@ -1635,6 +1635,10 @@
"description": "Whether messages with duplicate IDs are ignored",
"type": "boolean"
},
"Label": {
"description": "Optional label to identify this Mailpit instance",
"type": "string"
},
"MessageRelay": {
"description": "Message Relay information",
"type": "object",