Summary of the "respond_" fields in ListManager

The respond_ table holds information for autoresponders - addresses that, when mailed to, automatically send back an email document.

 

Primary key: RespondID_

 

 

DocTitle_

What document should be mailed in response to getting email at this address (varchar(200), NOT NULL)

EmailAddr_

Email address that should produce an automatic response message, such as salesinfo@acme.com (varchar(50), NOT NULL)

List_

The list that this auto-responder belongs to (NULL if belongs to site or server) (varchar(60), NULL)

Notify_

Email addresses to notify when this responder is requested (text, NULL)

PgmAfter_

Program to execute after the action of an auto-responder (text, NULL)

PgmBefore_

Program to execute before the action of an auto-responder (Text, NULL)

RespondID_

Unique ID for this responder (int, Identity, NOT NULL)

Site_

What Site does this apply to? This can be the name of a site, the name of a list (in the form of "list $listname"), or "all" for server-level responders. (varchar(50), NOT NULL)

 

 

  

  

  

  

  

  

  

  



lyrUIPrefs phrases_