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

smtp22.gmoserver.jp does not supportt

Open chauducrikkei opened this issue 4 years ago • 0 comments

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 [email protected] 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:in rbuf_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.

chauducrikkei avatar Dec 16 '21 02:12 chauducrikkei