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

smtp22.gmoserver.jp does not supportt #45

Open chauducrikkei opened 2 years ago

chauducrikkei commented 2 years ago

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 xxx.jp to xxx@xxx.com subject xxxx message xxxx message_out_keys msg user "xxxx" password "xxxx" authtype login enable_starttls_auto true enable_tls false

Error: error_class: Net::ReadTimeout, error_message: Net::ReadTimeout with #<TCPSocket:(closed)>, error_backtrace: /usr/lib/ruby/2.7.0/net/protocol.rb:217:inrbuf_fill' `

Is it because gmoserver is not supported?

Could you help me to fix this problem? Looking forward to you reply. Any response would be highly appreciated.