Hi,
I'm trying to send emails via a SMTP relay server (alias "smart host" or "smarthost" [2]). No authentication is needed and no encryption is supported. I added the following [sendemail] c...
...ser2 app1 abc index=* source=* user2\@test.com WHen i add the below command, i see email of all the results in the table. | sendemail to="abc@test.com" format=table subject=myresults s...
Hello, I am using Splunk enterprise 7.3.5.
I would like to send an email, using the command sendemail, but I would like to create it based on a search result, so I am trying:
e...
Hi all
I'm testing sendemail command but it's not sending email.
here's my search code
index=main
| table _time
| sendemail to=tkdguq0110@gmail.com subject=sendemail_test server=m...
Hi everyone,
We are trying to configure emails sending from Splunk through our SMTP server.
When i run
index=test sourcetype="_json" ERROR "message": "ORA*" | sendemail to="xx@xx.com" s...
I'm trying to send an email with the server being different from the one specified in the system settings. Here is the search that I'm using:
mySearch | sendemail to="myEmail@place.com" server=m...
...mail_message="Dear colleague,
We received an IT alert regarding something.
Should you have any question, please contact us.
Best regards.
"
| map search="sendemail server="smtp.company.com" from="noreply@c...
Sendemail apparently stopped working and python.log has the log messages as below repeating whenever I test "sendemail" or email alert was triggered. But then the email appears to be d...
I would like to be able to customize the name of the csv attachments sent using the sendemail function. Is there any other way to do this besides editing the sendemaily.py script?
Whenever I attempt to pipe results to the sendemail function, I get the following error:
External search command 'sendemail' returned error code 1.
Here's an example of the command I use:
e...