Generate mailer question

I’m trying to create a feedback form that will email me the submitted
feedback but I’m totally confused on how to achieve it. I can’t seem to
find any examples and the agile web development section on emails just
confuses me even more!

So a user types their feedback in the view
the text is captured and sent to the method and emailed to me.

Its easy so why can’t I work it out?!

My ActionMailer works fine so its not that…