Author |
|
shukko Newbie
Joined: 06 March 2010 Location: Turkey
Online Status: Offline Posts: 1
|
Posted: 06 March 2010 at 2:41am | IP Logged
|
|
|
Hello
I am using webmail free php version.
I have got 3 servers with around 700 domains hosted.
All my mail settings are identical.
use email as login name
incoming : mail.domain.com
outgoing: mail.domain.com
IMAP 4 and request smtp auth.
what I am trying to is whenever a customer from server 1 ,2 or 3 tries to enter webmail I want to post these settings as default
The problem is I don't want to show advanced login to my customers.
All I want is email + password fields in login form. nothing more.
How can I set mail.domain.com ( the domain part must be taken from the email account as client entered ) as default without showing any kind of other screens.
I can install webmail in all three servers and left localhost as default webmail server. But I need to install webmail into 1 single location and by this way easy to maintain it later.
Please help.
Thanks
S.K.
PS: I tried to achieve this by adding a java script to index.php.
Webmail default index page is set to "advanced login mode" and advanced mail server fields are hidden default by giving their table %0 height.
whenever a customer started typing his mail address all his keystrokes are transferred to proper form fields below.
and my java scripts cuts the part after the @ and puts it as mail.+domain.com into hidden smtp and incoming fields.
this works but still the customer sees email + username + password boxes.
If there is a way to omit username screen - although it is populated automatically using my javascript - it will be very very good.
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 March 2010 at 1:34pm | IP Logged
|
|
|
In such kind of scenario, I would highly recommend using WebMail Pro integration API. It allows creating custom login / signup forms, and even pass access details from your own application to WebMail Pro bypassing its standard login screen.
The integration API is available for both PHP and ASP.NET versions of WebMail Pro. It might be different regarding details, the idea is still the same. And it doesn't require vast knowledge of the programming language(s). The documentation pages referenced above contain multiple examples on various aspects of API usage.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|