Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Multiple E-Mail Accounts Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Robert Foster
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 13 December 2005 at 2:47pm | IP Logged Quote Robert Foster

We just purchased Webmail Pro (and we love it), but we are trying to find a way to set up multiple accounts. For example I am one user, however I have 5 e-mail accounts I need to check can this be done?
Back to Top View Robert Foster's Profile Search for other posts by Robert Foster
 
cooltxtuk
Newbie
Newbie
Avatar

Joined: 05 December 2005
Location: United Kingdom
Online Status: Offline
Posts: 27
Posted: 14 December 2005 at 11:10am | IP Logged Quote cooltxtuk

Log in and click SETTINGS and then ADD NEW ACCOUNT to add accounts. I have 14 accounts and can check them from the same login.

HTH

-Mark
Back to Top View cooltxtuk's Profile Search for other posts by cooltxtuk Visit cooltxtuk's Homepage
 
RobFoster
Newbie
Newbie


Joined: 13 December 2005
Location: Canada
Online Status: Offline
Posts: 18
Posted: 14 December 2005 at 1:12pm | IP Logged Quote RobFoster

Great I didn't see that thanks. Now how does that work with passing the information in, when doing the webmail integration?
Back to Top View RobFoster's Profile Search for other posts by RobFoster
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 14 December 2005 at 1:16pm | IP Logged Quote Alex

You can pass the credentials of any account in the account group. I.e. if you initially had user1@domain.com and added user2@domain.com, you can then log in using both user1@domain.com and user2@domain.com. The same will work with RedirectUser as well.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
RobFoster
Newbie
Newbie


Joined: 13 December 2005
Location: Canada
Online Status: Offline
Posts: 18
Posted: 14 December 2005 at 1:31pm | IP Logged Quote RobFoster

So if my account checks 2 e-mail address, do I just pass this information in twice?

<%
Set rUser = New RedirectUser
rUser.wm_email = "login@domain.com" ' Required parameter

rUser.wm_login = "login" ' Optional parameter
rUser.wm_password = "password" ' Optional parameter
rUser.wm_mailhost = "pop.domain.com" ' Optional parameter

rUser.UserLogin()
%>
Back to Top View RobFoster's Profile Search for other posts by RobFoster
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 14 December 2005 at 2:03pm | IP Logged Quote Alex

If you have two accounts in the group, just pass credentials of any of this accounts. But you should not pass them twice (it won't work anyway since rUser.UserLogin will redirect the client into WebMail and no code on your page beyond this point will be executed). The user will be able to switch to another account in the folder by selecting it in the drop-down on the top of the screen.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide