The post_to_topic command takes Forms data and posts it to a TeleFinder topic. The post_to_topic command requires the poster's User Name, the To Address, Subject, and Content of the message to be posted.TeleFinder uses the Authenticated User Name ( provided with password when entering a "Realm" ) if available, or input from a Form. The remaining data must be provided in a form.
Each of the Input Form's fields must be indentified with specific name tags:
User Name : 'name'To Address : 'to'
Subject : 'subject'
Content : 'message'
These name tags are case sensitive. Please see the "topic.spml" Template file for an example of correct usage. The default posting form is shown below.