Sign in through GitHub
Applied Filters: Mailing x
Action Mailer in Rails 3
Episode #206Mar 22, 201041 comments

Action Mailer in Rails 3

Action Mailer has been rewritten for Rails 3 providing a much cleaner API with its use of the Mail gem. (12 minutes)
Sending Email
Episode #61Jul 23, 200750 comments

Sending Email

This is a brief guide to sending email in Rails. See how to configure the environment, generate a mailer, create a template, and deliver the mail. (7 minutes)