On Sun, May 21, 2006 at 03:28:05PM -0700, David Christensen wrote: >cygwin: > >I would like to send e-mail messages from Cygwin Bash scripts. I have >installed the "email" and "exim" packages. When I attempt to send a test >message form the command line, it fails: > > 2006-05-21 15:13:46 [EMAIL PROTECTED] ~ > $ cat foo > test message. > line 2 > bye. > > 2006-05-21 15:14:02 [EMAIL PROTECTED] ~ > $ /usr/bin/email -s test [EMAIL PROTECTED] < foo > > E-Mail Sent > sh: /usr/lib/sendmail: No such file or directory > > >It looks like I'm missing a library (/usr/lib/sendmail). Looking for a >Cygwin package containing this file reveals nothing: > > http://cygwin.com/packages/ > > >Looking for a sendmail binary reveals nothing: > > 2006-05-21 15:21:57 [EMAIL PROTECTED] ~ > $ which sendmail > sendmail: Command not found. > > >Any suggestions?
How about reading /usr/share/doc/Cygwin/email*.README? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/