Skip to content

Commit

Permalink
Change default_from to student.ugent.be to avoid mail errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jan 26, 2024
1 parent fdc8269 commit 975cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class ApplicationMailer < ActionMailer::Base
default from: "noreply@event.student.ugent.be"
default from: "[email protected]"
end

0 comments on commit 975cab6

Please sign in to comment.