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