Hi, I have a requirement where my search displays the below result and the out is stored in CSV Now in another query I am inputting the CSV from the first search and trying to send an email for each filed value of "email_ID" with 20 line email body content, I have tried with the below query (without a email body as I don't know how to insert 20line email body ) but it is giving me an error. Also, please help me with how to insert 20line email body Search result : email_ID Head_ID -----------------------------------------
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] query : | inputlookup email_ID.csv append=t | fields email_ID Head_ID | sendemail from="
[email protected]" to="$email_ID$" cc="$Head_ID $" subject="emailtest" sendresults=true inline=true query error: command="sendemail", {} while sending mail to:
... View more