Skip to content

Commit

Permalink
Adding SMS and Email and Implementing Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Feb 27, 2023
1 parent 7eca5b6 commit 1f2f2ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mybizna/mailmass",
"description": "",
"type": "asgard-module",
"version": "1.3.2",
"version": "1.3.3",
"license": "GPL-3.0-or-later",
"authors": [
{
Expand Down
10 changes: 10 additions & 0 deletions menu.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

$this->add_menu("sms", "mailmass", "Bulk Sms", "/mailmass/admin/autoresponder", "fas fa-cogs", 3);

$this->add_submenu("sms", "mailmass", "Autoresponder", "/mailmass/admin/autoresponder", 5);
$this->add_submenu("sms", "mailmass", "Campaign", "/mailmass/admin/campaign", 5);
$this->add_submenu("sms", "mailmass", "Group", "/mailmass/admin/group", 5);



0 comments on commit 1f2f2ce

Please sign in to comment.