- Bug fix in MessageLib

- Now is possible to send a message to more recipients from FAS
- Can be used the variables substitution from FAS
This commit is contained in:
bison-paolo
2017-03-02 15:47:17 +01:00
parent d8bb1ae500
commit e7be37708d
5 changed files with 253 additions and 32 deletions
+3 -1
View File
@@ -2,8 +2,10 @@
if (! defined('BASEPATH')) exit('No direct script access allowed');
// ONLY FOR DEBUGGING - If you are unsure, don't change it. If the message should be sent immediately. Default false
$config['send_immediately'] = false;
$config['msg_delivery'] = true; // Default true
$config['send_immediately'] = false; // If the message should be sent immediately. Default false
$config['system_person_id'] = 1; // Dummy sender, used for sending messages from the system
$config['redirect_view_message_url'] = 'index.ci.php/Redirect/redirectByToken/'; //
$config['message_html_view_url'] = 'index.ci.php/ViewMessage/toHTML/';