From: Ken Hornstein Date: Fri, 8 Sep 2017 16:08:41 +0000 (-0400) Subject: Add a -credentials argument when we call post. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9a4413187b1cf9562bceef8cfe442278ed67afd9?hp=9a4413187b1cf9562bceef8cfe442278ed67afd9 Add a -credentials argument when we call post. If we are using -check, post(8) will need to talk to a remote SMTP server, and it might need to perform authentication when doing so. So include a -credentials option if there is the appropriate line in the user's profile. ---