From: David Vallner Date: 2006-02-22T10:00:55+09:00 Subject: Re: Simple mail send ... CGI or ActionMailer ? Dňa Utorok 21 Február 2006 22:43 John N. Alegre napísal: > 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? > > Thanks > john 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. David Vallner