Update records on this day email sender and prefix
This commit is contained in:
@@ -25,8 +25,8 @@ defmodule MusicLibrary.RecordsOnThisDayEmail do
|
|||||||
email =
|
email =
|
||||||
new()
|
new()
|
||||||
|> to(to_email)
|
|> to(to_email)
|
||||||
|> from({"MusicLibrary", from_email})
|
|> from({"Music Library", from_email})
|
||||||
|> subject("[MusicLibrary] #{heading}")
|
|> subject("[Music Library] #{heading}")
|
||||||
|> html_body(build_html(grouped, date, conf))
|
|> html_body(build_html(grouped, date, conf))
|
||||||
|
|
||||||
case mailer.deliver(email) do
|
case mailer.deliver(email) do
|
||||||
|
|||||||
Reference in New Issue
Block a user