Author |
|
ccc12808 Newbie
Joined: 12 December 2008
Online Status: Offline Posts: 1
|
Posted: 12 December 2008 at 2:03pm | IP Logged
|
|
|
Hello,
I am currently using the demo version of WebMail Pro. Instead of setting up users within the same company, I'd like to include a user account for my customers as part of a web services package.
WebMail Pro appears to always require pop3 and smtp information for a new user. I'd like to setup a new user account with just a user name and password and allow the customer to create multiple email accounts out of domain. I do not want to give them access to my mail server.
Is this possible?
Thanks,
Chris
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 December 2008 at 4:54am | IP Logged
|
|
|
This can be easily implemented using WebMail Pro integration API available for both PHP and .NET editions. It allows creating user accounts as well as passing authentication data provided by your application to log users into their WebMail Pro accounts bypassing its login screen.
You may develop PHP or ASP.NET application which interacts with WebMail using integration API, you'll need to have a database with authentication information for users of your system. It will be possible to create WebMail Pro accounts from your system, and users would be able to log into their WebMail Pro accounts from within your system.
You'll probably need to replace the "Log Out" link with the one pointing to some predefined page within your system.
If you have difficulties with implementing the above approach, our Professional Services department experts are able to assist you in terms of a custom project.
Regards,
Igor
|
Back to Top |
|
|