diff --git a/objects/email/definition.json b/objects/email/definition.json index d6d7142..f984e0a 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -3,7 +3,7 @@ "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "meta-category": "network", "description": "Email object describing an email with meta-information", - "version": 14, + "version": 15, "attributes": { "reply-to": { "description": "Email address the reply will be sent to", @@ -57,7 +57,8 @@ "ui-priority": 1, "categories": [ "Payload delivery" - ] + ], + "multiple": true }, "screenshot": { "description": "Screenshot of email", @@ -141,7 +142,8 @@ "ui-priority": 1, "categories": [ "Payload delivery" - ] + ], + "multiple": true }, "return-path": { "description": "Message return path", @@ -157,7 +159,8 @@ "ui-priority": 1, "categories": [ "Payload delivery" - ] + ], + "multiple": true }, "email-body": { "description": "Body of the email",