This commit is contained in:
Uku Taht 2019-10-10 20:32:58 +08:00
parent 2203dfa093
commit c93c97c458

View File

@ -50,7 +50,6 @@ defmodule PlausibleWeb.Email do
def trial_upgrade_email(user, day, pageviews) do
new_email()
|> to(user)
|> bcc("uku@plausible.io")
|> from("Uku Taht <uku@plausible.io>")
|> tag("trial-upgrade-email")
|> subject("Your Plausible trial ends #{day}")