Skip to content

Commit

Permalink
Update email config
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 20, 2024
1 parent f336862 commit deb9a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

config.action_mailer.default_url_options = { :host => "https://joss.theoj.org" }
config.action_mailer.default_url_options = { :host => "https://proceedings.juliacon.org" }

config.action_mailer.smtp_settings = {
user_name: 'apikey',
password: ENV["SENDGRID_API"],
address: 'smtp.sendgrid.net',
domain: 'theoj.org',
domain: 'juliacon.org',
port: 587,
authentication: :plain,
enable_starttls_auto: true
Expand Down

0 comments on commit deb9a45

Please sign in to comment.