diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-01-22 16:36:59 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-01-22 16:36:59 (GMT) |
commit | fe6c55bf935449d28a697530b3c83b461be7bb48 (patch) | |
tree | c07d5910cff3daadaf04e59d32be187418bc2949 /test/samples | |
parent | 948fbc12c1b4e48a24b18a84878bd560cbaf91a7 (diff) | |
download | uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.zip uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.gz uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.bz2 |
Email Attachments and Prolog Version Fixes
Diffstat (limited to 'test/samples')
-rw-r--r-- | test/samples/uscxml/test-smtp.scxml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/samples/uscxml/test-smtp.scxml b/test/samples/uscxml/test-smtp.scxml index 7c3ad22..44a0176 100644 --- a/test/samples/uscxml/test-smtp.scxml +++ b/test/samples/uscxml/test-smtp.scxml @@ -12,18 +12,20 @@ <state id="main"> <invoke type="smtp" id="smtp"> + <param name="ssl" expr="'true'" /> <param name="username" expr="'username'" /> <param name="password" expr="'password'" /> <param name="server" expr="'smtp://example.com:587'" /> </invoke> <transition event="invoke.success.smtp"> - <file operation="read" - sandbox="off" - url="file:///Users/sradomski/Documents/TK/Presentations/umundo/umundo-techtalk.pdf" - callback="file.load.success" - type="binary" - mimetype="application/pdf" + <file + operation="read" + sandbox="off" + url="file:///Users/sradomski/Documents/TK/Presentations/umundo/umundo-techtalk.pdf" + callback="file.load.success" + type="binary" + mimetype="application/pdf" /> </transition> |