This error occurs if you are trying to send an email that uses more then the allowed limit of memory.
You are able to modify the limit in 'admin/functions/init.php' file on line 26:
ini_set('memory_limit', '16M');
Set this memory limit to 32M or higher as your needs require.

The article has been updated successfully.