A
A
Anton Ivanov2019-08-28 10:38:34
Zimbra
Anton Ivanov, 2019-08-28 10:38:34

How to make Zimbra soap api request for sendmsg?

Good afternoon, tell me how to correctly compose the minimum set of tags for sending a message through the soap api?
At the moment, the email is sent with these tags, but it's just an empty email with a subject.

<soap:Body>
    <SendMsgRequest xmlns="urn:zimbraMail">
      <m su="subject test">
               <e a="[email protected]" t="t" />
      </m>
    </SendMsgRequest>
  </soap:Body>

How to add text to email and attachment file?
https://files.zimbra.com/docs/soap_api/8.8.8/api-r... link to the list of commands needed by Sendmsg in the zimbramail service

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question