Reporting

WHY is sendemail to=$mail$ not working ?

lifekis
Explorer

hello, 

sendemail can not work variable fields.

example,

 

 

index=mail
| table id domain
| eval email=id."@abc.com"
| sendemail to="$email$" subject="test" sendresult=true inline=true message="test"

 

 

>> command="sendemail", {} while sending mail to:

 

 

 

index=_internal email

 

 

>> ERROR sending email. subject="test", results_line="None", recipients="[]", server="localhost"

 

why can't I identify my email address?

it works normally when i enter email address.

 

Labels (1)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The way you are using it, $email$ is notation for a token, not a field - have you tried

| sendemail to=email subject="test" sendresult=true inline=true message="test"
0 Karma

lifekis
Explorer

The following information is output:
before: 
ERROR sending email. subject="test", results_line="None", recipients="[]", server="localhost"
after: INFO sending email. subject="test", results_line="None", recipients="[email]", server="localhost"

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...