Skip to content

Commit

Permalink
add host back in
Browse files Browse the repository at this point in the history
  • Loading branch information
haitzlm committed May 1, 2024
1 parent c51cc6e commit 8bd38f5
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 @@ -110,7 +110,7 @@
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
# 'address' specifies the address of the server that will handle email sending.
address: ENV['MAIL_SMTP_ADDRESS'],
address: 'libappstest.libraries.uc.edu',
# 'port' specifies which port to use on the SMTP server.
# Port 25 is the default s port for SMTP servers like sendmail.
port: 25,
Expand Down

0 comments on commit 8bd38f5

Please sign in to comment.