![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/rentpix.corals.io/Corals/core/User/Communication/resources/lang/en/ |
<?php return [ 'notification_template' => [ 'name' => 'Name', 'friendly_name' => 'Friendly Name', 'title' => 'Title', 'title_help' => 'The title of notification to be displayed.', 'via' => 'Via', 'via_help' => "Notification Channels. If 'User Preferences' was chosen, notification will be sent for both forced and user preferred channels.", 'read_at' => 'Read at', 'roles' => 'Roles', 'roles_help' => 'Only users with this role can customize channel for this notification.', 'bcc_roles' => 'Send notification to Roles (BCC)', 'bcc_roles_help' => 'BCC will be sent to all users in selected roles.', 'bcc_users' => 'Send notification to Users (BCC)', 'bcc_users_help' => 'BCC will be sent to selected users.', 'body' => 'Body *', 'email_from' => 'Email from', 'email_from_help' => 'when filled it will override the default email from', ], ];