When they log in have it write a Session cookie to
their browser. Then on the links for E-mail call this
form on a ASP page.
<form name="frmLogin" method="POST"
action="http://mail.yourdomain.com:8383/login.cgi">
<input type="hidden" name="page" value="login">
<input type="hidden" name="userid" value="<% =Session("UserName") %>">
<input type="hidden" name="passwd" value="<% =Session("Password") %>">
<input type="submit" value="Check Mail">
</form>
Dusty
----- Original Message -----
From: "preddy " <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 30, 2000 7:29 AM
Subject: [IMail Forum] login Issue- need help
>
> Name: Neeraj Gulati
> Address: [EMAIL PROTECTED]
> Product: IMail Server 6.0.2
> OS: Windows NT Server 4.0
>
>
> Problem:
> ========
>
> We are writting a web application and desire to provide email support to
> our
> users using imail. We installed imail to use an external database which
> is oracle.
> When the user logs into our web site and clicks on a link to email, we
> want to take
> the user directly to their imail account without showing the login screen
> for imail.
> How can we accomplish this?
>
> This is what we have done so far:
> When the user creates an account on our website we create an imail account
> in the database
> table created by imail.
>
> We could probably put a form with hidden fields and use the login URL for
> imail when our users
> want to view their mail. However, we would have to expose the password
> on the html page.
>
> Is their any direct way of doing this through a URL with just the
username?
>
> Thanks - Neeraj.
>
>
> --
>
> Ask A Tech Version 1.6 98-11-11. (c) 2000 Ipswitch, Inc.
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.