@umimo
Put this into email.php on line 157 or so.
if(!is_array($item) || empty($item) || !isset($item['pk_i_id']) || @$item['pk_i_id'] <= 0) {
return false;
}
Error most probably means problem on your site, you are trying to send email for listing that does not exists anymore. (or was not added)