<?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 Re: Error Sending email in Splunk 7.0.0 in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384668#M11363</link>
    <description>&lt;P&gt;Solution is provided here-&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/548703/why-are-mailserver-settings-in-alert-actionsconf-n.html" target="_blank"&gt;https://answers.splunk.com/answers/548703/why-are-mailserver-settings-in-alert-actionsconf-n.html&lt;/A&gt;?&lt;/P&gt;

&lt;P&gt;from my observation if we save it through UI the savedsearch.conf of the app/local gets updated with action.email.mailserver = localhost (bug when edited from ui) instead in order to use the provided settings in email settings which is stored in alert_actions.conf in /etc/system/local you can either overwrite the ction.email.mailserver =  in savedsearch.conf from command line or comment it and use the updated one from alert_actions.conf&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:41:36 GMT</pubDate>
    <dc:creator>sunilpanda023</dc:creator>
    <dc:date>2020-09-30T01:41:36Z</dc:date>
    <item>
      <title>Error Sending email in Splunk 7.0.0</title>
      <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384664#M11359</link>
      <description>&lt;P&gt;We were able to send mails till yesterday but from today we are facing the below error and mails are not getting triggered&lt;/P&gt;

&lt;P&gt;ERROR  sendemail:452 - Connection unexpectedly closed while sending mail to:&lt;/P&gt;

&lt;P&gt;ERROR   sendemail:137 - Sending email. subject="#CGO# Splunk Dashboard: 'CFS  COS2 Cloud Reports'", results_link="&lt;A href="http://ip-xx-xx-xx-xxxx:xx/app/search/@go?sid="&gt;http://ip-xx-xx-xx-xxxx:xx/app/search/@go?sid=&lt;/A&gt;", recipients="&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384664#M11359</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2018-06-15T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error Sending email in Splunk 7.0.0</title>
      <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384665#M11360</link>
      <description>&lt;P&gt;This may be a SMTP exception problem. The Team managing the SMTP Virtual name/ Servers needs to add your host name to the exceptions list allowing that server the ability to send outbound email.&lt;BR /&gt;
As you said, that you were receiving emails till yesterday did you check with your team that splunk server is still whitelisted in SMTP server? Sometimes what happens is they give a time limited access. So first confirm from SMTP guys.&lt;/P&gt;

&lt;P&gt;your other options are getting a SMTP relay server setup where you can use that one Box (usually one of the server u manage) to send out the emails on your behalf (Opposed to the virtual name) downfall with this is it's a single point of failure where a Load Balanced SMTP virtual name... usually has more than one subnet represented its disaster recovery ready.&lt;/P&gt;

&lt;P&gt;The last option is to setup Splunk as an SMTP server or another server locally that you manage.&lt;/P&gt;

&lt;P&gt;If you work in an Enterprise or for a Gov. It's better and easier if you work this through your exchange team so that you have high availability with your email.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384665#M11360</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-06-15T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error Sending email in Splunk 7.0.0</title>
      <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384666#M11361</link>
      <description>&lt;P&gt;We are using gmail SMTP server here.  smtp.gmail.com:465 is the SMTP details which we got from google.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384666#M11361</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2018-06-15T07:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error Sending email in Splunk 7.0.0</title>
      <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384667#M11362</link>
      <description>&lt;P&gt;Try sending email through SPL&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;code&amp;gt;my search terms | sendemail to=foo@bar.com sendresults=true server=smtp.gmail.com:465
&amp;lt;/code&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and see what error you get.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384667#M11362</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-06-15T07:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Sending email in Splunk 7.0.0</title>
      <link>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384668#M11363</link>
      <description>&lt;P&gt;Solution is provided here-&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/548703/why-are-mailserver-settings-in-alert-actionsconf-n.html" target="_blank"&gt;https://answers.splunk.com/answers/548703/why-are-mailserver-settings-in-alert-actionsconf-n.html&lt;/A&gt;?&lt;/P&gt;

&lt;P&gt;from my observation if we save it through UI the savedsearch.conf of the app/local gets updated with action.email.mailserver = localhost (bug when edited from ui) instead in order to use the provided settings in email settings which is stored in alert_actions.conf in /etc/system/local you can either overwrite the ction.email.mailserver =  in savedsearch.conf from command line or comment it and use the updated one from alert_actions.conf&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-Sending-email-in-Splunk-7-0-0/m-p/384668#M11363</guid>
      <dc:creator>sunilpanda023</dc:creator>
      <dc:date>2020-09-30T01:41:36Z</dc:date>
    </item>
  </channel>
</rss>

