On Thu, 2005-07-21 at 16:20 -0400, Bryan larsen wrote:
> The example configuration file makes it appear that the SMTP port is
> configurable. Make it so.
The documentation for smtplib.SMTP says that the smtpserver parameter is
passed to connect(). This latter function parses the smtpserver for
'
The example configuration file makes it appear that the SMTP port is
configurable. Make it so.
Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]>
---
stgit/commands/mail.py |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/stgit/commands/mail.py b/stgit/commands/mail
The example configuration file makes it appear that the SMTP port is
configurable. Make it so.
Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]>
---
stgit/commands/mail.py |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/stgit/commands/mail.py b/stgit/commands/mail.p
3 matches
Mail list logo