Files
Ethica-vitrine/cache/compiled/files/bc513cbe72e7d040212d4ee74b5c0852.yaml.php
T
2018-04-11 17:57:57 +02:00

29 lines
780 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/email/email.yaml',
'modified' => 1513090734,
'data' => [
'enabled' => true,
'from' => NULL,
'from_name' => NULL,
'to' => NULL,
'to_name' => NULL,
'mailer' => [
'engine' => 'sendmail',
'smtp' => [
'server' => 'localhost',
'port' => 25,
'encryption' => 'none',
'user' => '',
'password' => ''
],
'sendmail' => [
'bin' => '/usr/sbin/sendmail -bs'
]
],
'content_type' => 'text/html',
'debug' => false
]
];