Roundcube Community Forum

Release Support => Pending Issues => Topic started by: stevew on November 25, 2009, 01:01:59 PM

Title: Sending large mail
Post by: stevew on November 25, 2009, 01:01:59 PM
If I have large(ish) but less than 2Mb attachments the email will not send. I do not get any error messages it just hangs after pressing send.

This may be some PHP setting I am not aware of???

Any help appreciated :confused:
Title: Sending large mail
Post by: stevew on November 25, 2009, 01:19:08 PM
DOH - Looking back through the posts I see this is a common issue. I tweaked the php.ini file and increased the memory to 64M. Looks like the php.ini setting overrides the .htaccess setting.

It appears that 64M is rather large when the attachments are less than 2Mb in total. Not the most efficient use of memory!