Link to home
Start Free TrialLog in
Avatar of mechanyx
mechanyx

asked on

PHP/HTML Email Login/Pass to be sent to exchange server

I am trying to install an email login on my company's homepage and have the login/pass be sent to an Exchange Server to open up the Outlook Web Mail.

I already have it working with the classic popup login but I would rather have the login on the page itself.

I found multiple scripts for this but alas... they are in asp.

Any ideas??

thanx
Avatar of Richard Quadling
Richard Quadling
Flag of United Kingdom of Great Britain and Northern Ireland image

Just have a link to the Exchange Server and use it's own login page.

If you mail server is mail.site.com

then, if the webmail service is installed/configured/running/properly, then

http://mail.site.com should give you a login page.

Richard.
Avatar of mechanyx
mechanyx

ASKER

Ref: RQuadling

My web service is configured properly and I can use the server's own login box but I was instructed to create a login directly on the homepage that passed the login/pass directly to the server and opened the webservice from there.
ASKER CERTIFIED SOLUTION
Avatar of romulusnr
romulusnr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Were you able to solve this problem? Where is the HTML on the Exchange server? Please post your comments here or email me at webexperts4@yahoo.com
You could also use PHP Curl to "hide" the login process.

I think that would be the safest way.

Alternatively, edit the default login page for exchange's webmail.
Points to romulusnr.

Richard.