Update records on this day email sender and prefix

This commit is contained in:
Claudio Ortolina
2026-03-23 11:24:57 +00:00
parent 2cd81845b2
commit 16bd569990
@@ -25,8 +25,8 @@ defmodule MusicLibrary.RecordsOnThisDayEmail do
email =
new()
|> to(to_email)
|> from({"MusicLibrary", from_email})
|> subject("[MusicLibrary] #{heading}")
|> from({"Music Library", from_email})
|> subject("[Music Library] #{heading}")
|> html_body(build_html(grouped, date, conf))
case mailer.deliver(email) do