View Full Version : Webmail Login Form
host4leicester
08-05-2003, 05:58 AM
Is it possible to have a form on my site so people can login with there email address and password and be taken to there webmail?
S2S-Robert
08-07-2003, 10:27 AM
Yes but I guess you will have to script that yourself. You could use POST in a form in order to log them in.
www.domain.com/webmail is the normal address.
Good Luck, and if it works please let us know, we might be able to use it too ;)
ProWebUK
08-12-2003, 12:39 PM
PM me with a link and a demo login and i will try get something done :)
Chris
host4leicester
08-12-2003, 12:52 PM
Its ok,
I decided to just leave it as a link to http://mydomain.com:2222
:)
baggs1981
09-22-2007, 08:17 AM
Just in case anyone searches for this like I did here is a simple form that works with roundcube, maybe others could try with others and post here the results.
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td><div align="center" class="style4">Username</div></td>
</tr>
<tr>
<td><div align="center">
<input name="_user" id="rcmloginuser" type="text" value="" onFocus="style.backgroundColor='#C7E9FC'" onBlur="style.backgroundColor='white'">
</div></td>
</tr>
<tr>
<td><div align="center" class="style4">Password</div></td>
</tr>
<tr>
<td><div align="center">
<input name="_pass" id="rcmloginpass" type="password" class="client-textfield" value="" onFocus="style.backgroundColor='#C7E9FC'" onBlur="style.backgroundColor='white'">
</div></td>
</tr>
<tr>
<td><div align="center">
<input name="_action" value="login" type="hidden" />
<input name="submit" type="image" id="submit" value="submit" src="http://yourdomain.com/images/login_butt.gif" alt="Login" align="middle">
</div></td>
</tr>
</table>
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.