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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...