feat: use mail manager and mail providers

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-19 07:08:48 -04:00
parent d8f0b4073c
commit fc3f4c28db
19 changed files with 3622 additions and 2171 deletions
+14
View File
@@ -0,0 +1,14 @@
const routes = [
{
name: 'system-mail',
path: '/system-mail',
component: () => import('@/pages/Main.vue'),
meta: {
title: 'System Mail',
requiresAuth: true,
permission: 'mail_manager.system',
}
},
]
export default routes