Procedure to test the application:
- Install .net framework 2.0.
- Execute attached Email2sms.msi
- Choose C:\ProgramFiles\AES\Mail2SMS to install. (You can also choose different location)
- Install/Register the application as a Windows Service by opening command prompt and executing the following commands
Cd\
Cd windows
Cd Microsoft.net
Cd framework
Cd v2.0.052727
installutil C:\Program Files\AES\EMail2SMS\mail2sms.exe
Note : if you choose different folder during installation, make appropriate changes in the command above
- Now, you can see the window service available in the Microsoft management console (you can open the management control by the command- Run >> services.msc)
- Go to the folder C:\Program Files\AES\EMail2SMS\mail2sms.exe and make appropriate changes in mail2sms.exe.config & settings.xml files. The config file have POP3 settings & setting.xml have webservice & locale setting. Most of the settings are self explanatory. If you have any problem, let me know(I guess you are exposed to app.config). I will suggest you to set the recursive time to 1 while testing.
- Select Mail2sms from the available service and start the application.