Skip to content

Commit

Permalink
Experiment with a different port for talking to sendgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 30, 2016
1 parent 9967ec5 commit b51fdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}
config.action_mailer.smtp_settings = {
address: 'smtp.sendgrid.net',
port: '587',
port: '2525',
authentication: :plain,
user_name: ENV['SENDGRID_USERNAME'],
password: ENV['SENDGRID_PASSWORD'],
Expand Down

0 comments on commit b51fdd2

Please sign in to comment.