Files
anissah/cache/compiled/files/590679d03804653b198315bb8d0f3a4b.yaml.php
T
2018-05-24 18:51:55 +02:00

29 lines
779 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/anissabensalah.net/user/plugins/email/email.yaml',
'modified' => 1526367498,
'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
]
];