From: Dan Sinclair Date: 2009-11-20T01:25:17+09:00 Subject: Re: Using /usr/sbin/sendmail in Ruby Script Aldric Giacomoni wrote: > Dan Sinclair wrote: >> Hi Guys, >> >> I'm very new to Ruby, so please bare with me! >> >> I'm trying to make a ruby script that runs a command/executable. The >> command/executable is native to Mac OS X 10.5 and 10.6. It's the >> sendmail command (found in /usr/sbin/sendmail). > > Why not let Ruby do it all? > http://gemcutter.org/gems/mail ...because not all of my customers will have this installed, and as i recall from looking at that before, you need to have an SMTP server set up too...whereas if i use the sendmail command, it's already to go with Mac OS X... Regards, Dan -- Posted via http://www.ruby-forum.com/.