Petals-BC-Mail 3.2.x

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History



|| Attribute || Description || Default || Required ||
| \{[http://www.w3.org/2005/08/addressing]}To | email address of the recipient | \- | Yes |



|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (smtp) | \- | Yes |

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:
Example of IN message with escaped illegal XML character:
{code:lang=xml}
[...]<body>&lt;element&gt;my content&lt;/element&gt;]]></body>
[...]
<body>&lt;element&gt;my content&lt;/element&gt;]]></body>
[...]
{code}




|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (imap or pop3) | \- | Yes |