Most of the top Google matches having to do with Rails and ActionMailer relate to older versions which are different than ActionMailer in Rails 2.2.2.
To get correct documentation go straight to the source, the Rails wiki page on Mailers.
Most of the top Google matches having to do with Rails and ActionMailer relate to older versions which are different than ActionMailer in Rails 2.2.2.
To get correct documentation go straight to the source, the Rails wiki page on Mailers.
4 Comments
In addition, I would recommend always starting at the Rails Guides pages for current documentation, guides, and howtos.
http://guides.rails.info/
They also have an ActionMailer basics guide.
Unfortunately, the regular Rails wiki is not very well maintained, so its wonderful these exist and are kept current with new releases.
Agreed. I’m coming back to rails from a few months away. I’m finding a TON of sites with broken links to documentation. The Rails Wiki SHOULD be the place to go. But, sadly it’s not so hot. Thanks for the comment Andrew.
Thanks for the link about – In fact, my search for Rails ActionMailer sent me to an older version as you pointed out.
My pleasure
I’m glad it was helpful.