Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  3. <soap:Body>
  4. <InobizSendEmail xmlns:xsi="http://www.w3.org/2001/XMLSchema">
  5. <EMAILLIST>
  6. <EMAIL>
  7. <from>noreply@bixia.se</from>
  8. <to>fred.malmberg@gmail.com</to>
  9. <subject>Testar email till gmail</subject>
  10. <message>Email text bla bla bla åäöÅÄÖ</message>
  11. </EMAIL>
  12. <EMAIL>
  13. <from>noreply@tekniskaverken.se</from>
  14. <to>fredrik.malmberg@inobiz.se</to>
  15. <subject>Testar email till Inobiz</subject>
  16. <message>Email text bla bla bla igen</message>
  17. </EMAIL>
  18. </EMAILLIST>
  19. </InobizSendEmail
  20. ></soap:Body>
  21. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement