<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splunk Email alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224748#M12441</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I have configured email alerts on my splunk server. when i run the sendemail command;&lt;/P&gt;

&lt;P&gt;Eg:&lt;BR /&gt;
index=syslog | head 5 | sendemail to="&lt;A href="mailto:Test.User@Test.local"&gt;Test.User@Test.local&lt;/A&gt;" server="smtp.test.local" subject="Here is an email notification" message="This is an example message"&lt;/P&gt;

&lt;P&gt;I am getting below error message&lt;/P&gt;

&lt;P&gt;command="sendemail", (421, '4.3.2 Service not available') while sending mail to: &lt;A href="mailto:Test.User@Test.local"&gt;Test.User@Test.local&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any idea what might causing this issue ?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2016 16:46:43 GMT</pubDate>
    <dc:creator>Irosha</dc:creator>
    <dc:date>2016-01-13T16:46:43Z</dc:date>
    <item>
      <title>Splunk Email alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224748#M12441</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I have configured email alerts on my splunk server. when i run the sendemail command;&lt;/P&gt;

&lt;P&gt;Eg:&lt;BR /&gt;
index=syslog | head 5 | sendemail to="&lt;A href="mailto:Test.User@Test.local"&gt;Test.User@Test.local&lt;/A&gt;" server="smtp.test.local" subject="Here is an email notification" message="This is an example message"&lt;/P&gt;

&lt;P&gt;I am getting below error message&lt;/P&gt;

&lt;P&gt;command="sendemail", (421, '4.3.2 Service not available') while sending mail to: &lt;A href="mailto:Test.User@Test.local"&gt;Test.User@Test.local&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any idea what might causing this issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224748#M12441</guid>
      <dc:creator>Irosha</dc:creator>
      <dc:date>2016-01-13T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224749#M12442</link>
      <description>&lt;P&gt;This is the search command i am trying to run;&lt;/P&gt;

&lt;P&gt;index=syslog | head 5 | sendemail to=&lt;A href="mailto:Test.User@Test.local"&gt;Test.User@Test.local&lt;/A&gt; server=smtp.test.local subject="Here is an email notification" message="This is an example message"&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224749#M12442</guid>
      <dc:creator>Irosha</dc:creator>
      <dc:date>2016-01-13T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224750#M12443</link>
      <description>&lt;P&gt;Have you looked at splunkd.log?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 17:00:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224750#M12443</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-01-13T17:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224751#M12444</link>
      <description>&lt;P&gt;With Email, sometimes it is just easier to attempt to deliver a message using telnet from the command line of the server to see what is the issue with email server. &lt;/P&gt;

&lt;P&gt;Here is great technet article that describes the smtp commands:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://technet.microsoft.com/en-us/library/aa995718%28v=exchg.65%29.aspx"&gt;https://technet.microsoft.com/en-us/library/aa995718%28v=exchg.65%29.aspx&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you get the same error response you can eliminate Splunk from the issue, and focus on the mail server, from address, to address etc as being the issue. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224751#M12444</guid>
      <dc:creator>dgrubb_splunk</dc:creator>
      <dc:date>2016-01-13T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224752#M12445</link>
      <description>&lt;P&gt;there was an access list configured on our SMTP server. that was the issue. many thanks for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 15:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Email-alerts/m-p/224752#M12445</guid>
      <dc:creator>Irosha</dc:creator>
      <dc:date>2016-01-15T15:44:24Z</dc:date>
    </item>
  </channel>
</rss>

