I have installed hmail server in my personal laptop as mail server and have configured an account. Now trying to send an email alert to my personal gmail account using the same, but I am unable to send. I am trying to send email using the search command and getting the below error
Search:
index=main | head 5 | sendemail
[email protected] server=mail.mydomain.com subject="Here is an email notification" message="This is an example message" sendresults=true inline=true format=raw
Error:
command="sendemail", [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond while sending mail to:
[email protected]
There are no errors in the splunkd log and I see the same error message in python.log. Please let me know what could be issue.
... View more