gemcap-be-common 1.3.26 → 1.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/emails/auditor-reset.html +2 -0
- package/public/emails/black_feather/auditor-reset.html +2 -0
- package/public/emails/black_feather/prospect-form-reminder.html +3 -2
- package/public/emails/gemcap/auditor-reset.html +2 -0
- package/public/emails/gemcap/prospect-form-reminder.html +5 -3
- package/public/emails/prospect-form-reminder.html +3 -2
package/package.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${AUDITOR_NAME}</p>
|
|
5
5
|
|
|
6
|
+
<p>Here is your link for all of your Black Feather prospects. When logging in, you will be requested to enter a one-time-password below. Only this email address can use this <a href="https://analytics.traxabl.com/auditors">link</a>.</p>
|
|
7
|
+
|
|
6
8
|
<p>Your password is ${PASSWORD}.</p>
|
|
7
9
|
|
|
8
10
|
${signature}
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${AUDITOR_NAME}</p>
|
|
5
5
|
|
|
6
|
+
<p>Here is your link for all of your Black Feather prospects. When logging in, you will be requested to enter a one-time-password below. Only this email address can use this <a href="https://analytics.traxabl.com/auditors">link</a>.</p>
|
|
7
|
+
|
|
6
8
|
<p>Your password is ${PASSWORD}.</p>
|
|
7
9
|
|
|
8
10
|
${signature}
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${CONTACT_NAME}</p>
|
|
5
5
|
|
|
6
|
-
<p>Here’s a reminder on your loan application.
|
|
7
|
-
application.
|
|
6
|
+
<p>Here’s a reminder on your loan application. We see that you have not provided all the information necessary to move
|
|
7
|
+
your application forward. Please submit your due diligence responses to the link below so that we can continue with
|
|
8
|
+
your application. </p>
|
|
8
9
|
|
|
9
10
|
<a href="${LINK}">${LINK}</a>
|
|
10
11
|
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${AUDITOR_NAME}</p>
|
|
5
5
|
|
|
6
|
+
<p>Here is your link for all of your Black Feather prospects. When logging in, you will be requested to enter a one-time-password below. Only this email address can use this <a href="https://analytics.traxabl.com/auditors">link</a>.</p>
|
|
7
|
+
|
|
6
8
|
<p>Your password is ${PASSWORD}.</p>
|
|
7
9
|
|
|
8
10
|
${signature}
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${CONTACT_NAME}</p>
|
|
5
5
|
|
|
6
|
-
<p>
|
|
6
|
+
<p>Here’s a reminder on your loan application. We see that you have not provided all the information necessary to move
|
|
7
|
+
your application forward. Please submit your due diligence responses to the link below so that we can continue with
|
|
8
|
+
your application. </p>
|
|
7
9
|
|
|
8
10
|
<a href="${LINK}">${LINK}</a>
|
|
9
11
|
|
|
10
|
-
<p>
|
|
11
|
-
|
|
12
|
+
<p>Failure to provide due diligence on a timely basis will result in delays to your loan application being
|
|
13
|
+
processed.</p>
|
|
12
14
|
|
|
13
15
|
${signature}
|
|
14
16
|
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
<p>Dear ${CONTACT_NAME}</p>
|
|
5
5
|
|
|
6
|
-
<p>Here’s a reminder on your loan application.
|
|
7
|
-
application.
|
|
6
|
+
<p>Here’s a reminder on your loan application. We see that you have not provided all the information necessary to move
|
|
7
|
+
your application forward. Please submit your due diligence responses to the link below so that we can continue with
|
|
8
|
+
your application. </p>
|
|
8
9
|
|
|
9
10
|
<a href="${LINK}">${LINK}</a>
|
|
10
11
|
|