Skip to content

Sending multiple attachments without filenames of type HTML sends only one html file as an attachment in an email. #47

@mithunbharadwaj

Description

@mithunbharadwaj

Payload:

{
    "to": ["foo@example.com"],
     "subject":"Alert-Report-Test",
     "body":{
      "template":"/Templates/Email/message.html",
      "params":{
         "name":"Iris"
      }
   },
    "attachments":[
        {
            "template":"/Templates/Attachment/attachment.md",    
            "format":"html"
        },
         {
            "template":"/Templates/Attachment/attachment.md",     
            "format":"html"
        }
      ]
   }

Response:

{
    "result": "OK"
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions