How to install ASPmail on a Windows 2003 Server
ASPMail is a component for Windows server environments created by ServerObjects Inc. and is used to send email messages from forms on your website using ASP code.
You can find more information regarding ASPmail at http://serverobjects.com/products.htm. Before the component can be used it first needs to be installed and registered on the server. Once that is done, pages can then be created that contain the appropriate ASP code.
To install ASPMail on a Windows 2000/2003 Server, please follow these steps:
- Purchase the license and download the component to the server.
- Move or Copy the DLL into the server’s system32 directory (usually c:\windows\system32) for NT or \windows\system for Win95).
- To register the component on the system, open a command prompt and perform the following:
- change to the directory where you installed the DLL and type: cd\windows\system32
- register the component by typing: regsvr32 smtpsvg.dll
- exite the command prompt
- Make sure your TMP or TEMP environment variable is set up as a system variable. To do this follow these instructions:
- Start Control Panel
- Double-click on the System icon
- Select the Environment tab
- View the system variables in the top pane on the form. Do not concern yourself with User variables, the 2nd pane on the form.
- If a TMP or TEMP var does not exist
- Single click one of the variables in the System list
- Move to the Variable field, select the existing text and overwrite it with TMP. This will not replace the existing variable, it will add a new variable named TMP.
- Move to the Value field. Enter the path of your temporary directory.
- Click the Set button.
- Restart the server.


































