Reporting

Can we send report emails from multiple email accounts?

shivarpith
Path Finder

Hi,

I need to send reports to clients generated in splunk. The issue at hand is that I have to send the email from different email addresses. a unique email address for each project or client.

Thanks in advance.

Tags (3)
0 Karma

stephane_cyrill
Builder

docs.splunk.com/Documentation/Splunk/6.0.1/SearchReference/Sendemail

Syntax

sendemail to= [from=] [cc=]
[bcc=] [format= (html|raw|text|csv)] [inline= (true|false)]
[sendresults=(true|false)] [sendpdf=(true|false)] [priority= (highest|
high|normal|low|lowest)] [server=] [width_sort_columns=
(true|false)] [graceful=(true|false)] [sendresults=]
[sendpdf=]

from
Syntax: from=
Description: Email address from line. Defaults to
"splunk@".

0 Karma

Navanitha
Path Finder

This worked for me..Is there a way to change the signature also?

0 Karma

stephane_cyrill
Builder

You can updated savedsearches.conf (where
entry for these scheduled reports are
present) to add multiple email addresses
(comma separated).
See this
http://docs.splunk.com/Documentation/
Splunk/6.0.2/Report/Schedulereports

action.email.from =

The email address that is used as the sender's address.
Default is splunk@$LOCALHOST (or whatever is set for from in
alert_actions.conf ).

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 ...