View Full Version : email login page
Hi Everyone,
I want to create a login page on my website to point to squirrelmail directly. On that way anyone who has an email account on my domain can access their mails from my website. Does anyone have an idea, please? HELP
sjlplat
11-19-2006, 07:59 AM
The quickest and easiest way to do it is with inline frames.
ClipeDesign.com
11-28-2006, 06:21 PM
This might be out of topic; however, this is what I use. https://www.google.com/a/help/intl/en/admins/tour.html
ClipeDesign.com,
I need to ask you a question. I visited the website and I found it very interestiong. They talking about changing the MX entry and they listed 5 or 6 MX servers. When I went back to my domain, I found it and I want to change the MX to one of listed. Sice you're using it, which one works the best. I'm using also monstermail, will I have no problem receiving the onster form in my email if I change the MX to one proposed by google?
godrockzzz
12-22-2006, 07:53 AM
Here's the login form for the google mail:
<form action="https://www.google.com/hosted/[domain]/LoginAction"
method="post" name="login">
<input type="hidden" name="at" value="null">
<input type="hidden" name="continue"
value="https://mail.google.com/hosted/[domain]">
<input type="hidden" name="service" value="mail">
<input type="hidden" name="page" value="login">
<font size="2" color="#FFFF99" face="Arial, Helvetica, sans-serif">
Username:
<br>
<input type="text" name="userName" size="18">@[domain]</font>
<font size="2" color="#FFFF99" face="Arial, Helvetica, sans-serif"><br>
Password:</font><br>
<input type="password" name="password" size="18"><input type="submit"
value="Sign In">
</form>
http://groups.google.com/group/hosted-misc/browse_thread/thread/5a8ffca050b9e403/e36eabc43c9c1999#e36eabc43c9c1999
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.