Skip to content

Commit

Permalink
update mailgun domain
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Jan 4, 2024
1 parent 63158ca commit 0427dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class UserMailer < ApplicationMailer
default from: 'MakeWorks <noreply@mg.make.works>'
default from: 'MakeWorks <noreply@mg2.make.works>'

def welcome_email(user)
@user = user
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = 'noreply@mg.make.works'
config.mailer_sender = 'noreply@mg2.make.works'

# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
Expand Down

0 comments on commit 0427dc6

Please sign in to comment.