Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Fix fallback to be simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
baumanj committed Dec 31, 2019
1 parent f5ebaea commit 3ebd708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def get_address(input)
elsif defined?(@@active_user) && !@@active_user.nil?
email = @@active_user.email
else
email = "jon.#{email.sub('@', '.at.')}@shumi.org"
email = "jon.ccsubs_fallback@shumi.org"
end

name ? "\"#{name}\" <#{email}>" : email
Expand Down

0 comments on commit 3ebd708

Please sign in to comment.