I want to make a contact us form in Rails 3 with the following fields:
- Name
- Message title
- Message body
The posted messages are intended to go to my email address so I don't neccessarily must store the messages in the database. Do I have to use ActionMailer, any gem or plugin for it?