bzr-email 0.11 released
Jari Aalto
jari.aalto at cante.net
Thu Sep 28 21:46:56 BST 2006
John Arbash Meinel <john at arbash-meinel.com> writes:
> > A direct SMTP communication is better. The code shoudl look at
> > environment variable SMTPSERVER.
>
> Is there already a standard for something like SMTPSERVER? If it is bzr
> specific, then it should be BZR_SMTP_SERVER.
There are programs that use:
SMTPSERVER
if it exists [1]. I suggest:
- Use BZR_SMTP_SERVER if defined
- If not, use SMTPSERVER if defined
- Else, notify user that manual setup is needed.
[1]
- Perl programs and libraries use it. E.g. Email::Send::SMTP::Auth.pm
- Emacs uses it
- Some SMTP client programs that forward mail to smarthost are known
to use it. (Can't check which, because my other PC is under repair)
More information about the bazaar
mailing list