fake sendmail for bugzilla/windows

  glob.com.au/sendmail
  sendmail@glob.com.au

about

  sendmail.exe is a simple windows console application that emulates sendmail's
  "-t" option to deliver emails piped via stdin.

  it is intended to ease running unix code that has /usr/lib/sendmail hardcoded
  as an email delivery means.

  it doesn't support deferred delivery, and requires an smtp server to perform
  the actual delivery of the messages.

install

  (1) download sendmail.zip 

  (2) copy sendmail.exe and sendmail.ini to \usr\lib on the drive where the
      unix application is installed.

      eg.  if your application is installed in c:\bugzilla, sendmail.exe and
      sendmail.ini need to be copied to c:\usr\lib\sendmail.exe and
      c:\usr\lib\sendmail.ini

  (3) configure smtp server and default domain in sendmail.ini

license and source

  this program is released under the bsd license.

  the license details and full source (delphi 2007) are included in the zip.