aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
diff options
context:
space:
mode:
authorKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 16:31:27 -0500
committerKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 16:32:06 -0500
commitfc6336d1bed794681b09cc10c80182cd457fb414 (patch)
treeae2965e7b427dbf67417a9a8a21cba7eda5982fc /guides/source/action_mailer_basics.md
parent38db4e2ca9902a57ae45422cba9cccbfc3e912b6 (diff)
downloadrails-fc6336d1bed794681b09cc10c80182cd457fb414.tar.gz
rails-fc6336d1bed794681b09cc10c80182cd457fb414.tar.bz2
rails-fc6336d1bed794681b09cc10c80182cd457fb414.zip
Punctuation, capitalization, grammar fixes in rails guides
Diffstat (limited to 'guides/source/action_mailer_basics.md')
-rw-r--r--guides/source/action_mailer_basics.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index ddb0e438c9..03e3cab0c7 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -5,6 +5,10 @@ This guide should provide you with all you need to get started in sending and re
After reading this guide, you will know:
+* How to send and receive email within a Rails application.
+* How to generate and edit an Action Mailer class and mailer view.
+* How to configure Action Mailer for your environment.
+* How to test your Action Mailer classes.
--------------------------------------------------------------------------------
Introduction