Skip to content

Commit

Permalink
PSR-1287 Update SIPP email content
Browse files Browse the repository at this point in the history
  • Loading branch information
feyyazrc committed Sep 4, 2024
1 parent c9bf402 commit f1c0bfe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ object PodsTemplates {
templateId = "pods_pension_scheme_return_sipp_submitted",
fromAddress = govUkTeamAddress,
service = PODS,
subject = params => s"Submitted: Pension scheme return for ${params("periodOfReturn")}",
subject = params => s"Submitted: Pension scheme return",
plainTemplate = txt.pensionSchemeReturnSippSubmitted.f,
htmlTemplate = html.pensionSchemeReturnSippSubmitted.f,
priority = Some(MessagePriority.Standard)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,25 @@

@(params: Map[String, Any])

@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "You have submitted a pension scheme return") {
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "You have submitted a Pension Scheme Return") {

<p style="margin:0 0 30px; font-size: 20px">Dear @{params("psaName").toString}</p>

<p style="margin:0 0 30px; font-size: 20px">
Scheme name: @{params("schemeName").toString}
<br>Date submitted: @{params("dateSubmitted").toString}
</p>
<p style="margin:0 0 30px; font-size: 20px">Scheme name: @{params("schemeName").toString}</p>

<p style="margin:0 0 30px; font-size: 20px">Period of return: ${params("periodOfReturn").toString}</p>

<p style="font-weight: bold; font-size: 20px">What happens next</p>
<p style="margin:0 0 30px; font-size: 20px">Date submitted: @{params("dateSubmitted").toString}</p>

<p style="font-size: 20px; line-height: 1.315789474; margin: 0 0 30px 0;">HMRC may contact you to confirm the details of your return. You will receive an email notification when an update is available.</p>
<h2>What happens next</h2>

<p style="margin:0 0 30px; font-size: 20px">You can sign into ‘Managing Pension Schemes’ to update this return within the next 6 years.</p>
<p style="font-size: 20px; line-height: 1.315789474; margin: 0 0 30px 0;">
HMRC may contact you to confirm the details of your return.<br />
You can sign in to ‘Managing Pension Schemes’ to update this return within the next 6 years.<br />
You will receive a confirmation email when you make updates.
</p>

<p style="font-weight: bold; font-size: 20px">Why you are receiving this email</p>
<h2>Why you are receiving this email</h2>

<p style="margin:0 0 30px; font-size: 20px">We send a confirmation email for submitted returns.</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@(params: Map[String, Any])

You have submitted a Pension Scheme Return

Dear @{params("psaName").toString}

Scheme name: @{params("schemeName").toString}
Expand All @@ -8,10 +10,12 @@ Date submitted: @{params("dateSubmitted").toString}

What happens next

HMRC may contact you to confirm the details of your return. You will receive an email notification when an update is available.
HMRC may contact you to confirm the details of your return.

You can sign in to ‘Managing Pension Schemes’ to update this return within the next 6 years.

You will receive a confirmation email when you make updates.

Why you are receiving this email

We send a confirmation email for submitted returns.
Expand Down

0 comments on commit f1c0bfe

Please sign in to comment.