Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10060 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Outdated ActionMailer README

Reported by: psq Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionMailer Version: edge
Severity: minor Keywords: docs
Cc:

Description

The ActionMailer README file references server_settings instead of smtp_setting

Attachments

actionmailer.patch (0.8 kB) - added by psq on 11/02/07 07:25:08.
suggested patch

Change History

11/02/07 07:25:08 changed by psq

  • attachment actionmailer.patch added.

suggested patch

(in reply to: ↑ description ) 11/02/07 07:27:54 changed by psq

Replying to psq:

The ActionMailer README file references server_settings instead of smtp_setting

should read "smtp_settings"

11/02/07 08:42:27 changed by chuyeow

+1

You may want to help fix the grammatical and typographical errors at the end of the file.

I'''n''' fact, I prefer new feature'''s''' to be submitted in the form of new unit tests.

11/02/07 08:43:09 changed by chuyeow

  • keywords set to docs.
  • summary changed from Outdated ActionMailer README to [PATCH] Outdated ActionMailer README.

11/08/07 03:39:19 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

(In [8114]) Update README to use new smtp settings configuration API. Closes #10060 [psq]