From: "John N. Alegre" Date: 2006-02-22T23:58:32+09:00 Subject: Re: Simple mail send ... CGI or ActionMailer ? David never mind my question on this. I found it. James and Logan ... Thanks for your answers. Just one brief followup question. Can any one who has used them discuss the advantages of TMail or RubyMail vs simple "rolling your own". Note that in my case the parsing code to pull the mail out of the form is done. All I am looking for is an easy way to put that into a email form and send it via a local SMTP host. Note that the host is not the same machine as the CGI but is reachable on the LAN. James's sample code looks like it might work, I have not worked with it yet. What gains would i get with the TMail or RubyMail packages? Thanks for the continued help. john David Vallner wrote: > You can also use the TMail or RubyMail or whichever else mail packages > there out there to make you the mail body of arbitrary fanciness if you > don't feel like making the mail string yourself. Check the RAA.