This commit is contained in:
2013-11-18 20:12:28 +01:00
parent 41f27fbddb
commit 7bc24be788
6 changed files with 122 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ return array(
|
*/
'driver' => 'smtp',
'driver' => 'sendmail',
/*
|--------------------------------------------------------------------------
@@ -54,7 +54,7 @@ return array(
|
*/
'from' => array('address' => null, 'name' => null),
'from' => array('address' => 'dumbo-noreply@ascarion.org', 'name' => 'Dumbo Mailsystem'),
/*
|--------------------------------------------------------------------------