From: Rick DeNatale Date: 2007-03-31T08:14:19+09:00 Subject: Re: Send email when a error occurs On 3/30/07, Ivan Vieira wrote: > I have a script in ruby that build a software for me once per day and > when the code is wrong and a error, I don't if the error has ocurred and > I don't know what happened. > > I wanna know how I can saw the error, I want that this script tell me > what happenend by email. Search for the docs on Net::SMTP in the ruby standard library. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/