Sha256: 3960012cb8054f15705cafdf3be7bcd423d11212f996ddcf4c60c69d6cb3e277

Contents?: true

Size: 409 Bytes

Versions: 9

Compression:

Stored size: 409 Bytes

Contents

# Load the rails application
require File.expand_path('../application', __FILE__)

# Initialize the rails application
TestApp::Application.initialize!

ActionMailer::Base.smtp_settings = {  
  :address              => "mail.lvh.me",  
  :port                 => ENV['POST_OFFICE_SMTP_PORT'],  
  :domain               => "mail.lvh.me",
  :enable_starttls_auto => false,
  :ssl => false,
  :tls => false  
}  

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mail_manager-3.2.25.1 spec/test_app/config/environment.rb
mail_manager-3.2.22.0 spec/test_app/config/environment.rb
mail_manager-3.2.7 spec/test_app/config/environment.rb
mail_manager-3.2.6 spec/test_app/config/environment.rb
mail_manager-3.2.5 spec/test_app/config/environment.rb
mail_manager-3.2.4 spec/test_app/config/environment.rb
mail_manager-3.2.2 spec/test_app/config/environment.rb
mail_manager-3.2.1 spec/test_app/config/environment.rb
mail_manager-3.2.0 spec/test_app/config/environment.rb