First of all make sure if your a reseller you read this post
http://www.matrixwebhosting.net/foru...?threadid=4417
Once You have access to the forums there are several posts telling you how to do this.
Here is one way
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<FORM action="http://webmail.hsphere.cc/atmail.pl" method="post" name="loginPage" target="_top">
<TABLE cellspacing='0' cellpadding='4' border='0'>
<TR>
<TD><STRONG>Logon</STRONG></TD>
<TD><STRONG>Password</STRONG></TD>
</TR>
<TR>
<TD><INPUT name='username' size='9' value=''></TD>
<TD><INPUT name="password" type='password' size='20'></TD>
</TR>
<TR>
<TD colspan='2' align='center'><INPUT class="submito" type="submit" name="Login" value="Login"></TD>
</TR>
</TABLE>
<INPUT type="hidden" name='pop3host' value='example.com'> <INPUT type='hidden' name='LoginType' value='xp'> <INPUT type='hidden' name='Language' value='english'> <INPUT type='hidden' name='MailServer' value='mail.example.com'><BR>
<BR>
</FORM>
</BODY>
</HTML>