|
|
Online Product Info
|
| AR_TemplateFile Property |
|
|
Description Default Path Note: If you do not specify a valid template file, an auto response will not be sent. A Simple HTML Auto Response Template
<html>
<head> <title>New Application</title> </head> <body> <h1>We have received your application for <#Position#></h1> <#First_Name#> <#Last_Name#>,<br><br> We have received your application for <#Position#> and will be back in touch with you if your skills match our immediate needs. We will file your application for up to 6 months in either case.<br><br> Best Regards,<br><br> Human Resources<br> </body>
Listing A
If you don't like HTML, you can certainly use a program like FrontPage or ASP.NET Web Matrix to create a simple web page, and use it as your template. If you use images in the template, make sure they are fully qualified "http://www.mycompany.com/images/myimage.gif". A Simple Text Auto Response Template
Dear <#First_Name#> <#Last_Name#>:
We have received your application for <#Position#> and will be back in touch with you if your skills match our immediate needs. We will file your application for up to 6 months in either case. Best Regards, Human Resources
Listing B
Note: The AR_TemplateFile property can be in text or HTML format. You can include any Auto Email Tags (field/control ids) if you want to personalize the message. Usage
<cc1:AutoDB id="AutoDB1"
runat="server"
MailServer="mail.mycompany.com" AR_ToAddr="user@company.com"
AR_FromAddr="hr@mycompany.com"
AR_HTMLFormat="True"
AR_TemplateFile="MyHTMLResponse.html"> </cc1:AutoDB>
Listing B
Related Properties
|
| © copyright 2004 360 IMPACT. All rights reserved.
|