Splunk Enterprise

Not getting email from Splunk

himanshu_b_shek
New Member

Hi Everyone,

Could you please help me to find out the issue with my Splunk instance.

I am not getting email from splunk for the scheduled report/alert.

Splunk version: 6.6.2

SMTP server is configured on that local server and port 25 is open.

1. for testing triggered email command from powershell in this case I am getting email .

 

$MailparamsDisable = @{
'To' = 'himanshu.b.shekhar@xyz.com'
'Subject' = 'xyz account maintenance'
'From' = 'IAM.Admin@xyz.com'
'SmtpServer' = 'xyz.abc.com'
'Body' = "Hi Splunk"

}
Send-MailMessage @MailparamsDisable

 

 

2. but from splunk i am not getting email.

index=_internal
| head 5
| sendemail
to="himanshu.b.shekhar@xyz.com"
server="xyz.abc.com:25"
subject="Here is an email notification"
message="This is an example message"
sendresults=true inline=true
format=raw sendpdf=true


Search Factory: Unknown search command 'sendemail'.

what could be issue please help me on this.

 

Thank in advance.

 

Thank You,

Himanshu

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust
Verify the $SPLUNK_HOME/etc/apps/search/bin/sendemail.py file is still present

BTW, 6.6.2 is an unsupported version. Consider upgrading.
---
If this reply helps you, Karma would be appreciated.
0 Karma

himanshu_b_shek
New Member

Hi Richgalloway,

Thanks for your reply.

As  i verified  "E:\Program Files\Splunk\etc\apps\search\bin\sendemail.py" is exist .

What could be other options to fix this issue rather than upgrading?

 

Thank you,

Himanshu 

0 Karma

richgalloway
SplunkTrust
SplunkTrust
Go to Settings->Advanced Search->Search Commands and verify sendemail is there with the right permissions and is not disabled.
---
If this reply helps you, Karma would be appreciated.
0 Karma

himanshu_b_shek
New Member

Hi Richgalloway,

In below path , i do not have sendemail search :

Go to Settings->Advanced Search->Search Commands and verify sendemail is there with the right permissions and is not disabled.

 

In message tab i can see -

"Your license for Splunk App for Microsoft Exchange has expired or cannot be found."

is it related to this issue ?

 

Thank You,

Himanshu

0 Karma

richgalloway
SplunkTrust
SplunkTrust
Those are two unrelated problems.

Consider re-installing Splunk.
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...