You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/01/29 06:16:12 UTC

cvs commit: jakarta-gump/python/gump/output nag.py

ajack       2004/01/28 21:16:12

  Modified:    python/gump/output nag.py
  Log:
  Port savvy...
  
  Revision  Changes    Path
  1.8       +6 -4      jakarta-gump/python/gump/output/nag.py
  
  Index: nag.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/output/nag.py,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- nag.py	28 Jan 2004 22:54:50 -0000	1.7
  +++ nag.py	29 Jan 2004 05:16:12 -0000	1.8
  @@ -290,7 +290,9 @@
               #print 'Server:' + `self.workspace.mailserver`
               #print 'e-mail:' + `email`    
               # Fire ...
  -            mail(toaddrs,fromaddr,email,self.workspace.mailserver) 
  +            mail(toaddrs,fromaddr,email,	\
  +                self.workspace.mailserver,	\
  +                self.workspace.mailport) 
               
           except Exception, details:
               log.error("Failed to send nag e-mail: " + str(details), \