<?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 Test Email in Splunk in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49275#M1011</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;Is it possible in Splunk (web or cli) to send a test email just to immediately check if the email alert notification is working or not?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2011 06:16:15 GMT</pubDate>
    <dc:creator>splunktp</dc:creator>
    <dc:date>2011-07-27T06:16:15Z</dc:date>
    <item>
      <title>Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49275#M1011</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;Is it possible in Splunk (web or cli) to send a test email just to immediately check if the email alert notification is working or not?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 06:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49275#M1011</guid>
      <dc:creator>splunktp</dc:creator>
      <dc:date>2011-07-27T06:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49276#M1012</link>
      <description>&lt;P&gt;I tested my email notification by creating a small schedule search with alert condition of always  that sends email.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 07:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49276#M1012</guid>
      <dc:creator>gooza</dc:creator>
      <dc:date>2011-07-27T07:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49277#M1013</link>
      <description>&lt;P&gt;There isn't. I filed an enhancement request more than a year ago on this.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49277#M1013</guid>
      <dc:creator>petercow</dc:creator>
      <dc:date>2013-08-28T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49278#M1014</link>
      <description>&lt;P&gt;Until Splunk developers add a "test email" link on the email configuration page, here's a quick way to test your email settings in Splunk.&lt;/P&gt;

&lt;P&gt;From the default "Search" home page (the "live dashboard") in version 5.X and earlier, just above the search bar is the "Actions" drop-down menu.  Under there choose the "Schedule PDF Delivery..." option.  Fill in the "Deliver To" field with your address, then click the "Send Test Email" link at the bottom of that window.  Click "Cancel" to exit this window.&lt;/P&gt;

&lt;P&gt;In version 6.X I couldn't find the same actions option, but you should be able to use the "sendmail" search command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | top 5 host | sendemail to="YourAccount@example.com" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But in my test system this wasn't actually sending an email, even when I added the server= fields to point to my MTA.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 14:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49278#M1014</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2014-03-14T14:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49279#M1015</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=_internal | head 1 | sendemail to="name@my.email.domain" format="html" server=smtp.gmail.com:587 use_tls=1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Sep 2014 18:46:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49279#M1015</guid>
      <dc:creator>mcronkrite</dc:creator>
      <dc:date>2014-09-23T18:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49280#M1016</link>
      <description>&lt;P&gt;As per: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Emailnotification"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Emailnotification&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can send email notifications directly from the sendemail search command. Here is an example:&lt;BR /&gt;
index=main | head 5 | sendemail to= server= subject="Here is an email notification" message="This is an example message" sendresults=true inline=true format=raw sendpdf=true&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 15:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49280#M1016</guid>
      <dc:creator>bohanlon_splunk</dc:creator>
      <dc:date>2017-02-01T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Test Email in Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49281#M1017</link>
      <description>&lt;P&gt;If you are a new user, then it may not work, or there may be no option for sending the test mail. You may send test mail after verifying the information. please visit &lt;A href="https://justabout.co/gmail-support-usa/"&gt; Gmail Support USA&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 21:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Test-Email-in-Splunk/m-p/49281#M1017</guid>
      <dc:creator>evana007</dc:creator>
      <dc:date>2018-07-20T21:30:32Z</dc:date>
    </item>
  </channel>
</rss>

