No, I actually read them from my db. I use this form on my intranet, where
my users already have a username / password. When I call this page it reads
the intranet userid from the session, and then writes the iMail username /
password to this page. The parameters are just the username / password used
for iMail:

<%
UserID = "demo"
Password = "blue"
%>
<input type="hidden" name="userid" value="<% = UserID %>">
<input type="hidden" name="passwd" value="<% = Password %>">



T. Bradley Dean
(800) 793-8171 Ext. 336
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Drew Evangelista
Sent: Friday, May 25, 2001 6:39 AM
To: [EMAIL PROTECTED]
Subject: RE: [imail] Automatic Login via URL


Do you put the userid and passwd in the url as paramaters
to then pass to the form?

What is the format of the paramaters?

Thanks

Drew


Drew Evangelista
404-391-5336
[EMAIL PROTECTED]



---------- Original Message ----------------------------------
From: "T. Bradley Dean" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 21:53:31 -0700

Here is what I did:

I created a page Login.asp with this code:

<body OnLoad = "window.document.Login.submit()">
        <form method="POST"
action="http://mail.Domain.com:8383/login.cgi";
name="Login">
          <input type="hidden" name="page" value="login">
          <input type="hidden" name="userid" value="<% = UserID %
>">
          <input type="hidden" name="passwd" value="<% = Password %
>">
        </form>
</body>

Then, your URL is just login.asp

Works great for me.

T. Bradley Dean
(800) 793-8171 Ext. 336
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Ron
Hornbaker
Sent: Tuesday, May 22, 2001 7:46 PM
To: [EMAIL PROTECTED]
Subject: RE: [imail] Automatic Login via URL


> Is there a way (or what is the format) for logging in
> and passing the login paramaters to directly go into
> webmail?

See the example at http://hksi.net/imail-login.htm for the form
POST
method. There is no way to log in via a URL... IMail won't accept
the GET
method on the login.cgi form.

-Ron





___________________________________________________________________
___
The HKSI-IMail Admin List is hosted by........ Humankind Systems,
Inc.
Questions, Comments or Complain like Hell..
mailto:[EMAIL PROTECTED]
Message Archive...
http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription.........
http://humankindsystems.com/lists




___________________________________________________________________
___
The HKSI-IMail Admin List is hosted by........ Humankind Systems,
Inc.
Questions, Comments or Complain like Hell..
mailto:[EMAIL PROTECTED]
Message Archive...
http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription.........
http://humankindsystems.com/lists



________________________________________________________________
 Save Money! Have your website and email hosted by Drewspring!!







______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED]
Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription......... http://humankindsystems.com/lists




______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED]
Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to