Ethan Mallove wrote:
Hi Pasha,
I confess that I don't use the Email reporter. I think the
email_subject is out-of-date. Try this:
email_subject = MPI test results: ¤t_section()
I'm unsure about the empty email body, but have an idea.
What does this output for you?
$ which Mail mailx mail rmail mutt elm
which Mail mailx mail rmail mutt elm
/usr/bin/Mail
/usr/bin/mailx
/usr/bin/mail
/usr/bin/mutt
I'm guessing the problem is that your mail agent has a
problem with doing this:
$ cat foo.txt | <mail-agent> -s "MTT Mail Test" pa...@mellanox.co.il
$ cat foo.txt
Subject:
start_timestamp: blah blah
the command : cat foo.txt | /usr/bin/Mail -s "MTT Mail Test"
pa...@mellanox.co.il
worked nice for me, I got the mail with the subj.
Pasha