|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History{code}
h3. Usage
{warning:title=warning} InOnly message exchange patterns are allowed.{warning}
If the email content is a markup language, it's recommended to use CDATA section or to escape illegal XML character:
Example of IN message with CDATA section:
{code:lang=xml}
<mail xmlns="http://petals.ow2.org/components/mail/version-3.0">
<body><![CDATA[<element>my content</element>]]></body>
</mail>
{code}
Example of IN message with escaped illegal XML character:
{code:lang=xml}
<mail xmlns="http://petals.ow2.org/components/mail/version-3.0">
<body><element>my content</element></body>
</mail>
{code}
{warning:title=warning} InOnly message exchange patterns are allowed.{warning}
If the email content is a markup language, it's recommended to use CDATA section or to escape illegal XML character:
Example of IN message with CDATA section:
{code:lang=xml}
<mail xmlns="http://petals.ow2.org/components/mail/version-3.0">
<body><![CDATA[<element>my content</element>]]></body>
</mail>
{code}
Example of IN message with escaped illegal XML character:
{code:lang=xml}
<mail xmlns="http://petals.ow2.org/components/mail/version-3.0">
<body><element>my content</element></body>
</mail>
{code}
h3. Configuration
{noformat}
h2. Usage
If the email content is a markup language, it's recommended to use CDATA section or to escape illegal XML character:
Example of IN message with CDATA section:
{code:lang=xml}
[...]
<body><![CDATA[<element>my content</element>]]></body>
[...]
{code}
Example of IN message with escaped illegal XML character:
{code:lang=xml}
[...]
<body><element>my content</element></body>
[...]
{code}
{warning:title=warning} InOnly message exchange patterns are allowed.{warning}
If the email content is a markup language, it's recommended to use CDATA section or to escape illegal XML character:
Example of IN message with CDATA section:
{code:lang=xml}
[...]
<body><![CDATA[<element>my content</element>]]></body>
[...]
{code}
Example of IN message with escaped illegal XML character:
{code:lang=xml}
[...]
<body><element>my content</element></body>
[...]
{code}
{warning:title=warning} InOnly message exchange patterns are allowed.{warning}
h1. Invoking service on incoming email