<?php
defined('C5_EXECUTE') or die("Access Denied.");
$subject = t('Error Processing Importer Mail');
$body .= t("There was a problem processing your email.");
$body .= "nn";
$body .= t("Subject: %s", $originalSubject);
$body .= "nn";
$body .= t("Error: %s", $error);
$body .= "nn";