From: "John N. Alegre" Date: 2006-02-23T00:23:45+09:00 Subject: Re: Simple mail send ... CGI or ActionMailer ? Again a followup question. Am I right here .... RubyMail and TMail would give me methods to parse my text into a mail object but then I would then still use net/smtp to send that mail object out as email? Are the mail objects produced by RubyMail or TMail compatible with sending with net/smtp? Thanks for the continued attention. john John N. Alegre wrote: > I want to send some mail using ruby as the CGI. > > I have no trouble creating the parsing code. > > What I need is a quick easy way to send the mail. > > Does the overhead of using ActionMailer under Rails work here.  The mail > is a real simple form with text info, no graphics, nothing fancy.  Is > there anything in stock Ruby CGI that will send smtp mail?  Can someone > point me to some example code? >