Reporting

How to get sendemail.py to work

Roozbeh59
New Member

We want to include an image in the body of the email before it is sent out. However, "action.email.message.report" only allows texts in the box, so we modified sendemail.py script. The original file is in $SPLUNK_HOME$/etc/apps/search/bin folder. How do I make the updated sendemail.py script working?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi
You can update It. But I suggest following below steps.

Make sure your changes will be done in your app only.

1) Create a commands.conf.

[sendemail]
filename =  my_sendmail.py
streaming = false
run_in_preview = false
passauth = true
required_fields =
changes_colorder = false
supports_rawargs = true
undo_scheduler_escaping = true
is_risky = true
local = true

2) Copy ./search/bin/sendemail.py to YOUR__APP/bin/my_sendmail.py

Do not change in search/bin/sendemail.py file.
Do appropriate changes in YOUR__APP/bin/my_sendmail.py only as per your requirements.

Within your app, sendmail will work as per you made changes in my_sendmail.py

Let me know for further assistance.

Thanks

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...