Skip to content

Commit

Permalink
Require smtp-tls in environment (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesu committed Dec 13, 2008
1 parent 2c6bb07 commit 5120656
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
# Extensions
require_dependency 'railscollab_extras'

# SSL SMTP
begin
require 'smtp-tls'
rescue
end

Rails::Initializer.run do |config|
# Specify gems that this application depends on.
# They can then be installed with "rake gems:install" on new installations.
Expand Down

0 comments on commit 5120656

Please sign in to comment.