Sha256: 237dea25607eaf5ee2cd8720652d87ae73ca3abce3488ee22680a7fffd244d93

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

<source>
  type forward
</source>

<match mail.test>
  type mail
  log_level debug
  host localhost
  port 1025
  from foo@example.com
  to   bar@example.com
  bcc  baz@example.com
  subject this is a test
  message Hello from out_mail\n[%s] %s
  message_out_keys time,message
  time_key time
  time_locale Asia/Taipei
  # localtime false
  time_format %Y-%m-%d %H:%M:%S %z
</match>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-mail-0.2.3 example.conf
fluent-plugin-mail-0.2.2 example.conf
fluent-plugin-mail-0.2.1 example.conf
fluent-plugin-mail-0.2.0 example.conf