diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index c8e3bc92..adac65bb 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class ApplicationMailer < ActionMailer::Base - default from: "noreply@event.student.ugent.be" + default from: "noreply@student.ugent.be" end