From: David Vallner Date: 2006-02-17T08:19:15+09:00 Subject: Re: ruby html (or xhtml) forms class... Dňa Štvrtok 16 Február 2006 23:28 John N. Alegre napísal: > On a similar note .... > > Is there a class to parse a form and send the results in email? I am > looking for something as "plug and play" as possible. > > All comments welcome > john > If very desperate, you can put a YAML dump of the form data in an e-mail. Personally, I don't think I'd use such a magic solution - I prefer a good HTTP request parser and a good mailer as separate components, than a half-baked mix and match of both. David Vallner