Deploying ANSMTP


Install/Upgrade ANSMTP

Download ANSMTP installer and run it on your machine.

Note for upgrade: during installation stage if there is a message "ansmtp.dll can't be overwritten", you should check if there is any application using ANSMTP. If you are using ANSMTP in ASP/ASP.NET application, shutdown IIS application first or reboot your machine, otherwise ansmtp.dll is protected by IIS and the upgrade will be failed.

Requirement on Windows 95

ANSMTP is built on VC++/ATL, it doesn't depend on any extra ocx/dll but winsock2.0 upgrade package if your application is running on windows95. You can download winsock2.0
here: winsock2.0 update package for Windows 95

Distribution/Deployment

If you want to distribute/deploy without ANSMTP installer.
1. copy aosmtp.dll to destination machine. (run-time file of ANSMTP)
2. run "Regsvr32 [path]\aosmtp.dll" under dos prompt. (register ANSMTP as com object)
3. If you want to send signed and encrypted email, then you need to copy capicom.dll to the same directory of aosmtp.dll and run "Regsvr32 [path]\capicom.dll under dos prompt.
You can also use your installer to do the above operations.

Note: You can only distribute ANSMTP to multiple machines with Professional or Enterprise License..

Windows x64(AMD64)

For VBScript/ASP application on Windows x64 platform.
For .NET application on Windows x64 platform.
For Visual C++, Delphi application compiled to x64 native code.
Please download ANSMTP X64 File (ANSMTP.dll and ANSSLPLUS.dll for x64).
For Visual Basic 6.0 application, because it is always 32bit application, so it can work fine without ANSMTP X64 File.