Automatic Response Settings

The automatic response settings are specified for each mail account by the list of autoresponder objects. An autoresponder object is a collection of conditions (events) on which the automatic response message is sent back. In addition, this object specifies the text of this response and the attachment (a file stored in the a mail box repository). Finally, it can specify how this automatic response will act.

The list of autoresponders is specified in the autoresponders node nested within the mailname parent node and structured as follows:

 

The autoresponder node does not have a special data type. It is structured within the autoresponders node as follows:

 

The following sample packet creates a mail account and specifies autorespoder settings for it:

<packet version="1.4.2.0">
<mail>
<create>
   <filter>
      <domain_id>123</domain_id>
      <mailname>
          <name>bfischer</name>
          <autoresponders>
              <enabled>true</enabled>
              <autoresponder>
                 <name>motorola</name>
                 <subject>Regarding controllers</subject>
                 <text>Your answer will be processed in the nearest 10 days. Thank you.</text>
                 <forward>techdept@technolux.co.uk</forward>
              </autoresponder>
          </autoresponders>
      </mailname>
   </filter>
</create>
</mail>
</packet>