Skip to content

Commit 33ca133

Browse files
nickcharltonMatheusRich
authored andcommitted
Remove outdated email guides
We were mentioning parts from Rails 4.0 and below, so remove those and point to the current version of Rails guides for previews, which not everyone knows about.
1 parent 9efa3e0 commit 33ca133

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

email/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
- Use [SendGrid] or [Amazon SES] to deliver email in staging and production
44
environments.
55
- Use a tool like [ActionMailer Preview] to look at each created or updated
6-
mailer view before merging. Use [MailView] gem unless using Rails version
7-
4.1.0 or later.
6+
mailer view before merging.
87

98
[amazon ses]: https://thoughtbot.com/blog/deliver-email-with-amazon-ses-in-a-rails-app
109
[sendgrid]: https://devcenter.heroku.com/articles/sendgrid
11-
[mailview]: https://github.com/37signals/mail_view
12-
[actionmailer preview]: http://api.rubyonrails.org/v4.1.0/classes/ActionMailer/Base.html#class-ActionMailer::Base-label-Previewing+emails
10+
[actionmailer preview]: https://guides.rubyonrails.org/action_mailer_basics.html#previewing-and-testing-mailers

0 commit comments

Comments
 (0)