u-ichi / fluent-plugin-mail

Fluentd output plugin to send mail
https://rubygems.org/gems/fluent-plugin-mail
Other
48 stars 20 forks source link

Support more authentication schemes #35

Closed hrl closed 6 years ago

hrl commented 7 years ago

Net::SMTP supports plain, login and cram_md5 to authenticate, and some SMTP server doesn't support the plain way.

May you consider to add an option to support these authentication schemes?