Getting below error while using email output plugin
[ERROR][logstash.outputs.email ] Something happen while delivering an email {:exception=>#<Errno::ECONNREFUSED: Connection refused - Connection refused>}
Kindly help here.
Getting below error while using email output plugin
[ERROR][logstash.outputs.email ] Something happen while delivering an email {:exception=>#<Errno::ECONNREFUSED: Connection refused - Connection refused>}
Kindly help here.
What does your email output configuration look like?
email {
to => 'reciever@xyz.com'
from => 'sender@xyz.com'
address => "smtp.office365.com"
codec => "plain"
via => "smtp"
contenttype => "text/html; charset=UTF-8"
username => 'sender@xyz.com'
password => 'mypass'
subject => 'test email'
body => "%{message}"
port => 587
use_tls => true
}
So are you able to connect to smtp.office365.com:587 outside of Logstash?
Hi @magnusbaeck,
Yes, i'm able to send mail from email-output plugin now after adding authentication=> "login" parameter and installing telnet on my machine.
Thanks for your help here.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.