HTML

From Rackspace Email & Apps API
Revision as of 08:12, 11 August 2009 by Zhen.wei (talk | contribs) (changed webmail.us to emailsrvr.com)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Login Redirect

This code shows a form asking for a username and password to a mailbox; clicking submit logs the person into the webmail client.

<form method=post action="http://reseller1.emailsrvr.com/mail/src/redirect.php">

username: <input type=text name=user_name><br>
password: <input type=text name=password><br>
<input type=hidden name=hostname value="webmail.us">

<input type=submit>
</form>