* @copyright Copyright (c) 2008 cfapress * @copyright Copyright (c) 2017 Jason 'Toolbox' Oettinger * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ // create file header. // menu for fields could be added in the future require_once("../globals.php"); use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Core\Header; if (!CsrfUtils::verifyCsrfToken($_POST["csrf_token_form"])) { CsrfUtils::csrfNotVerified(); } ?> <?php echo xlt('Email Notification Report'); ?>

' . xlt('Could not send email due to a server problem.') . ' ' . text($m_error_count) . ' ' . xlt('emails not sent') . ''; } ?>