31e16b1309871040e528c51a49ac5728.yaml.php 943 B

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