Updated the rest of wording regarding email being sent to email been queued with a link to the Mail Queuer

This commit is contained in:
johnnyq
2024-03-20 14:22:57 -04:00
parent c0115a26c5
commit 845e168942
3 changed files with 8 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ if (isset($_POST['test_email_smtp'])) {
$mail = addToMailQueue($mysqli, $data);
if ($mail === true) {
$_SESSION['alert_message'] = "Test email queued successfully - Check Admin > Mail queue";
$_SESSION['alert_message'] = "Test email queued successfully! <a class='text-bold text-light' href='admin_mail_queue.php'>Check Admin > Mail queue</a>";
} else {
$_SESSION['alert_type'] = "error";
$_SESSION['alert_message'] = "Failed to add test mail to queue";