I would like to connect to the mailbox without using the standard login. I tried to edit the original page writing this html code but I think that is not enough. I do not know php and I speak very bad English. Please excuse me. Someone can write php code to do this?
Thank you very much
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Prova di connessione</title>
<base href="https://ssl0.ovh.net/old/atmail/" />
</head>
<body>
<form class="login-form" action="index.php" name='loginPage' method="post">
E-Mail
<input id="username" class="input" type="text" name="username">
@
<input id="pop3host" class="domain" type="text" name="pop3host">
Password
<input id="password" class="input" type="password" name="password">
<br /><br />
<input class="formbutton" type="image" name="login" alt="Login" src="imgs/login-btn-login.jpg">
</form>
</body>
</html>
Bookmarks