Bypassing the MailSite Express login page
Document ID: 10016
Synopsis
To bypass the default MailSite Express login, you must modify the express.asp file.
More Information
Bypassing the MailSite Express login page
To bypass the default MailSite Express login, you must modify the express.asp file.
In order to provide a seamless service, you may require that the default login page is by-passed. To by-pass the default login page, insert the following code to the express.asp file located in the MailSite directory, follow the instructions below:
1. Open the expresscfg.asp file in NOTEPAD
2. Copy the following code:
<%
strUserName = "username@domain.com"
strPassword = "password"
%>
3. Paste the code into the section just before encoded section of the express.asp file
4. save the file
5. exit NOTEPAD.