99bb0c755669a3eddbc8fa08d3724878.yaml.php 741 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://email/email.yaml',
  5. 'modified' => 1529597236,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'from' => NULL,
  9. 'from_name' => NULL,
  10. 'to' => NULL,
  11. 'to_name' => NULL,
  12. 'mailer' => [
  13. 'engine' => 'sendmail',
  14. 'smtp' => [
  15. 'server' => 'localhost',
  16. 'port' => 25,
  17. 'encryption' => 'none',
  18. 'user' => '',
  19. 'password' => ''
  20. ],
  21. 'sendmail' => [
  22. 'bin' => '/usr/sbin/sendmail -bs'
  23. ]
  24. ],
  25. 'content_type' => 'text/html',
  26. 'debug' => false
  27. ]
  28. ];