<div dir="ltr">Ah.<br><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 23, 2016 at 6:37 PM, Maarten Hoes <span dir="ltr"><<a href="mailto:hoes.maarten@gmail.com" target="_blank">hoes.maarten@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br>B.)<br>drop sendEmail, install mail/mailx and install&configure something like sendmail/postfix/exim on vm140 and see if the cppcheck-report.sh script can be modified to use mail/mailx instead. I do have some shell skills, so I could spend some time on that myself to see if I can make that work. But I will need some help with the sendmail/postfix/exim configuration part. (and I guess if vm140 cannot receive mail, then the account used to send the email would need to be approved for sending to the mailing list in some other manner than 'the normal way').<br></div></blockquote><div><br></div><div>Looks like sendmail is not required after all, the following (trying from my own vm) works :<br><br>$ mailx -v -s "Test Mail" -S smtp-use-starttls -S ssl-verify=ignore -S smtp-auth=login -S smtp=smtp://<a href="http://smtp.gmail.com:587">smtp.gmail.com:587</a> -S from="<a href="mailto:fromuser@gmail.com">fromuser@gmail.com</a>(My From User)" -S smtp-auth-user=<a href="mailto:fromuser@gmail.com">fromuser@gmail.com</a> -S smtp-auth-password="mypass" -S ssl-verify=ignore <a href="mailto:touser@gmail.com">touser@gmail.com</a> < /dir/file<br></div><div><br><br></div><div>If someone with root access can install mailx on <a href="http://vm140.documentfoundation.org">vm140.documentfoundation.org</a>, I can start working on modifying the script to use 'mailx' instead of 'sendEmai'. (if still desired, that is: let me know).<br><br><br><br></div><div>- Maarten<br> </div></div><br></div></div></div>