diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-14 16:00:50 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-14 16:00:50 +0100 |
commit | c9fc95d30f527c36d7d6baa2666a8bdab7d72b6e (patch) | |
tree | 4df2720f83ad0f27a96faf2a60f41cb8dfce447a | |
parent | 9f8b2b227dcd1d02fed957a4927e40158c10222e (diff) |
Add some notes on the ability to set production mail config.
-rw-r--r-- | doc/CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index a654f3b6a..9b54a0b52 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,10 @@ +# rails-3-develop + +## Highlighted Features +* There is experimental support for using an STMP server, rather than sendmail, + for outgoing mail. There is not yet any ability to retry if the SMTP server is + unavailable. + # Version 0.21 ## Highlighted Features |