Summary:
Posts a new mail message.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
Message. The data contained here will be fed to the |
|
|
|
|
Returns:
OK/Error.
Example:
Input
<packet>
<target>mailer</target>
<data>
<mailer>
<post>
<!-- To: an_ur@yahoo.com From: an_ur@yahoo.com
Subject: mailc/post test Testing mailc/post -->
<message>VG86IGFuX3VyQHlhaG9vLmNvbSANCkZyb206IGFuX3VyQH
lhaG9vLmNvbSANClN1YmplY3Q6IG1haWxjL3Bvc3QgdGVz
dA0KVGVzdGluZyBtYWlsYy9wb3N0</message>
</post>
</mailer>
</data>
</packet>
Output
<packet priority="0" version="4.0.0">
<origin>mailer</origin>
<target>vzclient2</target>
<data>
<mailer>
<ok/>
</mailer>
</data>
</packet>