added bulk gmail generator

This commit is contained in:
Gitea
2025-05-07 19:59:36 +05:30
parent 08f4618ea8
commit 346a2051bf
4 changed files with 188 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
['label' => 'Generate Premium Email', 'route' => 'dashboard.premium'],
//['label' => '10 Minute Mail', 'route' => 'dashboard.10minute'],
['label' => 'Bulk Email Generator', 'route' => 'dashboard.bulk'],
['label' => 'Bulk Gmail Generator', 'route' => 'dashboard.bulkGmail'],
//['label' => 'Compose Email', 'route' => 'dashboard.compose'],
];