On Feb 4, 2011, at 10:32 PM, Bhasker Harihara wrote:

Hi,

I am planning to write an internal messaging system for my users. Should I be using Actionmailer ? I am not interested in using any plugin or 3rd party sw as I want to learn some ror.

Is actionmailer used mainly for feedback and sending general emails.

I am a new to rails so any suggestions and ideas are welcome.

ActionMailer is a class which encapsulates the creation of mail messages (in various formats) from ActiveModel instances using ActionView templates and delivering those messages. It is roughly analogous to ActionController in a Web application, but specialized around the e-mail format. It is a very general purpose tool, suitable for use in building more specialized systems as you need.

Walter



Warm Regards



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails- t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en .

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to