Skip to content

Commit

Permalink
views.txt.{pages.email->mails.accept}
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Jul 6, 2024
1 parent e11bf6e commit 18ccac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks/tasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class NotifyTask(implicit in: Injections) {
val mail = new Email
val user = in.cf.get[String]("play.mailer.user")
val host = in.cf.get[String]("play.mailer.host")
val text = views.txt.pages.email(station.call).body.trim
val text = views.txt.mails.accept(station.call).body.trim
mail.setFrom("%s <%s@%s>".format(in.rule.host, user, host))
mail.addTo("%s <%s>".format(station.call, station.mail))
mail.addBcc(in.rule.mail)
Expand Down
File renamed without changes.

0 comments on commit 18ccac4

Please sign in to comment.