Home > Getting Started > Web.config > Configuration/applicationSettings > NotificationTemplatesFolder
NotificationTemplatesFolder
The value of this setting indicates to AuctionWorx where it should attempt to load email templates from. This value is file system relative in that it supports absolute drive letters and paths and UNC paths.
Usage
This value should be changed to point to your local or shared repository of the email templates. The value could be as simple as “c:\templates” or could refer to a UNC path such as \\yourserver\templates so that in a multiple web server environment, the templates can be shared amongst each instance of AuctionWorx.
Example
To set the folder containing your email templates, you would change the highlighted value below
<RainWorx.FrameWorx.Providers.NotifierTemplates.FileSystem.Properties.Settings>
<setting name="NotificationTemplatesFolder" serializeAs="String">
<value>your templates folder</value>
</setting>
</RainWorx.FrameWorx.Providers.NotifierTemplates.FileSystem.Properties.Settings>
See also
|