|
|
Online Product Info
|
| AR_ToAddr Property |
|
|
Description Note: The two required fields for sending an auto response are AR_ToAddr and AR_TemplateFile Usage
<cc1:AutoDB id="AutoDB1"
runat="server"
MailServer="mail.mycompany.com"
AR_ToAddr="user@company.com"
AR_FromAddr="hr@mycompany.com"
AR_TemplateFile="MyAutoResponse.txt"> </cc1:AutoDB>
Listing A
Alternate Usage - Dynamically set the AR_ToAddr property without
programming! See Listing B for an example of using Auto DB Tags in the AR_ToAddr property.
<cc1:AutoDB id="AutoDB1"
runat="server"
MailServer="mail.mycompany.com"
AR_ToAddr="<#Email_Address#>"
AR_FromAddr="hr@mycompany.com"
AR_TemplateFile="MyAutoResponse.txt"> </cc1:AutoDB>
Listing B
Related Properties
|
| © copyright 2004 360 IMPACT. All rights reserved.
|