added a feature for sending mail from within the application

This commit is contained in:
2025-12-12 22:39:59 -05:00
parent 4e74a38287
commit e200667611
10 changed files with 480 additions and 144 deletions
+6 -1
View File
@@ -49,10 +49,15 @@ const navItems = [
icon: <Settings className="h-4 w-4" />,
},
{
label: "Email Request",
label: "List Emails",
href: "/admin/email",
icon: <LucideMail className="h-4 w-4" />,
},
{
label: "Send a Email",
href: "/admin/email/send",
icon: <LucideMail className="h-4 w-4" />,
},
];
// ADMIN CHECK FOR LOGIN