I want to make a contact us form in Rails 3 with the following fields:
- Name
- Email
- 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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…