Changeset 8114
- Timestamp:
- 11/08/07 03:39:15 (1 year ago)
- Files:
-
- trunk/actionmailer/CHANGELOG (modified) (1 diff)
- trunk/actionmailer/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/CHANGELOG
r8111 r8114 1 1 *SVN* 2 3 * Update README to use new smtp settings configuration API. Closes #10060 [psq] 2 4 3 5 * Allow ActionMailer subclasses to individually set their delivery method (so two subclasses can have different delivery methods) #10033 [zdennis] trunk/actionmailer/README
r4922 r8114 87 87 The Base class has the full list of configuration options. Here's an example: 88 88 89 ActionMailer::Base.s erver_settings = {89 ActionMailer::Base.smtp_settings = { 90 90 :address=>'smtp.yourserver.com', # default: localhost 91 91 :port=>'25', # default: 25