James C. McPherson wrote:

> This comment in the function has me wondering whether there's
> something I'm missing:
> 
>     # While you can directly speak to SMTP server, the server may
>     # be busy. So instead we "send" it via `sendmail -t`.

I think that what this means is that if you change mail.py to use
smtplib, then you need to add some sort of queue/retry mechanism in case
the mail server is unavailable.  With the current code, sendmail takes
care of that for you.

mike
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to