File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 66# Bootstrap the Rails environment, frameworks, and default configuration
77require File . join ( File . dirname ( __FILE__ ) , 'boot' )
88
9- ActionMailer ::Base . server_settings = {
10- :address => "mail.electrictextiles.com" ,
11- :port => 25 ,
12- :domain => "electrictextiles.com" ,
13- :authentication => :login ,
14- :user_name => "admin" ,
15- :password => "vr0cgX!2"
16- }
9+ # ActionMailer::Base.server_settings = {
10+ # :address => "mail.electrictextiles.com",
11+ # :port => 25,
12+ # :domain => "electrictextiles.com",
13+ # :authentication => :login,
14+ # :user_name => "admin",
15+ # :password => "vr0cgX!2"
16+ # }
1717
1818Rails ::Initializer . run do |config |
19- config . action_mailer . delivery_method = :smtp
19+ # config.action_mailer.delivery_method = :smtp
2020 # Settings in config/environments/* take precedence over those specified here.
2121 # Application configuration should go into files in config/initializers
2222 # -- all .rb files in that directory are automatically loaded.
You can’t perform that action at this time.
0 commit comments