From: Aldric Giacomoni Date: 2009-11-20T01:26:03+09:00 Subject: Re: Using /usr/sbin/sendmail in Ruby Script Dan Sinclair wrote: > > sorry...my bad...looks like i ddin't read up on that specific ruby mail > add on...it would still be easier however for my customers to not need > to install something else. you could also make your script into a stand-alone executable like such: http://www.erikveen.dds.nl/rubyscript2exe/ But, anyway - how is your code failing? have you tried using 'system' instead of 'exec' ? http://blog.jayfields.com/2006/06/ruby-kernel-system-exec-and-x.html -- Posted via http://www.ruby-forum.com/.