Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update email config to julialang #1328

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/settings-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issn: "2642-4029"
tagline: "an open-access journal published in cooperation with the <a href='http://www.theoj.org/'>the Open Journals</a>.<br><br> 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.<br> 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"
Expand Down
Loading