aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 15:03:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 15:03:13 +0000
commit74a612c4a15f3094e478aa79eb63b27efec8358a (patch)
treedef7b21b7aaabaf2ae16dcbba880f4c5f2ca381e /actionmailer/CHANGELOG
parent3135ec40a3304eb79284c4447b0ffc79867f6224 (diff)
downloadrails-74a612c4a15f3094e478aa79eb63b27efec8358a.tar.gz
rails-74a612c4a15f3094e478aa79eb63b27efec8358a.tar.bz2
rails-74a612c4a15f3094e478aa79eb63b27efec8358a.zip
Added that delivery errors are caught in a way so the mail is still returned whether the delivery was successful or not
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1272 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 bb87dd9014..88c3548046 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that delivery errors are caught in a way so the mail is still returned whether the delivery was successful or not
+
* Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> would cause the quoter to generate emails resulting in "bad address" errors from the mail server #1220 [Jamis Buck]