[Bf-committers] CVS commit: blender/intern/tools/tinderbox tinderbox-blender.pl

Frank van Beek bf-committers@blender.org
Thu, 30 Jan 2003 00:51:19 +0100 (CET)


frank (Frank van Beek) 2003/01/30 00:51:19 CET

  Modified files:
    blender/intern/tools/tinderbox tinderbox-blender.pl 
  
  Log:
  - tinderbox-blender.pl now can use two different ways of delivering mail.
    Either through Mail::Send or through Net::SMTP. Which module is
    installed is detected automatically. Mail::Send relies on mail or
    sendmail to deliver the outgoing messge. Neither is installed on
    cygwin/windows. The Net::SMTP is part of the perl package for cygwin.
  - created a function SendMail($subject, $body) which uses one of the
    two modules
  - Net::SMTP by default tries to deliver the e-mail to whatever is
    listening on port 25 on localhost (untested). This can be overruled
    by setting the environment variable SMTP_SERVER to the smtp server
    of your ISP.
  
  Revision  Changes    Path
  1.15      +89 -45    blender/intern/tools/tinderbox/tinderbox-blender.pl