Author |
|
target Newbie
Joined: 23 February 2009 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 23 February 2009 at 5:07am | IP Logged
|
|
|
Where to define default user setting for new users? Thing is I would like to have user options like "Delete message from server when it is removed from Trash" selected by default.
|
Back to Top |
|
|
target Newbie
Joined: 23 February 2009 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 24 February 2009 at 3:17am | IP Logged
|
|
|
Anyone?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 February 2009 at 5:32am | IP Logged
|
|
|
If you'd like this setting to be applied to new user accounts created automatically on first login, you should edit class_account.php file. Search for the following line:
Code:
var $MailMode = MAILMODE_LeaveMessagesOnServer; |
|
|
Replace it with:
Code:
var $MailMode = MAILMODE_DeleteMessageWhenItsRemovedFromTrash; |
|
|
Regards,
Igor
|
Back to Top |
|
|
nan805 Newbie
Joined: 08 March 2009 Location: Taiwan
Online Status: Offline Posts: 2
|
Posted: 08 March 2009 at 5:44am | IP Logged
|
|
|
Hi
What am i going to do if i encounter a problem as below description, which I press the "Enter" button to login
===========================
Error while parsing XML.
Error code 1.
Response text:
Notice: Trying to get property of non-object in C:\www-webmail\processing.php on line 1
Notice: Trying to get property of non-object in C:\www-webmail\processing.php on line 1
===================================
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 10 March 2009 at 7:11am | IP Logged
|
|
|
Do you use the latest version of WebMail Pro PHP? Haven't you modified the original source code?
Best regards,
Andrew
|
Back to Top |
|
|