views:

158

answers:

2

Hello everybody, I wanna make a contact us form in Rails 3 with the fields name, email, message title and message body but I don't know how to do it. The posted messages are intended to go to my email address so I don't necessarily must store the messages in the DB. Do I have to use ActionMailer, any gem or plugin for it? Any help is appreciated!

Thanks!

A: 

This tutorial is an excellent example - and it's Rails 3

stephenmurdoch
A: 

Complete tutorial should be.

Djibouti