fix: Update patient_tracker.php (#6595)
[openemr.git] / library / email_service_run.php
blobb6715773fa55e55c2c8a8b69d473a05235ef7d01
1 <?php
3 /**
4 * emailServiceRun function (used by background service)
6 * @package OpenEMR
7 * @link https://www.open-emr.org
8 * @author Brady Miller <brady.g.miller@gmail.com>
9 * @copyright Copyright (c) 2023 Brady Miller <brady.g.miller@gmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 function emailServiceRun(): void
15 MyMailer::emailServiceRun();