RE: simple formmail question

Dunno… I just used ActionMailer with a bit of help from Rick O.'s
example on table-less model classes:

His example:
http://rails.techno-weenie.net/tip/2005/11/19/validate_your_forms_with_a
_table_less_model

My implementation of a “contact form” that takes the previous example a
bit further:
http://www.bphogan.com/learn/pdf/tableless_contact_form.pdf

-Brian