Insert Webmail Login Box on Website

2014/06/28 20:13

If you want to display AAMail's Webmail login interface on your company's home page, then you can insert a form on the web page, enter the user name and password to login Webmail and then you can send and receive mails normally.


<form action=http://Webmailaddress/login.asp method=post>

User name: <input name=fm_strAccounttype=text>

Password: <input name=fm_strPasswordtype=password>

<input type=submit>

</form>


Please note that the "Webmail address" in "<form action=http://Webmailaddress/login.asp method=post>" must be in conformity with your actual Webmail address (such as "http://mail.test.com/mail/ login.asp").



Related: