@clink/emails 1.1.6 → 1.1.8
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/dist/build-emails.js +13 -5
- package/dist/html/buyer/checkout-link/da.html +32 -0
- package/dist/html/buyer/checkout-link/en.html +32 -0
- package/dist/html/buyer/deposit-captured/da.html +37 -0
- package/dist/html/buyer/deposit-captured/en.html +37 -0
- package/dist/html/buyer/deposit-not-reserved/da.html +34 -0
- package/dist/html/buyer/deposit-not-reserved/en.html +34 -0
- package/dist/html/buyer/deposit-reserved/da.html +33 -0
- package/dist/html/buyer/deposit-reserved/en.html +33 -0
- package/dist/html/buyer/invoice-bank-transfer/da.html +32 -0
- package/dist/html/buyer/invoice-bank-transfer/en.html +32 -0
- package/dist/html/buyer/invoice-full/da.html +37 -0
- package/dist/html/buyer/invoice-full/en.html +37 -0
- package/dist/html/buyer/invoice-pdf-attached/da.html +36 -0
- package/dist/html/buyer/invoice-pdf-attached/en.html +36 -0
- package/dist/html/buyer/invoice-rate1/da.html +37 -0
- package/dist/html/buyer/invoice-rate1/en.html +37 -0
- package/dist/html/buyer/invoice-rate2/da.html +37 -0
- package/dist/html/buyer/invoice-rate2/en.html +37 -0
- package/dist/html/buyer/manual-order-created/da.html +35 -0
- package/dist/html/buyer/manual-order-created/en.html +35 -0
- package/dist/html/buyer/membership-invoice/da.html +36 -0
- package/dist/html/buyer/membership-invoice/en.html +36 -0
- package/dist/html/buyer/membership-payment-declined/da.html +33 -0
- package/dist/html/buyer/membership-payment-declined/en.html +33 -0
- package/dist/html/buyer/membership-renewal-invoice/da.html +34 -0
- package/dist/html/buyer/membership-renewal-invoice/en.html +34 -0
- package/dist/html/buyer/membership-type-not-exist/da.html +32 -0
- package/dist/html/buyer/membership-type-not-exist/en.html +32 -0
- package/dist/html/buyer/order-cancelled-by-customer/da.html +37 -0
- package/dist/html/buyer/order-cancelled-by-customer/en.html +37 -0
- package/dist/html/buyer/order-changed/da.html +34 -0
- package/dist/html/buyer/order-changed/en.html +34 -0
- package/dist/html/buyer/order-confirmed/da.html +35 -0
- package/dist/html/buyer/order-confirmed/en.html +35 -0
- package/dist/html/buyer/order-confirmed-already-booked/da.html +36 -0
- package/dist/html/buyer/order-confirmed-already-booked/en.html +36 -0
- package/dist/html/buyer/order-confirmed-w-reservations/da.html +37 -0
- package/dist/html/buyer/order-confirmed-w-reservations/en.html +37 -0
- package/dist/html/buyer/order-declined/da.html +35 -0
- package/dist/html/buyer/order-declined/en.html +35 -0
- package/dist/html/buyer/order-declined-coupon/da.html +38 -0
- package/dist/html/buyer/order-declined-coupon/en.html +38 -0
- package/dist/html/buyer/order-placed/da.html +13 -13
- package/dist/html/buyer/order-placed/en.html +13 -13
- package/dist/html/buyer/order-reservations-cancelled/da.html +31 -0
- package/dist/html/buyer/order-reservations-cancelled/en.html +31 -0
- package/dist/html/buyer/payment-card-expired/da.html +35 -0
- package/dist/html/buyer/payment-card-expired/en.html +35 -0
- package/dist/html/buyer/payment-failed/da.html +35 -0
- package/dist/html/buyer/payment-failed/en.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/da.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/en.html +35 -0
- package/dist/html/buyer/payment-received/da.html +32 -0
- package/dist/html/buyer/payment-received/en.html +32 -0
- package/dist/html/buyer/place-order-confirmed/da.html +43 -0
- package/dist/html/buyer/place-order-confirmed/en.html +43 -0
- package/dist/html/buyer/rate2-reminder/da.html +35 -0
- package/dist/html/buyer/rate2-reminder/en.html +35 -0
- package/dist/html/supplier/account-restricted/da.html +32 -0
- package/dist/html/supplier/account-restricted/en.html +32 -0
- package/dist/html/supplier/account-restricted-soon/da.html +33 -0
- package/dist/html/supplier/account-restricted-soon/en.html +33 -0
- package/dist/html/supplier/account-user-accepted-invitation/da.html +9 -9
- package/dist/html/supplier/account-user-accepted-invitation/en.html +9 -9
- package/dist/html/supplier/account-user-invite/da.html +8 -8
- package/dist/html/supplier/account-user-invite/en.html +8 -8
- package/dist/html/supplier/bank-account-changed/da.html +8 -8
- package/dist/html/supplier/bank-account-changed/en.html +8 -8
- package/dist/html/supplier/deposit-not-reserved/da.html +34 -0
- package/dist/html/supplier/deposit-not-reserved/en.html +34 -0
- package/dist/html/supplier/manual-order-created/da.html +31 -0
- package/dist/html/supplier/manual-order-created/en.html +31 -0
- package/dist/html/supplier/new-member/da.html +31 -0
- package/dist/html/supplier/new-member/en.html +31 -0
- package/dist/html/supplier/new-member-message/da.html +31 -0
- package/dist/html/supplier/new-member-message/en.html +31 -0
- package/dist/html/supplier/order-cancelled-by-customer/da.html +34 -0
- package/dist/html/supplier/order-cancelled-by-customer/en.html +34 -0
- package/dist/html/supplier/order-changed/da.html +34 -0
- package/dist/html/supplier/order-changed/en.html +34 -0
- package/dist/html/supplier/order-received/da.html +15 -15
- package/dist/html/supplier/order-received/en.html +15 -15
- package/dist/html/supplier/order-reservations-cancelled/da.html +34 -0
- package/dist/html/supplier/order-reservations-cancelled/en.html +34 -0
- package/dist/html/supplier/order-reservations-confirmed/da.html +35 -0
- package/dist/html/supplier/order-reservations-confirmed/en.html +35 -0
- package/dist/html/supplier/payment-failed/da.html +35 -0
- package/dist/html/supplier/payment-failed/en.html +35 -0
- package/dist/html/supplier/payout/da.html +33 -0
- package/dist/html/supplier/payout/en.html +33 -0
- package/dist/html/supplier/place-cancellation/da.html +35 -0
- package/dist/html/supplier/place-cancellation/en.html +35 -0
- package/dist/html/supplier/place-order-received/da.html +43 -0
- package/dist/html/supplier/place-order-received/en.html +43 -0
- package/dist/html/supplier/supplier-approved/da.html +12 -12
- package/dist/html/supplier/supplier-approved/en.html +12 -12
- package/dist/html/supplier/supplier-product-approved/da.html +14 -14
- package/dist/html/supplier/supplier-product-approved/en.html +14 -14
- package/dist/html/supplier/supplier-public/da.html +62 -0
- package/dist/html/supplier/supplier-public/da.test.json +13 -0
- package/dist/html/supplier/supplier-public/en.html +62 -0
- package/dist/html/supplier/supplier-registered/da.html +9 -9
- package/dist/html/supplier/supplier-registered/en.html +9 -9
- package/dist/html/supplier/user-permission-changed/da.html +31 -0
- package/dist/html/supplier/user-permission-changed/en.html +31 -0
- package/dist/layouts/base.mjml +132 -132
- package/dist/layouts/da.json +4 -0
- package/dist/layouts/en.json +4 -0
- package/dist/templates/buyer/checkout-link/da.json +7 -0
- package/dist/templates/buyer/checkout-link/en.json +7 -0
- package/dist/templates/buyer/checkout-link/template.mjml +24 -0
- package/dist/templates/buyer/deposit-captured/da.json +14 -0
- package/dist/templates/buyer/deposit-captured/en.json +14 -0
- package/dist/templates/buyer/deposit-captured/template.mjml +61 -0
- package/dist/templates/buyer/deposit-not-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/template.mjml +36 -0
- package/dist/templates/buyer/deposit-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-reserved/template.mjml +27 -0
- package/dist/templates/buyer/invoice-bank-transfer/da.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/en.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/template.mjml +27 -0
- package/dist/templates/buyer/invoice-full/da.json +15 -0
- package/dist/templates/buyer/invoice-full/en.json +15 -0
- package/dist/templates/buyer/invoice-full/template.mjml +65 -0
- package/dist/templates/buyer/invoice-pdf-attached/da.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/en.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/template.mjml +69 -0
- package/dist/templates/buyer/invoice-rate1/da.json +18 -0
- package/dist/templates/buyer/invoice-rate1/en.json +18 -0
- package/dist/templates/buyer/invoice-rate1/template.mjml +68 -0
- package/dist/templates/buyer/invoice-rate2/da.json +14 -0
- package/dist/templates/buyer/invoice-rate2/en.json +14 -0
- package/dist/templates/buyer/invoice-rate2/template.mjml +64 -0
- package/dist/templates/buyer/manual-order-created/da.json +9 -0
- package/dist/templates/buyer/manual-order-created/en.json +9 -0
- package/dist/templates/buyer/manual-order-created/template.mjml +42 -0
- package/dist/templates/buyer/membership-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-invoice/template.mjml +56 -0
- package/dist/templates/buyer/membership-payment-declined/da.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/en.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/template.mjml +26 -0
- package/dist/templates/buyer/membership-renewal-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/template.mjml +37 -0
- package/dist/templates/buyer/membership-type-not-exist/da.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/en.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/template.mjml +16 -0
- package/dist/templates/buyer/order-cancelled-by-customer/da.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/en.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/template.mjml +63 -0
- package/dist/templates/buyer/order-changed/da.json +15 -0
- package/dist/templates/buyer/order-changed/en.json +15 -0
- package/dist/templates/buyer/order-changed/template.mjml +63 -0
- package/dist/templates/buyer/order-confirmed/da.json +9 -0
- package/dist/templates/buyer/order-confirmed/en.json +9 -0
- package/dist/templates/buyer/order-confirmed/template.mjml +42 -0
- package/dist/templates/buyer/order-confirmed-already-booked/da.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/en.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/template.mjml +50 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/da.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/en.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/template.mjml +59 -0
- package/dist/templates/buyer/order-declined/da.json +8 -0
- package/dist/templates/buyer/order-declined/en.json +8 -0
- package/dist/templates/buyer/order-declined/template.mjml +39 -0
- package/dist/templates/buyer/order-declined-coupon/da.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/en.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/template.mjml +69 -0
- package/dist/templates/buyer/order-placed/da.json +13 -13
- package/dist/templates/buyer/order-placed/en.json +13 -13
- package/dist/templates/buyer/order-placed/template.mjml +69 -69
- package/dist/templates/buyer/order-reservations-cancelled/da.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/en.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/template.mjml +16 -0
- package/dist/templates/buyer/payment-card-expired/da.json +12 -0
- package/dist/templates/buyer/payment-card-expired/en.json +12 -0
- package/dist/templates/buyer/payment-card-expired/template.mjml +47 -0
- package/dist/templates/buyer/payment-failed/da.json +13 -0
- package/dist/templates/buyer/payment-failed/en.json +13 -0
- package/dist/templates/buyer/payment-failed/template.mjml +55 -0
- package/dist/templates/buyer/payment-failed-new-deadline/da.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/en.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/template.mjml +55 -0
- package/dist/templates/buyer/payment-received/da.json +9 -0
- package/dist/templates/buyer/payment-received/en.json +9 -0
- package/dist/templates/buyer/payment-received/template.mjml +19 -0
- package/dist/templates/buyer/place-order-confirmed/da.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/en.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/template.mjml +102 -0
- package/dist/templates/buyer/rate2-reminder/da.json +12 -0
- package/dist/templates/buyer/rate2-reminder/en.json +12 -0
- package/dist/templates/buyer/rate2-reminder/template.mjml +47 -0
- package/dist/templates/supplier/account-restricted/da.json +8 -0
- package/dist/templates/supplier/account-restricted/en.json +8 -0
- package/dist/templates/supplier/account-restricted/template.mjml +24 -0
- package/dist/templates/supplier/account-restricted-soon/da.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/en.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/template.mjml +32 -0
- package/dist/templates/supplier/account-user-accepted-invitation/da.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/en.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +33 -33
- package/dist/templates/supplier/account-user-invite/da.json +7 -7
- package/dist/templates/supplier/account-user-invite/en.json +7 -7
- package/dist/templates/supplier/account-user-invite/template.mjml +32 -32
- package/dist/templates/supplier/bank-account-changed/da.json +7 -7
- package/dist/templates/supplier/bank-account-changed/en.json +7 -7
- package/dist/templates/supplier/bank-account-changed/template.mjml +31 -31
- package/dist/templates/supplier/deposit-not-reserved/da.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/en.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/template.mjml +37 -0
- package/dist/templates/supplier/manual-order-created/da.json +6 -0
- package/dist/templates/supplier/manual-order-created/en.json +6 -0
- package/dist/templates/supplier/manual-order-created/template.mjml +16 -0
- package/dist/templates/supplier/new-member/da.json +6 -0
- package/dist/templates/supplier/new-member/en.json +6 -0
- package/dist/templates/supplier/new-member/template.mjml +16 -0
- package/dist/templates/supplier/new-member-message/da.json +5 -0
- package/dist/templates/supplier/new-member-message/en.json +5 -0
- package/dist/templates/supplier/new-member-message/template.mjml +8 -0
- package/dist/templates/supplier/order-cancelled-by-customer/da.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/en.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/template.mjml +37 -0
- package/dist/templates/supplier/order-changed/da.json +15 -0
- package/dist/templates/supplier/order-changed/en.json +15 -0
- package/dist/templates/supplier/order-changed/template.mjml +63 -0
- package/dist/templates/supplier/order-received/da.json +11 -11
- package/dist/templates/supplier/order-received/en.json +11 -11
- package/dist/templates/supplier/order-received/template.mjml +81 -81
- package/dist/templates/supplier/order-reservations-cancelled/da.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/en.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/template.mjml +26 -0
- package/dist/templates/supplier/order-reservations-confirmed/da.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/en.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/template.mjml +44 -0
- package/dist/templates/supplier/payment-failed/da.json +12 -0
- package/dist/templates/supplier/payment-failed/en.json +12 -0
- package/dist/templates/supplier/payment-failed/template.mjml +56 -0
- package/dist/templates/supplier/payout/da.json +8 -0
- package/dist/templates/supplier/payout/en.json +8 -0
- package/dist/templates/supplier/payout/template.mjml +32 -0
- package/dist/templates/supplier/place-cancellation/da.json +12 -0
- package/dist/templates/supplier/place-cancellation/en.json +12 -0
- package/dist/templates/supplier/place-cancellation/template.mjml +46 -0
- package/dist/templates/supplier/place-order-received/da.json +18 -0
- package/dist/templates/supplier/place-order-received/en.json +18 -0
- package/dist/templates/supplier/place-order-received/template.mjml +100 -0
- package/dist/templates/supplier/supplier-approved/da.json +9 -9
- package/dist/templates/supplier/supplier-approved/en.json +9 -9
- package/dist/templates/supplier/supplier-approved/template.mjml +39 -39
- package/dist/templates/supplier/supplier-product-approved/da.json +15 -15
- package/dist/templates/supplier/supplier-product-approved/en.json +16 -16
- package/dist/templates/supplier/supplier-product-approved/template.mjml +83 -83
- package/dist/templates/supplier/supplier-public/da.json +38 -0
- package/dist/templates/supplier/supplier-public/en.json +38 -0
- package/dist/templates/supplier/supplier-public/template.mjml +218 -0
- package/dist/templates/supplier/supplier-registered/da.json +7 -7
- package/dist/templates/supplier/supplier-registered/en.json +6 -6
- package/dist/templates/supplier/supplier-registered/template.mjml +9 -9
- package/dist/templates/supplier/user-permission-changed/da.json +6 -0
- package/dist/templates/supplier/user-permission-changed/en.json +6 -0
- package/dist/templates/supplier/user-permission-changed/template.mjml +16 -0
- package/package.json +22 -22
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
<mj-section>
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-image
|
|
4
|
+
src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg"
|
|
5
|
+
alt="[[hero_image_alt]]"
|
|
6
|
+
/>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p>[[intro_greeting]]</p>
|
|
14
|
+
<h2>[[intro_heading]]</h2>
|
|
15
|
+
<p>[[intro_body_1]]</p>
|
|
16
|
+
<p>[[intro_body_2]]</p>
|
|
17
|
+
</mj-text>
|
|
18
|
+
</mj-column>
|
|
19
|
+
</mj-section>
|
|
20
|
+
|
|
21
|
+
<mj-section>
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-divider />
|
|
24
|
+
</mj-column>
|
|
25
|
+
</mj-section>
|
|
26
|
+
|
|
27
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
28
|
+
<mj-column width="17%">
|
|
29
|
+
<mj-image
|
|
30
|
+
padding="16px 0 0 24px"
|
|
31
|
+
src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940"
|
|
32
|
+
alt="[[login_image_alt]]"
|
|
33
|
+
/>
|
|
34
|
+
</mj-column>
|
|
35
|
+
<mj-column width="83%">
|
|
36
|
+
<mj-text>
|
|
37
|
+
<p>[[login_intro]]</p>
|
|
38
|
+
<p><b>{{ user.phone }}</b></p>
|
|
39
|
+
<p>
|
|
40
|
+
<a
|
|
41
|
+
href="[[urls.root]]"
|
|
42
|
+
target="_blank"
|
|
43
|
+
style="color:#000000; font-weight:bold;"
|
|
44
|
+
>[[login_link_text]]</a
|
|
45
|
+
>
|
|
46
|
+
</p>
|
|
47
|
+
</mj-text>
|
|
48
|
+
</mj-column>
|
|
49
|
+
</mj-section>
|
|
50
|
+
|
|
51
|
+
<mj-section>
|
|
52
|
+
<mj-column>
|
|
53
|
+
<mj-divider />
|
|
54
|
+
</mj-column>
|
|
55
|
+
</mj-section>
|
|
56
|
+
|
|
57
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
58
|
+
<mj-column width="17%">
|
|
59
|
+
<mj-image
|
|
60
|
+
padding="16px 0 0 24px"
|
|
61
|
+
src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png"
|
|
62
|
+
alt="[[approve_image_alt]]"
|
|
63
|
+
/>
|
|
64
|
+
</mj-column>
|
|
65
|
+
<mj-column width="83%">
|
|
66
|
+
<mj-text>
|
|
67
|
+
<p>[[approve_intro]]</p>
|
|
68
|
+
<p style="[[read_more_style]]">
|
|
69
|
+
<a
|
|
70
|
+
href="[[approve_link_url]]"
|
|
71
|
+
target="_blank"
|
|
72
|
+
style="color:#000000;"
|
|
73
|
+
>[[approve_link_text]]</a
|
|
74
|
+
>
|
|
75
|
+
</p>
|
|
76
|
+
</mj-text>
|
|
77
|
+
</mj-column>
|
|
78
|
+
</mj-section>
|
|
79
|
+
|
|
80
|
+
<mj-section>
|
|
81
|
+
<mj-column>
|
|
82
|
+
<mj-divider />
|
|
83
|
+
</mj-column>
|
|
84
|
+
</mj-section>
|
|
85
|
+
|
|
86
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
87
|
+
<mj-column width="17%">
|
|
88
|
+
<mj-image
|
|
89
|
+
padding="16px 0 0 24px"
|
|
90
|
+
src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909"
|
|
91
|
+
alt="[[create_order_image_alt]]"
|
|
92
|
+
/>
|
|
93
|
+
</mj-column>
|
|
94
|
+
<mj-column width="83%">
|
|
95
|
+
<mj-text>
|
|
96
|
+
<p>[[create_order_intro_1]]</p>
|
|
97
|
+
<p>[[create_order_intro_2]]</p>
|
|
98
|
+
<p style="[[read_more_style]]">
|
|
99
|
+
<a
|
|
100
|
+
href="[[create_order_link_url]]"
|
|
101
|
+
target="_blank"
|
|
102
|
+
style="color:#000000;"
|
|
103
|
+
>[[create_order_link_text]]</a
|
|
104
|
+
>
|
|
105
|
+
</p>
|
|
106
|
+
</mj-text>
|
|
107
|
+
</mj-column>
|
|
108
|
+
</mj-section>
|
|
109
|
+
|
|
110
|
+
<mj-section>
|
|
111
|
+
<mj-column>
|
|
112
|
+
<mj-divider />
|
|
113
|
+
</mj-column>
|
|
114
|
+
</mj-section>
|
|
115
|
+
|
|
116
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
117
|
+
<mj-column width="17%">
|
|
118
|
+
<mj-image
|
|
119
|
+
padding="16px 0 0 24px"
|
|
120
|
+
src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079"
|
|
121
|
+
alt="[[calendar_image_alt]]"
|
|
122
|
+
/>
|
|
123
|
+
</mj-column>
|
|
124
|
+
<mj-column width="83%">
|
|
125
|
+
<mj-text>
|
|
126
|
+
<p>[[calendar_intro_1]]</p>
|
|
127
|
+
<p>[[calendar_intro_2]]</p>
|
|
128
|
+
<p style="[[calendar_link_style]]">
|
|
129
|
+
<a
|
|
130
|
+
href="[[calendar_link_url]]"
|
|
131
|
+
target="_blank"
|
|
132
|
+
style="color:#000000;"
|
|
133
|
+
>[[calendar_link_text]]</a
|
|
134
|
+
>
|
|
135
|
+
</p>
|
|
136
|
+
</mj-text>
|
|
137
|
+
</mj-column>
|
|
138
|
+
</mj-section>
|
|
139
|
+
|
|
140
|
+
<mj-section>
|
|
141
|
+
<mj-column>
|
|
142
|
+
<mj-divider />
|
|
143
|
+
</mj-column>
|
|
144
|
+
</mj-section>
|
|
145
|
+
|
|
146
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
147
|
+
<mj-column width="17%">
|
|
148
|
+
<mj-image
|
|
149
|
+
padding="16px 0 0 24px"
|
|
150
|
+
src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167"
|
|
151
|
+
alt="[[payout_image_alt]]"
|
|
152
|
+
/>
|
|
153
|
+
</mj-column>
|
|
154
|
+
<mj-column width="83%">
|
|
155
|
+
<mj-text>
|
|
156
|
+
<p>[[payout_intro_1]]</p>
|
|
157
|
+
<p>[[payout_intro_2]]</p>
|
|
158
|
+
<p style="[[read_more_style]]">
|
|
159
|
+
<a
|
|
160
|
+
href="[[payout_link_url]]"
|
|
161
|
+
target="_blank"
|
|
162
|
+
style="color:#000000;"
|
|
163
|
+
>[[payout_link_text]]</a
|
|
164
|
+
>
|
|
165
|
+
</p>
|
|
166
|
+
</mj-text>
|
|
167
|
+
</mj-column>
|
|
168
|
+
</mj-section>
|
|
169
|
+
|
|
170
|
+
<mj-section>
|
|
171
|
+
<mj-column>
|
|
172
|
+
<mj-divider />
|
|
173
|
+
</mj-column>
|
|
174
|
+
</mj-section>
|
|
175
|
+
|
|
176
|
+
<mj-section padding-top="20px" padding-bottom="20px">
|
|
177
|
+
<mj-column width="17%">
|
|
178
|
+
<mj-image
|
|
179
|
+
padding="16px 0 0 24px"
|
|
180
|
+
src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179"
|
|
181
|
+
alt="[[terms_image_alt]]"
|
|
182
|
+
/>
|
|
183
|
+
</mj-column>
|
|
184
|
+
<mj-column width="83%">
|
|
185
|
+
<mj-text>
|
|
186
|
+
<p>[[terms_intro]]</p>
|
|
187
|
+
<p>
|
|
188
|
+
<a
|
|
189
|
+
href="[[terms_link_url]]"
|
|
190
|
+
target="_blank"
|
|
191
|
+
style="color:#000000;"
|
|
192
|
+
>[[terms_link_text]]</a
|
|
193
|
+
>
|
|
194
|
+
</p>
|
|
195
|
+
</mj-text>
|
|
196
|
+
</mj-column>
|
|
197
|
+
</mj-section>
|
|
198
|
+
|
|
199
|
+
<mj-section>
|
|
200
|
+
<mj-column>
|
|
201
|
+
<mj-divider />
|
|
202
|
+
</mj-column>
|
|
203
|
+
</mj-section>
|
|
204
|
+
|
|
205
|
+
<mj-section padding-top="20px" padding-bottom="10px">
|
|
206
|
+
<mj-column>
|
|
207
|
+
<mj-text>
|
|
208
|
+
<p>
|
|
209
|
+
<font size="4"><b>[[support_heading]]</b></font>
|
|
210
|
+
</p>
|
|
211
|
+
<p>[[support_body]]</p>
|
|
212
|
+
<p>
|
|
213
|
+
{{ support.email }}
|
|
214
|
+
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
215
|
+
</p>
|
|
216
|
+
</mj-text>
|
|
217
|
+
</mj-column>
|
|
218
|
+
</mj-section>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Tak! Vi har registreret dig på Nuento",
|
|
3
|
-
"greeting": "Hej {{ user.name }},",
|
|
4
|
-
"registration_confirmation": "Tak for at smide din forretning ind i ringen! Vi har noteret din interesse for at blive oprettet som leverandør på Nuento med <b>{{supplier.name}}</b>, CVR <b>{{supplier.cvr}}</b>.",
|
|
5
|
-
|
|
6
|
-
"response_time_notice": "Vi arbejder i kulissen og sørger for, at du hører fra os inden for 48 timer!"
|
|
7
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Tak! Vi har registreret dig på Nuento",
|
|
3
|
+
"greeting": "Hej {{ user.name }},",
|
|
4
|
+
"registration_confirmation": "Tak for at smide din forretning ind i ringen! Vi har noteret din interesse for at blive oprettet som leverandør på Nuento med <b>{{supplier.name}}</b>, CVR <b>{{supplier.cvr}}</b>.",
|
|
5
|
+
|
|
6
|
+
"response_time_notice": "Vi arbejder i kulissen og sørger for, at du hører fra os inden for 48 timer!"
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Thanks! We’ve registered you on Nuento.",
|
|
3
|
-
"greeting": "Hi {{ user.name }},",
|
|
4
|
-
"registration_confirmation": "Thanks for throwing your business into the ring! We’ve noted your interest in being set up as a supplier on Nuento with <b>{{supplier.name}}</b>, CVR <b>{{supplier.cvr}}</b>.",
|
|
5
|
-
"response_time_notice": "We’re working behind the scenes and will make sure you hear from us within 48 hours!"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Thanks! We’ve registered you on Nuento.",
|
|
3
|
+
"greeting": "Hi {{ user.name }},",
|
|
4
|
+
"registration_confirmation": "Thanks for throwing your business into the ring! We’ve noted your interest in being set up as a supplier on Nuento with <b>{{supplier.name}}</b>, CVR <b>{{supplier.cvr}}</b>.",
|
|
5
|
+
"response_time_notice": "We’re working behind the scenes and will make sure you hear from us within 48 hours!"
|
|
6
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<mj-section padding-bottom="10px">
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[greeting]]</p>
|
|
5
|
-
<p>[[registration_confirmation]]</p>
|
|
6
|
-
<p>[[response_time_notice]]</p>
|
|
7
|
-
</mj-text>
|
|
8
|
-
</mj-column>
|
|
9
|
-
</mj-section>
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[registration_confirmation]]</p>
|
|
6
|
+
<p>[[response_time_notice]]</p>
|
|
7
|
+
</mj-text>
|
|
8
|
+
</mj-column>
|
|
9
|
+
</mj-section>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button css-class="btn-link" href="[[urls.root]]/account/settings/team">
|
|
13
|
+
[[button_view_team]]
|
|
14
|
+
</mj-button>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@clink/emails",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"types": "dist/index.d.ts",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist/**/*"
|
|
8
|
-
],
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "tsc && node dist/build-emails.js",
|
|
11
|
-
"prepublishOnly": "yarn build"
|
|
12
|
-
},
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@types/mjml": "^4.7.4",
|
|
15
|
-
"mjml": "^4.2.1"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@types/node": "^24.10.1",
|
|
19
|
-
"ts-node": "^10.9.2",
|
|
20
|
-
"typescript": "^5.9.3"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@clink/emails",
|
|
3
|
+
"version": "1.1.8",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist/**/*"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "tsc && node dist/build-emails.js",
|
|
11
|
+
"prepublishOnly": "yarn build"
|
|
12
|
+
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@types/mjml": "^4.7.4",
|
|
15
|
+
"mjml": "^4.2.1"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^24.10.1",
|
|
19
|
+
"ts-node": "^10.9.2",
|
|
20
|
+
"typescript": "^5.9.3"
|
|
21
|
+
}
|
|
22
|
+
}
|