public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Update README to use new smtp settings configuration API. Closes #10060 
[psq]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8114 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
marcel (author)
Wed Nov 07 19:39:15 -0800 2007
commit  4dfb34dfb5bc43d95feb8e3b790246ef7cf949f0
tree    7e77a482a8482121a889841e1b05d91ac1a52b36
parent  1c40ced3268cfe9ddcd8292368c0cf605ebb8fbd
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Update README to use new smtp settings configuration API. Closes #10060 [psq]
0
+
0
 * Allow ActionMailer subclasses to individually set their delivery method (so two subclasses can have different delivery methods) #10033 [zdennis]
0
 
0
 * Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
...
86
87
88
89
 
90
91
92
...
142
143
144
145
146
 
...
86
87
88
 
89
90
91
92
...
142
143
144
 
145
146
0
@@ -86,7 +86,7 @@ This Mailman can be the target for Postfix. In Rails, you would use the runner l
0
 
0
 The Base class has the full list of configuration options. Here's an example:
0
 
0
-ActionMailer::Base.server_settings = {
0
+ActionMailer::Base.smtp_settings = {
0
   :address=>'smtp.yourserver.com', # default: localhost
0
   :port=>'25', # default: 25
0
   :user_name=>'user',
0
@@ -142,4 +142,4 @@ And as Jim from Rake says:
0
 
0
    Feel free to submit commits or feature requests. If you send a patch,
0
    remember to update the corresponding unit tests. If fact, I prefer
0
- new feature to be submitted in the form of new unit tests.
0
\ No newline at end of file
0
+ new feature to be submitted in the form of new unit tests.

Comments

    No one has commented yet.