Skip to content

Commit

Permalink
update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 1, 2023
1 parent fed5f75 commit db9f47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator/accounts/user_notifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Radiator.Accounts.UserNotifier do
email =
new()
|> to(recipient)
|> from({"Radiator", "[email protected].me"})
|> from({"Radiator No Reply", "[email protected].net"})
|> subject(subject)
|> text_body(body)

Expand Down

0 comments on commit db9f47d

Please sign in to comment.