Hi guys!! I want to send a mail when the files match condition is true, but I've tried with the following commands with no luck:
1. mailx -s 'Test Mail from Jenkins' -a **/my_file.csv [email protected] but it returns failure "mailx: not found" 2. sendmail -f [email protected] -t [email protected] -m -a file1.csv and returns "sendmail: not found" 3. mpack -s "Subject here" file.csv [email protected] and returns "mpack: not found" and returns "mpack: not found" What Am I doing wrong? Thanks so much..... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dfcb5526-7c74-4f01-b69f-67148d4cda9d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
