<?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 how to make sure that mail has been successfully delivered from splunk email notifications in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342435#M6053</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to send email to a set of user returned from my search query. Now how to keep a track whether they have been successfully delivered or not ?&lt;BR /&gt;
And if delivered how to get a list of how many mails has been sent to a particular email id in last 1 month for example. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 10:43:02 GMT</pubDate>
    <dc:creator>surekhasplunk</dc:creator>
    <dc:date>2018-02-01T10:43:02Z</dc:date>
    <item>
      <title>how to make sure that mail has been successfully delivered from splunk email notifications</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342435#M6053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to send email to a set of user returned from my search query. Now how to keep a track whether they have been successfully delivered or not ?&lt;BR /&gt;
And if delivered how to get a list of how many mails has been sent to a particular email id in last 1 month for example. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342435#M6053</guid>
      <dc:creator>surekhasplunk</dc:creator>
      <dc:date>2018-02-01T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to make sure that mail has been successfully delivered from splunk email notifications</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342436#M6054</link>
      <description>&lt;P&gt;Email is a "best effort" delivery mechanism. &lt;BR /&gt;
It never was intended (nor will ever be) a guaranteed delivery service.&lt;/P&gt;

&lt;P&gt;The Splunk logs will only show you that Splunk attempted to send an email, and the initial server accepted it.&lt;BR /&gt;
What happens downstream has nothing to do with the sender (Splunk in this case), and nor will it be reported if the email is bounced/rejected/lost/delivered.&lt;/P&gt;

&lt;P&gt;Now, If you own the server... you can splunk its logs to track delivery success of all emails (not just from Splunk) and correlate them to your alerts if you wish, but only as far as that mailserver can 'see'.&lt;/P&gt;

&lt;P&gt;If you need guaranteed delivery, email is not the best choice.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 11:13:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342436#M6054</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-02-01T11:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to make sure that mail has been successfully delivered from splunk email notifications</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342437#M6055</link>
      <description>&lt;P&gt;Yes I agree with @nickhillscpl, in addition to that if you want the list of all email sent out by splunk refer below:&lt;BR /&gt;
The Python and splunkd logs would be the place to start. You can run the following query to get e-mail related activity:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*python.log sendemail
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you run the same search but with splunkd.log instead, there's a field called ssname that gives the search that triggered the alert.&lt;/P&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 12:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-make-sure-that-mail-has-been-successfully-delivered-from/m-p/342437#M6055</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-02-01T12:33:11Z</dc:date>
    </item>
  </channel>
</rss>

