Author |
|
abhishek Newbie
Joined: 04 October 2012 Location: India
Online Status: Offline Posts: 13
|
Posted: 26 February 2013 at 10:50pm | IP Logged
|
|
|
Hi,
I have been using Webmail Lite PHP version for quite sometime.
But I have an issue with Email attachments using Webmail.
I am using Hmail server as the mail server and I have no issues sending an attachment by using outlook.
But I am unable to upload attachments while using Webmail.
Thanks in advance.
--
Regards,
Abhishek.G
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 February 2013 at 10:52pm | IP Logged
|
|
|
First thing to check is whether you can upload small attachment (like, 5-10Kb). If the problem occurs for big attachments only, then it's likely to be caused by PHP configuration limits. If it doesn't work for any attachments at all, it's probably the permissions. PHP debug logs should shed more light on this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
abhishek Newbie
Joined: 04 October 2012 Location: India
Online Status: Offline Posts: 13
|
Posted: 11 March 2013 at 10:49pm | IP Logged
|
|
|
I have checked with the attachment size. I can even attach file with 15 MB size...
But at times it is giving an error..
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 March 2013 at 10:55pm | IP Logged
|
|
|
PHP/webserver logs should be checked, then.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
abhishek Newbie
Joined: 04 October 2012 Location: India
Online Status: Offline Posts: 13
|
Posted: 04 May 2013 at 12:23am | IP Logged
|
|
|
Igor,
Where can I check the PHP confguration so that I can change the limit for Email attachment.
--
Regards,
Abhishek.G
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 May 2013 at 12:26am | IP Logged
|
|
|
The simplest way is to run PHP script with the following content:
It will show the location of configuration file loaded, as well as current configuration values.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|