From: Sandeep Asp Date: 2009-04-02T03:37:24+09:00 Subject: ActionMailer:Base Validation Hi all, I've used below link to send mass emails to people.I am able to send using the same code without any issues. http://www.tutorialspoint.com/ruby-on-rails/rails-send-email.htm Now,Is that i need to validate Subject,Recipient,Message text boxes.Can you please suggest me how this can be achieved.As i am very new to rails and i beleive ActionRecord cannot be used here as we are using ActionMailer for sending mass emails. Appreciate your quick response with some example to do or any steps. Thanks.. -- Posted via http://www.ruby-forum.com/.