Hi,
I can't send an email with an attachment. But without it works fine. Did anybody know this problem. How can I resolve it?
Tobi
Check ./config/main.inc.php ::: $rcmail_config['temp_dir']. This folder is used to upload files by RoundCube. Make sure that your web server (IIS, apache or whatever) has read/write/delete permissions on this folder.
Quote from: rosali;16826Check ./config/main.inc.php ::: $rcmail_config['temp_dir']. This folder is used to upload files by RoundCube. Make sure that your web server (IIS, apache or whatever) has read/write/delete permissions on this folder.
I setted up the absolute path and gave the permission to the web server to this folder and I didn't move forward. I got the message "file upload failed". Please, advice me something.
I got same problem and keep to try error. if any one have any advice let us know thanks a lot.
I got root cause by my case already, I saw a error logs about PHP Fatal error: Allowed memory size, I just changed /etc/php.ini --> memory_limit = 256 M
Everything work well now. I tested some records as below
If you have 1M attachment --> memory_limit = 16M
2M attachment --> memory_limit = 32M
3M etc...
thakns a lot