aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-06 09:32:52 +0000
committerJamis Buck <jamis@37signals.com>2005-06-06 09:32:52 +0000
commit508c26c0bbdbe8dbfd8945225d365f8ad06cb616 (patch)
tree1608385121389763782db009dce27dfd8526cd24 /actionmailer/CHANGELOG
parentba254b5494b4cfae5a497ba6c748ea8c7121df1f (diff)
downloadrails-508c26c0bbdbe8dbfd8945225d365f8ad06cb616.tar.gz
rails-508c26c0bbdbe8dbfd8945225d365f8ad06cb616.tar.bz2
rails-508c26c0bbdbe8dbfd8945225d365f8ad06cb616.zip
BCC headers are removed when sending via SMTP
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1387 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 7eeed73fc7..632791d8af 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* BCC headers are removed when sending via SMTP #1402
+
* Added 'content_type' accessor, to allow content type to be set on a per-message basis. content_type defaults to "text/plain".
* Silently ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com]