Problem:
When clicking "Send" after composing a mail, the web page will be refreshed without the mail being sent.
Solution:
On many default Red Hat installs, you need to edit /etc/php.ini and change the line file_uploads = Off to file_uploads = On. Then restart the web server.