Sha256: 8f94301bad237ca91b6d33d7e992de5c42177dee088a404e4f601a3e8d7c9e83

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

# echo '{"message":"This is a test"}' | bundle exec fluent-cat mail.test

<source>
  type forward
</source>

<match mail.test>
  type mail
  log_level debug
  host localhost
  port 1025
  from from@example.com
  to   to@example.com
  bcc  bcc@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

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-mail-0.3.0 example/example.conf
fluent-plugin-mail-0.2.5 example/example.conf
fluent-plugin-mail-0.2.4 example/example.conf