Created Mail Queue Logs / Viewer in settings, enabled manual send invoice to use the new queue system, now it logs the Email ID so you can reference it in the Queue to see if it sent, also do not send mail to blank billing contact emails

This commit is contained in:
johnnyq
2023-06-21 12:09:32 -04:00
parent c6afe0b3cf
commit 4d90327c79
4 changed files with 206 additions and 35 deletions

View File

@@ -211,6 +211,13 @@
</a>
</li>
<li class="nav-item">
<a href="settings_mail_queue.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_mail_queue.php") { echo "active"; } ?>">
<i class="nav-icon far fa-envelope-open"></i>
<p>Mail Queue</p>
</a>
</li>
<li class="nav-item">
<a href="logs.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "logs.php") { echo "active"; } ?>">
<i class="nav-icon far fa-eye"></i>