Send email notification on server/vps reboot
18.03.2009
If you have a dedicated server / vps and if you want to receive notification on its reboot then here are the simple steps to implement it :
We are using CDOSYS componet to implement this.
First of all create a .vbs file say mail.vbs on C:\ and add following code in it :-
————————————————————-
strEmailFrom = “server@winwebhosting.net”
strEmailTo = [...]
READ USERS COMMENTS (0)