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...
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 if anyone has presented this error message, I would appreciate how it was solved "-0500 ERROR sendemail :475 - ( 554 , ' 5.2.252 STOREDRV.Submission...
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...
...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...
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...
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...
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...