I assume you're using Google Apps on your domain.
You have to edit the
GC_main.js file and change a few things:
code:
//var strGCMailUrl = "https://mail.google.com/mail/feed/atom";
var strGCMailUrl = "https://mail.google.com/a/YOURDOMAIN/feed/atom";
Edit the
checkMail function and change this:
code:
//var strLink = "Email="+strGCUsername+"&Passwd="+strGCPassword;
var strLink = "http://mail.google.com/a/YOURDOMAIN";
* you can (optionally) remove every "@gmail.com" text in that function.
Finally, edit the
toastClick function and change the following:
code:
new ActiveXObject("WScript.Shell").run(strLink);
Have fun