If I search for "sendmail" in my server where Jenkins is installed, I find;
deploy@DS0:~/selenium$ sudo find / -name "sendmail" /var/lib/docker/aufs/diff/3adcc7d98df145e2238d36c153978c01bb9795e9454becd7dc68c4779afeaac5 */usr/sbin/sendmail* So, I guess, I could use "sendmail" perfectly.... couldn't I? Thanks so much!! El miércoles, 6 de septiembre de 2017, 9:39:06 (UTC+2), Diptiman Adak escribió: > > Probably the slave does not have the packages installed. > > On Wednesday, September 6, 2017 at 12:38:17 PM UTC+5:30, Ana MB wrote: >> >> 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/58903e43-8b58-4cd6-a9f0-092fb0199f4c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
