Added the capability to use a debug email address for receiving all the

sent emails
This commit is contained in:
bison-paolo
2016-10-12 16:53:45 +02:00
parent ccb9daffaa
commit 4ace90adc7
3 changed files with 44 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,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['send_immediately'] = true; // If the message should be sent immediately
$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/';