Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoR: Update assignment section - Mailers #29071

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ruby_on_rails/mailers_advanced_topics/mailers.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ The [Letter Opener gem](https://github.com/ryanb/letter_opener), put in your `de

<div class="lesson-content__panel" markdown="1">

1. Read sections 1 and 2 of the [Rails Guide on ActionMailer](http://guides.rubyonrails.org/action_mailer_basics.html).
1. Read sections 3 and 4 to [learn about callbacks and helpers](https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-callbacks).
1. Read section 5.2, which covers [sending mail with your Gmail](https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration-for-gmail).
1. Skim sections 6 and 7 on [testing and intercepting emails](https://guides.rubyonrails.org/action_mailer_basics.html#mailer-testing).
1. Read sections 1 to 5 of the [Rails Guide on ActionMailer](http://guides.rubyonrails.org/action_mailer_basics.html).
1. Read sections 6 and 7 to [learn about callbacks and helpers](https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-callbacks).
1. Read section 8.2, which covers [sending mail with your Gmail](https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration-for-gmail).
1. Skim sections 9 and 10 on [testing and intercepting emails](https://guides.rubyonrails.org/action_mailer_basics.html#previewing-and-testing-mailers).

</div>

Expand Down
Loading