diff --git a/post/setting.php b/post/setting.php index 78f933209..fa99eed19 100644 --- a/post/setting.php +++ b/post/setting.php @@ -184,10 +184,10 @@ $mail = addToMailQueue($mysqli, $data); if ($mail === true) { - $_SESSION['alert_message'] = "Test email sent successfully"; + $_SESSION['alert_message'] = "Test email queued successfully - Check Admin > Mail queue"; } else { $_SESSION['alert_type'] = "error"; - $_SESSION['alert_message'] = "Test email failed"; + $_SESSION['alert_message'] = "Failed to add test mail to queue"; } header("Location: " . $_SERVER["HTTP_REFERER"]);