aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-01-31 02:09:45 +0000
committerMichael Koziarski <michael@koziarski.com>2007-01-31 02:09:45 +0000
commit27bb903aa068fc61c79bec53a7f4d524e935cf0f (patch)
treeed34566397a14c0e9ec98066941b88cf9534fb0d /actionmailer/CHANGELOG
parent3f4cbccb9cf4cf03ce81c43cbd155a818df4c04f (diff)
downloadrails-27bb903aa068fc61c79bec53a7f4d524e935cf0f.tar.gz
rails-27bb903aa068fc61c79bec53a7f4d524e935cf0f.tar.bz2
rails-27bb903aa068fc61c79bec53a7f4d524e935cf0f.zip
Rename server_settings to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6095 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 2942a9c072..157c975ef0 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Rename server_settings to smtp settings, and add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz]
+
* Allow mailer actions named send by using __send__ internally. #6467 [iGEL]
* Add assert_emails and assert_no_emails to test the number of emails delivered. #6479 [Jonathan Viney]