Skip to content

Commit

Permalink
Update mail sender params
Browse files Browse the repository at this point in the history
  • Loading branch information
lurnid committed Nov 15, 2024
1 parent 0c6bcb0 commit 5468684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maker_passport/accounts/user_notifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule MakerPassport.Accounts.UserNotifier do
email =
new()
|> to(recipient)
|> from({"Maker Passport", "[email protected]"})
|> from({"IOP: Maker Passport", "[email protected]"})
|> subject(subject)
|> text_body(body)

Expand Down

0 comments on commit 5468684

Please sign in to comment.