fluent-plugin-mail icon indicating copy to clipboard operation
fluent-plugin-mail copied to clipboard

Fluentd output plugin to send mail

Results 7 fluent-plugin-mail issues
Sort by recently updated
recently updated
newest added

Can I use AWS SES smtp server for sending email ?

This PR adds support to pass custom mail headers, e.g. a certain message priority, to the mail message sent.

This PR adds support for using [Mustache](https://mustache.github.io/) templates for defining the message body. Available template variables are the contents of the respective record. The goal is to support more complex...

Hi everyone. I try using plugin for sending email by smtp22.gmoserver.jp, but received error. My config > @type mail > host smtp22.gmoserver.jp > port 465 > domain xxx.jp > from...

Hi, when I use Office365 to send email, I encountered an error like this: "error_class: Net::SMTPAuthenticationError, error_message: 504 5.7.4 Unrecognized authentication type [BJXPR01CA011.CHNPR01.prod.partner.outlook.cn]" Here is my config: host smtp.partner.outlook.cn #...

Hi, when I use mail plugin, there is a warning when starting fluentd. The warning message is: fluentd_1 | 2019-09-18 07:58:10 +0000 [warn]: #0 super was not called in #start:...

Hi, I've tried to use v0.14 API. Could you review this change?