|
|
|
AspMail
|
To install the ASPMail:
- From the zipped file save smtpsvg.dll to the system directory (default : c:\winnt\system32).
- Once the ASPMail DLL is in the system directory, open up a command window.
- Go to the system directory.
cd \winnt\system32
- Now register the ASPMail Component with the following command:
regsvr32 smtpsvg.dll
That is all there is to it. Now you can use the ASPMail component in your Active Server Pages.
|
|
|