Previous page

Next page

Locate page in Contents

Print this page

post

Summary:

Posts a new mail message.

Request specification:

Name

Min/Max

Type

Description

post

 

 

 

{

 

 

 

message

1..1

base64Binary

Message. The data contained here will be fed to the sendmail program.

}

 

 

 

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>

Please send us your feedback on this help page