Skip to content

Commit

Permalink
set sender mail
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 30, 2023
1 parent 749fb18 commit fed5f75
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]"})
|> from({"Radiator", "[email protected]"})
|> subject(subject)
|> text_body(body)

Expand Down

0 comments on commit fed5f75

Please sign in to comment.