You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #6751, we'd like to fully replace email-form.xpl and email-form.xsl with Scala code. Some Scala code has already been added to determine which email templates are selected and which attachments are included in the emails (see EmailContent.scala and FormRunnerEmailBackend.emailContents).
We now need to migrate the email headers and body generation.
The text was updated successfully, but these errors were encountered:
Following #6751, we'd like to fully replace
email-form.xpl
andemail-form.xsl
with Scala code. Some Scala code has already been added to determine which email templates are selected and which attachments are included in the emails (seeEmailContent.scala
andFormRunnerEmailBackend.emailContents
).We now need to migrate the email headers and body generation.
The text was updated successfully, but these errors were encountered: