From e21aafd018b295d582cc813d5c2dcdf449014f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 20 Mar 2024 09:16:15 +0100 Subject: [PATCH] Update email config --- config/environments/production.rb | 2 +- config/settings-production.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 573ba49f..8bb14e32 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -94,7 +94,7 @@ user_name: 'apikey', password: ENV["SENDGRID_API"], address: 'smtp.sendgrid.net', - domain: 'juliacon.org', + domain: 'julialang.org', port: 587, authentication: :plain, enable_starttls_auto: true diff --git a/config/settings-production.yml b/config/settings-production.yml index d285c2da..4af80317 100644 --- a/config/settings-production.yml +++ b/config/settings-production.yml @@ -5,8 +5,8 @@ issn: "2642-4029" tagline: "an open-access journal published in cooperation with the the Open Journals.

The technical infrastructure of the JuliaCon proceedings are currently being overhauled. We will not be able to accept new submissions until the end of February 2024.
We thank you for your understanding, and hope to see your submission then." logo_url: "http://proceedings.juliacon.org/logo_large.jpg" url: "https://proceedings.juliacon.org" -editor_email: "admin@theoj.org" -noreply_email: "admin@theoj.org" +editor_email: "juliacon@julialang.org" +noreply_email: "juliacon@julialang.org" launch_date: "FIXME" twitter: "@juliaconorg" mastodon_url: "FIXME"