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

Changeset 8114

Show
Ignore:
Timestamp:
11/08/07 03:39:15 (1 year ago)
Author:
marcel
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/CHANGELOG

    r8111 r8114  
    11*SVN* 
     2 
     3* Update README to use new smtp settings configuration API. Closes #10060 [psq] 
    24 
    35* Allow ActionMailer subclasses to individually set their delivery method (so two subclasses can have different delivery methods) #10033 [zdennis] 
  • trunk/actionmailer/README

    r4922 r8114  
    8787The Base class has the full list of configuration options. Here's an example: 
    8888 
    89 ActionMailer::Base.server_settings = { 
     89ActionMailer::Base.smtp_settings = { 
    9090  :address=>'smtp.yourserver.com',    # default: localhost 
    9191  :port=>'25',                        # default: 25