Skip to content

Commit f950306

Browse files
authored
feat: Add slack channel info for emails (#1964)
Add slack channel info for emails
1 parent b432081 commit f950306

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/wallet/backend/src/email/templates/actionRequiredEmail.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const getActionRequiredEmailTemplate = (
3030
${textHtml}
3131
</td>
3232
</tr>
33+
<tr><td><br /><br />If you need further support, contact us on our <a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack">community slack.</td></tr>
3334
</tbody>
3435
</table>
3536

packages/wallet/backend/src/email/templates/forgotPassword.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const getForgotPasswordEmailTemplate = (
5252
<p style="font-size:12px;line-height:24px;margin:16px 0 2px 0;color:#000">If you didn&#x27;t request this email, there&#x27;s nothing to worry about, you can safely ignore it.</p>
5353
</td>
5454
</tr>
55+
<tr><td><br /><br />If you need further support, contact us on our <a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack">community slack.</td></tr>
5556
</tbody>
5657
</table>
5758

packages/wallet/backend/src/email/templates/kycVerifiedEmail.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const getKYCVerificationEmailTemplate = (
3131
Thank you for registering with ${appName}. Your KYC data has been successfully verified. You can now <a href="${loginUrl} target="_blank">login to your account</a> and start using the wallet.
3232
</td>
3333
</tr>
34+
<tr><td><br /><br />If you need further support, contact us on our <a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack">community slack.</td></tr>
3435
</tbody>
3536
</table>
3637

packages/wallet/backend/src/email/templates/rejectEmail.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const getRejectEmailTemplate = (
3030
${textHtml}
3131
</td>
3232
</tr>
33+
<tr><td><br /><br />If you need further support, contact us on our <a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack">community slack.</td></tr>
3334
</tbody>
3435
</table>
3536

packages/wallet/backend/src/email/templates/verifyEmail.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const getVerifyEmailTemplate = (
4848
<p style="font-size:12px;line-height:24px;margin:16px 0 2px 0;color:#000">If you didn&#x27;t request this email, there&#x27;s nothing to worry about, you can safely ignore it.</p>
4949
</td>
5050
</tr>
51+
<tr><td><br /><br />If you need further support, contact us on our <a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack">community slack.</td></tr>
5152
</tbody>
5253
</table>
5354

0 commit comments

Comments
 (0)