Online Product Info
Auto Email Tags

Description
Auto Email Tags allow you to dynamically set properties, and personalize auto responses without programming. 

Usage
An Auto Email Tag consists of the id of a field/control in your form within <# #>. So if you have a field called "First_Name", the corresponding Auto Email Tag for that control would be <#First_Name#>. You can use Auto Email Tags to specify properties as shown in Listing A or to personalize auto responses as shown in Listing B. 

<%@ Register TagPrefix="cc1" Namespace="By360Impact.AutoDB" Assembly="By360Impact.AutoDB" %>
...
<!--Place the Auto DB Control tag between your <Form runat="server"></Form> tags--> <cc1:AutoDB id="AutoEmail1" runat="server" MailServer="mail.mycompany.com" AR_ToAddr="myemail@mycompany.com" AR_FromAddr="<#Email_Address#> AR_Subject="<#First_Name#> <#Last_Name#> has completed an application."> </cc1:AutoDB>
Listing A
<#First_Name#> <#Last_Name#>,

Thank you for your interest in ACME Corporation. We have received your application for <#Position#>, and will have a representative contact you if your skill set matches our immediate needs.

If we do not have a current opening that matches your skills, we will file your application for up to six months and contact you regarding more suitable openings as they arise.

Best Regards,

Human Resources
ACME Corporation

Listing B

Properties that can be Set Dynamically Using Auto DB Tags

 

© copyright 2004 360 IMPACT. All rights reserved.