Skip to content

Commit

Permalink
changes to confirmation email (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinLMoore authored Sep 26, 2023
1 parent dabdbb1 commit b2e6126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 5 additions & 10 deletions apps/concierge_site/assets/mjml/confirmation.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@
<mj-font name="Helvetica" href="https://fonts.googleapis.com/css?family=Helvetica:400,700" />
</mj-head>
<mj-body>
<mj-section background-color="#16528b" text-align="center">
<mj-column>
<mj-text align="center" padding="0">
<img src="https://s3.amazonaws.com/mbta-alerts/html_email/welcome2/header.png" width="254" height="100" />
</mj-text>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding="0">
<mj-column>
<mj-text font-family="Helvetica, Arial" font-size="16px">
<p>Thanks for signing up for T-Alerts!<br /><br /> If you have immediate feedback about the sign up process, or related to any alerts as you start to receive them, <a style="color: #165c96" href="<%= support_url %>">we’d love to hear it.</a><br
/><br />
<strong>Get the most from your T-Alerts account by signing in! You can:</strong>
<strong>Get the most from your T-Alerts account by <a href="<%= manage_subscriptions_url %>">signing in!</a> You can:</strong>
</p>
</mj-text>
</mj-column>
Expand Down Expand Up @@ -65,9 +58,11 @@
</mj-section>


<mj-section background-color="#ffffff" padding-top="0" padding-bottom="20">
<mj-section padding-top="0" padding-bottom="20">
<mj-column>
<mj-image href="<%= manage_subscriptions_url %>" src="https://s3.amazonaws.com/mbta-alerts/html_email/welcome/sign-in-button.png" width="189" height="45"></mj-image>
<mj-text font-family="Helvetica, Arial" font-size="16px" align="center">
<a href="<%= manage_subscriptions_url %>" width="254px" height="100px">Sign in to T-Alerts</a>
</mj-text>
</mj-column>
</mj-section>

Expand Down
6 changes: 2 additions & 4 deletions apps/concierge_site/lib/mail_templates/confirmation.txt.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ If you have immediate feedback about the sign up process, or related to any aler

Provide feedback: <%= support_url %>

If you have an old T-Alerts account, signing up for a account doesn’t affect that account. You can delete your old account now to prevent receiving duplicate notifications: https://public.govdelivery.com/accounts/MABTA/subscriber/new

Get the most from your T-Alerts account by signing in! You can:
Get the most from your T-Alerts account by signing in! <%= manage_subscriptions_url %> You can:

* Build multiple subscriptions

Expand All @@ -20,6 +18,6 @@ Has your schedule changed? Need to change the times and days that you receive a

Going on vacation? Commute changing with the seasons? You can temporarily pause alerts and resume at any time. Sign into your account and press pause to activate.

Sign In <%= manage_subscriptions_url %>
Sign in to T-Alerts <%= manage_subscriptions_url %>

© Massachusetts Bay Transportation Authority, all rights reserved.

0 comments on commit b2e6126

Please sign in to comment.