Rails 3
I currently have Devise confirmable installed and everything works great. My question is, How can I have a seperate mailer for other parts of the app?
What I would like to have happen:
I want to have a contact me form or I want to have other forms that user fills out that get emailed to admin for review.
Can devise also handle this? Or do I need to run a seperate mailer?
Yes, you can have separate mailer, and it is better to have separate mailer instead of making devise handle all mail.
ActionMailer basics: http://guides.rubyonrails.org/action_mailer_basics.html