Skip to content

Commit e9d3d93

Browse files
committed
Removed mailer after heroku crash
1 parent c0ab565 commit e9d3d93

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/environment.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# Bootstrap the Rails environment, frameworks, and default configuration
77
require 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

1818
Rails::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.

0 commit comments

Comments
 (0)