add subscriber

This commit is contained in:
2016-05-27 21:00:23 +02:00
parent fcb00823da
commit afa58973ae
10 changed files with 208 additions and 75 deletions

View File

@@ -1,5 +1,6 @@
<?php
return [
'development' => false,
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'infoEmail' => 'info@rocho-net.hu',
@@ -47,6 +48,7 @@ return [
'day' => 5,
]
],
'newsletter_from' => 'noreply@fitnessadmin.hu'
'newsletter_from' => 'noreply@fitnessadmin.hu',
'newsletter_enabled' => false
];