MessageLib -> sendMessage: if no sender_id is specified the system default person_id will be used

This commit is contained in:
bison-paolo
2016-10-04 18:19:39 +02:00
parent 863d6af4eb
commit 1feec909cb
3 changed files with 5 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
$config['msg_delivery'] = true;
$config['send_immediately'] = false; // If the message should be sent immediately
$config['system_person_id'] = 1; // Dummy sender, used for sending messages from the system
define('EMAIL_KONTAKT_TYPE', 'email'); // Email kontakt type
define('SENT_INFO_NEWLINE', '\n'); // tbl_msg_recipient->sentInfo separator