Re: [PATCH 0/3] rtemstoolkit: Add SMTP login to mailer

2021-04-13 Thread Chris Johns
On 13/4/21 12:09 pm, Joel Sherrill wrote: > On Mon, Apr 12, 2021, 6:47 PM Chris Johns > wrote: > > Hi Alex, > > This looks great. Thank you for adding this feature. OK to push. > > Do you think a small section called "Posting Reports" that explains how > to

Re: [PATCH 0/3] rtemstoolkit: Add SMTP login to mailer

2021-04-12 Thread Joel Sherrill
On Mon, Apr 12, 2021, 6:47 PM Chris Johns wrote: > Hi Alex, > > This looks great. Thank you for adding this feature. OK to push. > > Do you think a small section called "Posting Reports" that explains how to > use > these options, ie with GMail, would be good to have? > Yes. And it would be even

Re: [PATCH 0/3] rtemstoolkit: Add SMTP login to mailer

2021-04-12 Thread Chris Johns
Hi Alex, This looks great. Thank you for adding this feature. OK to push. Do you think a small section called "Posting Reports" that explains how to use these options, ie with GMail, would be good to have? Chris On 13/4/21 6:22 am, Alex White wrote: > This patch set includes changes to allow fo

[PATCH 0/3] rtemstoolkit: Add SMTP login to mailer

2021-04-12 Thread Alex White
This patch set includes changes to allow for authentication with the SMTP host using login information provided by command line options. This allows, for example, standard Gmail or Outlook STMP servers to be specified for the `--smtp-host` option. Alex White (3): rtemstoolkit/mailer.py: Return