react-email 4.0.7 → 4.0.9
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/CHANGELOG.md +20 -0
- package/dist/cli/index.mjs +214 -186
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-build-manifest.json +14 -14
- package/dist/preview/.next/app-path-routes-manifest.json +1 -1
- package/dist/preview/.next/build-manifest.json +2 -2
- package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +3 -3
- package/dist/preview/.next/server/app/_not-found/page.js +1 -1
- package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/page.js +1 -1
- package/dist/preview/.next/server/app/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page.js +137 -75
- package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app-paths-manifest.json +1 -1
- package/dist/preview/.next/server/chunks/267.js +14 -0
- package/dist/preview/.next/server/chunks/346.js +1 -0
- package/dist/preview/.next/server/chunks/{886.js → 775.js} +3 -3
- package/dist/preview/.next/server/pages/500.html +1 -1
- package/dist/preview/.next/server/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +1 -1
- package/dist/preview/.next/static/chunks/33-ff3f70a80570ecda.js +1 -0
- package/dist/preview/.next/static/chunks/416-9c899340cfaa07d4.js +1 -0
- package/dist/preview/.next/static/chunks/516-2716d86d2f8b9000.js +1 -0
- package/dist/preview/.next/static/chunks/{587-352f8079202a48d0.js → 587-0644242ce9489212.js} +1 -1
- package/dist/preview/.next/static/chunks/app/layout-2726a60e293495d3.js +1 -0
- package/dist/preview/.next/static/chunks/app/{page-0ee3a37f3a3f6f17.js → page-1d98e2313c60dd77.js} +1 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-c77ff9f2bb1709b3.js +1 -0
- package/dist/preview/.next/static/chunks/f33a14d2-a04f3be0523bd1fa.js +6 -0
- package/dist/preview/.next/static/css/6f42d128f111d7fa.css +3 -0
- package/dist/preview/.next/trace +27 -27
- package/package.json +44 -46
- package/src/actions/email-validation/check-compatibility.ts +1 -1
- package/src/actions/email-validation/check-images.spec.tsx +1 -1
- package/src/actions/email-validation/check-links.spec.tsx +1 -1
- package/src/actions/email-validation/quick-fetch.ts +1 -1
- package/src/actions/render-email-by-path.tsx +6 -6
- package/src/app/preview/[...slug]/preview.tsx +1 -1
- package/src/commands/testing/out/magic-links/aws-verify-email.html +164 -0
- package/src/commands/testing/out/magic-links/linear-login-code.html +89 -0
- package/src/commands/testing/out/magic-links/notion-magic-link.html +75 -0
- package/src/commands/testing/out/magic-links/plaid-verify-identity.html +78 -0
- package/src/commands/testing/out/magic-links/raycast-magic-link.html +90 -0
- package/src/commands/testing/out/magic-links/slack-confirm.html +239 -0
- package/src/commands/testing/out/newsletters/codepen-challengers.html +547 -0
- package/src/commands/testing/out/newsletters/google-play-policy-update.html +338 -0
- package/src/commands/testing/out/newsletters/stack-overflow-tips.html +230 -0
- package/src/commands/testing/out/notifications/github-access-token.html +103 -0
- package/src/commands/testing/out/notifications/papermark-year-in-review.html +316 -0
- package/src/commands/testing/out/notifications/vercel-invite-user.html +170 -0
- package/src/commands/testing/out/notifications/yelp-recent-login.html +194 -0
- package/src/commands/testing/out/receipts/apple-receipt.html +676 -0
- package/src/commands/testing/out/receipts/nike-receipt.html +723 -0
- package/src/commands/testing/out/reset-password/dropbox-reset-password.html +97 -0
- package/src/commands/testing/out/reset-password/twitch-reset-password.html +219 -0
- package/src/commands/testing/out/reviews/airbnb-review.html +205 -0
- package/src/commands/testing/out/reviews/amazon-review.html +355 -0
- package/src/commands/testing/out/static/airbnb-logo.png +0 -0
- package/src/commands/testing/out/static/airbnb-review-user.jpg +0 -0
- package/src/commands/testing/out/static/amazon-book.jpg +0 -0
- package/src/commands/testing/out/static/amazon-facebook.jpg +0 -0
- package/src/commands/testing/out/static/amazon-instagram.jpg +0 -0
- package/src/commands/testing/out/static/amazon-logo.png +0 -0
- package/src/commands/testing/out/static/amazon-prime-logo.png +0 -0
- package/src/commands/testing/out/static/amazon-rating.gif +0 -0
- package/src/commands/testing/out/static/amazon-twitter.jpg +0 -0
- package/src/commands/testing/out/static/apple-card-icon.png +0 -0
- package/src/commands/testing/out/static/apple-hbo-max-icon.jpeg +0 -0
- package/src/commands/testing/out/static/apple-logo.png +0 -0
- package/src/commands/testing/out/static/apple-wallet.png +0 -0
- package/src/commands/testing/out/static/aws-logo.png +0 -0
- package/src/commands/testing/out/static/codepen-challengers.png +0 -0
- package/src/commands/testing/out/static/codepen-cube.png +0 -0
- package/src/commands/testing/out/static/codepen-pro.png +0 -0
- package/src/commands/testing/out/static/dropbox-logo.png +0 -0
- package/src/commands/testing/out/static/github.png +0 -0
- package/src/commands/testing/out/static/google-play-academy.png +0 -0
- package/src/commands/testing/out/static/google-play-chat.png +0 -0
- package/src/commands/testing/out/static/google-play-footer.png +0 -0
- package/src/commands/testing/out/static/google-play-header.png +0 -0
- package/src/commands/testing/out/static/google-play-icon.png +0 -0
- package/src/commands/testing/out/static/google-play-logo.png +0 -0
- package/src/commands/testing/out/static/google-play-pl.png +0 -0
- package/src/commands/testing/out/static/google-play.png +0 -0
- package/src/commands/testing/out/static/koala-logo.png +0 -0
- package/src/commands/testing/out/static/linear-logo.png +0 -0
- package/src/commands/testing/out/static/netlify-logo.png +0 -0
- package/src/commands/testing/out/static/nike-logo.png +0 -0
- package/src/commands/testing/out/static/nike-phone.png +0 -0
- package/src/commands/testing/out/static/nike-product.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-1.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-2.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-3.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-4.png +0 -0
- package/src/commands/testing/out/static/notion-logo.png +0 -0
- package/src/commands/testing/out/static/plaid-logo.png +0 -0
- package/src/commands/testing/out/static/raycast-bg.png +0 -0
- package/src/commands/testing/out/static/raycast-logo.png +0 -0
- package/src/commands/testing/out/static/slack-facebook.png +0 -0
- package/src/commands/testing/out/static/slack-linkedin.png +0 -0
- package/src/commands/testing/out/static/slack-logo.png +0 -0
- package/src/commands/testing/out/static/slack-twitter.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-header.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-logo-sm.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-logo.png +0 -0
- package/src/commands/testing/out/static/stripe-logo.png +0 -0
- package/src/commands/testing/out/static/twitch-icon-facebook.png +0 -0
- package/src/commands/testing/out/static/twitch-icon-twitter.png +0 -0
- package/src/commands/testing/out/static/twitch-logo.png +0 -0
- package/src/commands/testing/out/static/vercel-arrow.png +0 -0
- package/src/commands/testing/out/static/vercel-logo.png +0 -0
- package/src/commands/testing/out/static/vercel-team.png +0 -0
- package/src/commands/testing/out/static/vercel-user.png +0 -0
- package/src/commands/testing/out/static/yelp-footer.png +0 -0
- package/src/commands/testing/out/static/yelp-header.png +0 -0
- package/src/commands/testing/out/static/yelp-logo.png +0 -0
- package/src/commands/testing/out/welcome/koala-welcome.html +89 -0
- package/src/commands/testing/out/welcome/netlify-welcome.html +198 -0
- package/src/commands/testing/out/welcome/stripe-welcome.html +152 -0
- package/src/components/toolbar.tsx +1 -0
- package/src/contexts/emails.tsx +1 -3
- package/src/contexts/fragment-identifier.tsx +3 -1
- package/src/contexts/preview.tsx +1 -3
- package/src/hooks/use-email-rendering-result.ts +18 -5
- package/src/hooks/use-hot-reload.ts +1 -1
- package/src/utils/__snapshots__/get-email-component.spec.ts.snap +1 -1
- package/src/utils/caniemail/ast/get-object-variables.ts +1 -1
- package/src/utils/caniemail/tailwind/generate-tailwind-rules.ts +1 -1
- package/src/utils/caniemail/tailwind/get-tailwind-config.ts +1 -1
- package/src/utils/caniemail/tailwind/get-tailwind-metadata.ts +1 -1
- package/src/utils/contains-email-template.spec.ts +107 -0
- package/src/utils/contains-email-template.ts +33 -0
- package/src/utils/get-email-component.ts +16 -1
- package/src/utils/get-emails-directory-metadata.ts +24 -13
- package/src/utils/index.ts +2 -2
- package/src/utils/run-bundled-code.ts +1 -1
- package/tailwind.config.ts +2 -1
- package/tsconfig.json +1 -1
- package/dist/cli/index.d.mts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +0 -1317
- package/dist/preview/.next/server/chunks/380.js +0 -1
- package/dist/preview/.next/server/chunks/840.js +0 -14
- package/dist/preview/.next/static/chunks/246-e7336e2929971f63.js +0 -1
- package/dist/preview/.next/static/chunks/539-6e9405ecdc007bb7.js +0 -1
- package/dist/preview/.next/static/chunks/853-a01d49f63a859f3d.js +0 -1
- package/dist/preview/.next/static/chunks/afa401a5-55858bf5265319eb.js +0 -6
- package/dist/preview/.next/static/chunks/app/layout-fa93a7ef0cc5ebdb.js +0 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-95449af2d870e732.js +0 -1
- package/dist/preview/.next/static/css/67e57230289273a9.css +0 -3
- /package/dist/preview/.next/static/{Oy7kpIZ6Nbnd7hpoEKBWw → 3apYH6rky7aNn7g4RIJp5}/_buildManifest.js +0 -0
- /package/dist/preview/.next/static/{Oy7kpIZ6Nbnd7hpoEKBWw → 3apYH6rky7aNn7g4RIJp5}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,676 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html dir="ltr" lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<link rel="preload" as="image" href="/static/apple-logo.png" />
|
|
5
|
+
<link rel="preload" as="image" href="/static/apple-hbo-max-icon.jpeg" />
|
|
6
|
+
<link rel="preload" as="image" href="/static/apple-card-icon.png" />
|
|
7
|
+
<link rel="preload" as="image" href="/static/apple-wallet.png" />
|
|
8
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
9
|
+
<meta name="x-apple-disable-message-reformatting" />
|
|
10
|
+
<!--$-->
|
|
11
|
+
</head>
|
|
12
|
+
<body
|
|
13
|
+
style='font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#ffffff'>
|
|
14
|
+
<div
|
|
15
|
+
style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0">
|
|
16
|
+
Apple Receipt
|
|
17
|
+
<div>
|
|
18
|
+
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
<table
|
|
22
|
+
align="center"
|
|
23
|
+
width="100%"
|
|
24
|
+
border="0"
|
|
25
|
+
cellpadding="0"
|
|
26
|
+
cellspacing="0"
|
|
27
|
+
role="presentation"
|
|
28
|
+
style="max-width:100%;margin:0 auto;padding:20px 0 48px;width:660px">
|
|
29
|
+
<tbody>
|
|
30
|
+
<tr style="width:100%">
|
|
31
|
+
<td>
|
|
32
|
+
<table
|
|
33
|
+
align="center"
|
|
34
|
+
width="100%"
|
|
35
|
+
border="0"
|
|
36
|
+
cellpadding="0"
|
|
37
|
+
cellspacing="0"
|
|
38
|
+
role="presentation">
|
|
39
|
+
<tbody>
|
|
40
|
+
<tr>
|
|
41
|
+
<td>
|
|
42
|
+
<table
|
|
43
|
+
align="center"
|
|
44
|
+
width="100%"
|
|
45
|
+
border="0"
|
|
46
|
+
cellpadding="0"
|
|
47
|
+
cellspacing="0"
|
|
48
|
+
role="presentation">
|
|
49
|
+
<tbody style="width:100%">
|
|
50
|
+
<tr style="width:100%">
|
|
51
|
+
<td data-id="__react-email-column">
|
|
52
|
+
<img
|
|
53
|
+
alt="Apple Logo"
|
|
54
|
+
height="42"
|
|
55
|
+
src="/static/apple-logo.png"
|
|
56
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
57
|
+
width="42" />
|
|
58
|
+
</td>
|
|
59
|
+
<td
|
|
60
|
+
align="right"
|
|
61
|
+
data-id="__react-email-column"
|
|
62
|
+
style="display:table-cell">
|
|
63
|
+
<p
|
|
64
|
+
style="font-size:32px;line-height:24px;font-weight:300;color:#888888;margin-top:16px;margin-bottom:16px">
|
|
65
|
+
Receipt
|
|
66
|
+
</p>
|
|
67
|
+
</td>
|
|
68
|
+
</tr>
|
|
69
|
+
</tbody>
|
|
70
|
+
</table>
|
|
71
|
+
</td>
|
|
72
|
+
</tr>
|
|
73
|
+
</tbody>
|
|
74
|
+
</table>
|
|
75
|
+
<table
|
|
76
|
+
align="center"
|
|
77
|
+
width="100%"
|
|
78
|
+
border="0"
|
|
79
|
+
cellpadding="0"
|
|
80
|
+
cellspacing="0"
|
|
81
|
+
role="presentation">
|
|
82
|
+
<tbody>
|
|
83
|
+
<tr>
|
|
84
|
+
<td>
|
|
85
|
+
<p
|
|
86
|
+
style="font-size:14px;line-height:24px;text-align:center;margin:36px 0 40px 0;font-weight:500;color:#111111;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
87
|
+
Save 3% on all your Apple purchases with Apple Card.<sup
|
|
88
|
+
style="font-weight:300"
|
|
89
|
+
>1</sup
|
|
90
|
+
>
|
|
91
|
+
<a
|
|
92
|
+
href="https://www.apple.com/apple-card/"
|
|
93
|
+
style="color:#067df7;text-decoration-line:none"
|
|
94
|
+
target="_blank"
|
|
95
|
+
>Apply and use in minutes</a
|
|
96
|
+
><sup style="font-weight:300">2</sup>
|
|
97
|
+
</p>
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
</tbody>
|
|
101
|
+
</table>
|
|
102
|
+
<table
|
|
103
|
+
align="center"
|
|
104
|
+
width="100%"
|
|
105
|
+
border="0"
|
|
106
|
+
cellpadding="0"
|
|
107
|
+
cellspacing="0"
|
|
108
|
+
role="presentation"
|
|
109
|
+
style="border-collapse:collapse;border-spacing:0px;color:rgb(51,51,51);background-color:rgb(250,250,250);border-radius:3px;font-size:12px">
|
|
110
|
+
<tbody>
|
|
111
|
+
<tr>
|
|
112
|
+
<td>
|
|
113
|
+
<table
|
|
114
|
+
align="center"
|
|
115
|
+
width="100%"
|
|
116
|
+
border="0"
|
|
117
|
+
cellpadding="0"
|
|
118
|
+
cellspacing="0"
|
|
119
|
+
role="presentation"
|
|
120
|
+
style="min-height:46px">
|
|
121
|
+
<tbody style="width:100%">
|
|
122
|
+
<tr style="width:100%">
|
|
123
|
+
<td colspan="2" data-id="__react-email-column">
|
|
124
|
+
<table
|
|
125
|
+
align="center"
|
|
126
|
+
width="100%"
|
|
127
|
+
border="0"
|
|
128
|
+
cellpadding="0"
|
|
129
|
+
cellspacing="0"
|
|
130
|
+
role="presentation">
|
|
131
|
+
<tbody>
|
|
132
|
+
<tr>
|
|
133
|
+
<td>
|
|
134
|
+
<table
|
|
135
|
+
align="center"
|
|
136
|
+
width="100%"
|
|
137
|
+
border="0"
|
|
138
|
+
cellpadding="0"
|
|
139
|
+
cellspacing="0"
|
|
140
|
+
role="presentation">
|
|
141
|
+
<tbody style="width:100%">
|
|
142
|
+
<tr style="width:100%">
|
|
143
|
+
<td
|
|
144
|
+
data-id="__react-email-column"
|
|
145
|
+
style="padding-left:20px;border-style:solid;border-color:white;border-width:0px 1px 1px 0px;min-height:44px">
|
|
146
|
+
<p
|
|
147
|
+
style="font-size:10px;line-height:1.4;margin:0;padding:0;color:rgb(102,102,102);margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
148
|
+
APPLE ID
|
|
149
|
+
</p>
|
|
150
|
+
<a
|
|
151
|
+
style="color:#15c;text-decoration-line:none;font-size:12px;margin:0;padding:0;line-height:1.4;text-decoration:underline"
|
|
152
|
+
target="_blank"
|
|
153
|
+
>alan.turing@gmail.com</a
|
|
154
|
+
>
|
|
155
|
+
</td>
|
|
156
|
+
</tr>
|
|
157
|
+
</tbody>
|
|
158
|
+
</table>
|
|
159
|
+
<table
|
|
160
|
+
align="center"
|
|
161
|
+
width="100%"
|
|
162
|
+
border="0"
|
|
163
|
+
cellpadding="0"
|
|
164
|
+
cellspacing="0"
|
|
165
|
+
role="presentation">
|
|
166
|
+
<tbody style="width:100%">
|
|
167
|
+
<tr style="width:100%">
|
|
168
|
+
<td
|
|
169
|
+
data-id="__react-email-column"
|
|
170
|
+
style="padding-left:20px;border-style:solid;border-color:white;border-width:0px 1px 1px 0px;min-height:44px">
|
|
171
|
+
<p
|
|
172
|
+
style="font-size:10px;line-height:1.4;margin:0;padding:0;color:rgb(102,102,102);margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
173
|
+
INVOICE DATE
|
|
174
|
+
</p>
|
|
175
|
+
<p
|
|
176
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
177
|
+
18 Jan 2023
|
|
178
|
+
</p>
|
|
179
|
+
</td>
|
|
180
|
+
</tr>
|
|
181
|
+
</tbody>
|
|
182
|
+
</table>
|
|
183
|
+
<table
|
|
184
|
+
align="center"
|
|
185
|
+
width="100%"
|
|
186
|
+
border="0"
|
|
187
|
+
cellpadding="0"
|
|
188
|
+
cellspacing="0"
|
|
189
|
+
role="presentation">
|
|
190
|
+
<tbody style="width:100%">
|
|
191
|
+
<tr style="width:100%">
|
|
192
|
+
<td
|
|
193
|
+
data-id="__react-email-column"
|
|
194
|
+
style="padding-left:20px;border-style:solid;border-color:white;border-width:0px 1px 1px 0px;min-height:44px">
|
|
195
|
+
<p
|
|
196
|
+
style="font-size:10px;line-height:1.4;margin:0;padding:0;color:rgb(102,102,102);margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
197
|
+
ORDER ID
|
|
198
|
+
</p>
|
|
199
|
+
<a
|
|
200
|
+
style="color:#15c;text-decoration-line:none;font-size:12px;margin:0;padding:0;line-height:1.4;text-decoration:underline"
|
|
201
|
+
target="_blank"
|
|
202
|
+
>ML4F5L8522</a
|
|
203
|
+
>
|
|
204
|
+
</td>
|
|
205
|
+
<td
|
|
206
|
+
data-id="__react-email-column"
|
|
207
|
+
style="padding-left:20px;border-style:solid;border-color:white;border-width:0px 1px 1px 0px;min-height:44px">
|
|
208
|
+
<p
|
|
209
|
+
style="font-size:10px;line-height:1.4;margin:0;padding:0;color:rgb(102,102,102);margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
210
|
+
DOCUMENT NO.
|
|
211
|
+
</p>
|
|
212
|
+
<p
|
|
213
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
214
|
+
186623754793
|
|
215
|
+
</p>
|
|
216
|
+
</td>
|
|
217
|
+
</tr>
|
|
218
|
+
</tbody>
|
|
219
|
+
</table>
|
|
220
|
+
</td>
|
|
221
|
+
</tr>
|
|
222
|
+
</tbody>
|
|
223
|
+
</table>
|
|
224
|
+
</td>
|
|
225
|
+
<td
|
|
226
|
+
colspan="2"
|
|
227
|
+
data-id="__react-email-column"
|
|
228
|
+
style="padding-left:20px;border-style:solid;border-color:white;border-width:0px 1px 1px 0px;min-height:44px">
|
|
229
|
+
<p
|
|
230
|
+
style="font-size:10px;line-height:1.4;margin:0;padding:0;color:rgb(102,102,102);margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
231
|
+
BILLED TO
|
|
232
|
+
</p>
|
|
233
|
+
<p
|
|
234
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
235
|
+
Visa .... 7461 (Apple Pay)
|
|
236
|
+
</p>
|
|
237
|
+
<p
|
|
238
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
239
|
+
Alan Turing
|
|
240
|
+
</p>
|
|
241
|
+
<p
|
|
242
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
243
|
+
2125 Chestnut St
|
|
244
|
+
</p>
|
|
245
|
+
<p
|
|
246
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
247
|
+
San Francisco, CA 94123
|
|
248
|
+
</p>
|
|
249
|
+
<p
|
|
250
|
+
style="font-size:12px;line-height:1.4;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
251
|
+
USA
|
|
252
|
+
</p>
|
|
253
|
+
</td>
|
|
254
|
+
</tr>
|
|
255
|
+
</tbody>
|
|
256
|
+
</table>
|
|
257
|
+
</td>
|
|
258
|
+
</tr>
|
|
259
|
+
</tbody>
|
|
260
|
+
</table>
|
|
261
|
+
<table
|
|
262
|
+
align="center"
|
|
263
|
+
width="100%"
|
|
264
|
+
border="0"
|
|
265
|
+
cellpadding="0"
|
|
266
|
+
cellspacing="0"
|
|
267
|
+
role="presentation"
|
|
268
|
+
style="border-collapse:collapse;border-spacing:0px;color:rgb(51,51,51);background-color:rgb(250,250,250);border-radius:3px;font-size:12px;margin:30px 0 15px 0;min-height:24px">
|
|
269
|
+
<tbody>
|
|
270
|
+
<tr>
|
|
271
|
+
<td>
|
|
272
|
+
<p
|
|
273
|
+
style="font-size:14px;line-height:24px;background:#fafafa;padding-left:10px;font-weight:500;margin:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
274
|
+
App Store
|
|
275
|
+
</p>
|
|
276
|
+
</td>
|
|
277
|
+
</tr>
|
|
278
|
+
</tbody>
|
|
279
|
+
</table>
|
|
280
|
+
<table
|
|
281
|
+
align="center"
|
|
282
|
+
width="100%"
|
|
283
|
+
border="0"
|
|
284
|
+
cellpadding="0"
|
|
285
|
+
cellspacing="0"
|
|
286
|
+
role="presentation">
|
|
287
|
+
<tbody>
|
|
288
|
+
<tr>
|
|
289
|
+
<td>
|
|
290
|
+
<table
|
|
291
|
+
align="center"
|
|
292
|
+
width="100%"
|
|
293
|
+
border="0"
|
|
294
|
+
cellpadding="0"
|
|
295
|
+
cellspacing="0"
|
|
296
|
+
role="presentation">
|
|
297
|
+
<tbody style="width:100%">
|
|
298
|
+
<tr style="width:100%">
|
|
299
|
+
<td data-id="__react-email-column" style="width:64px">
|
|
300
|
+
<img
|
|
301
|
+
alt="HBO Max"
|
|
302
|
+
height="64"
|
|
303
|
+
src="/static/apple-hbo-max-icon.jpeg"
|
|
304
|
+
style="display:block;outline:none;border:1px solid rgb(242,242,242);text-decoration:none;margin:0 0 0 20px;border-radius:14px"
|
|
305
|
+
width="64" />
|
|
306
|
+
</td>
|
|
307
|
+
<td
|
|
308
|
+
data-id="__react-email-column"
|
|
309
|
+
style="padding-left:22px">
|
|
310
|
+
<p
|
|
311
|
+
style="font-size:12px;line-height:1.4;font-weight:600;margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
312
|
+
HBO Max: Stream TV & Movies
|
|
313
|
+
</p>
|
|
314
|
+
<p
|
|
315
|
+
style="font-size:12px;line-height:1.4;color:rgb(102,102,102);margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
316
|
+
HBO Max Ad-Free (Monthly)
|
|
317
|
+
</p>
|
|
318
|
+
<p
|
|
319
|
+
style="font-size:12px;line-height:1.4;color:rgb(102,102,102);margin:0;padding:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
320
|
+
Renews Aug 20, 2023
|
|
321
|
+
</p>
|
|
322
|
+
<a
|
|
323
|
+
href="https://www.apple.com/"
|
|
324
|
+
style="color:rgb(0,112,201);text-decoration-line:none;font-size:12px;text-decoration:none"
|
|
325
|
+
target="_blank"
|
|
326
|
+
>Write a Review</a
|
|
327
|
+
><span
|
|
328
|
+
style="margin-left:4px;margin-right:4px;color:rgb(51,51,51);font-weight:200"
|
|
329
|
+
>|</span
|
|
330
|
+
><a
|
|
331
|
+
href="https://www.apple.com/"
|
|
332
|
+
style="color:rgb(0,112,201);text-decoration-line:none;font-size:12px;text-decoration:none"
|
|
333
|
+
target="_blank"
|
|
334
|
+
>Report a Problem</a
|
|
335
|
+
>
|
|
336
|
+
</td>
|
|
337
|
+
<td
|
|
338
|
+
align="right"
|
|
339
|
+
data-id="__react-email-column"
|
|
340
|
+
style="display:table-cell;padding:0px 20px 0px 0px;width:100px;vertical-align:top">
|
|
341
|
+
<p
|
|
342
|
+
style="font-size:12px;line-height:24px;font-weight:600;margin:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
343
|
+
$14.99
|
|
344
|
+
</p>
|
|
345
|
+
</td>
|
|
346
|
+
</tr>
|
|
347
|
+
</tbody>
|
|
348
|
+
</table>
|
|
349
|
+
</td>
|
|
350
|
+
</tr>
|
|
351
|
+
</tbody>
|
|
352
|
+
</table>
|
|
353
|
+
<hr
|
|
354
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0 0 0" />
|
|
355
|
+
<table
|
|
356
|
+
align="right"
|
|
357
|
+
width="100%"
|
|
358
|
+
border="0"
|
|
359
|
+
cellpadding="0"
|
|
360
|
+
cellspacing="0"
|
|
361
|
+
role="presentation">
|
|
362
|
+
<tbody>
|
|
363
|
+
<tr>
|
|
364
|
+
<td>
|
|
365
|
+
<table
|
|
366
|
+
align="center"
|
|
367
|
+
width="100%"
|
|
368
|
+
border="0"
|
|
369
|
+
cellpadding="0"
|
|
370
|
+
cellspacing="0"
|
|
371
|
+
role="presentation">
|
|
372
|
+
<tbody style="width:100%">
|
|
373
|
+
<tr style="width:100%">
|
|
374
|
+
<td
|
|
375
|
+
align="right"
|
|
376
|
+
data-id="__react-email-column"
|
|
377
|
+
style="display:table-cell">
|
|
378
|
+
<p
|
|
379
|
+
style="font-size:10px;line-height:24px;margin:0;color:rgb(102,102,102);font-weight:600;padding:0px 30px 0px 0px;text-align:right;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
380
|
+
TOTAL
|
|
381
|
+
</p>
|
|
382
|
+
</td>
|
|
383
|
+
<td
|
|
384
|
+
data-id="__react-email-column"
|
|
385
|
+
style="min-height:48px;padding-top:48px;border-left:1px solid;border-color:rgb(238,238,238)"></td>
|
|
386
|
+
<td
|
|
387
|
+
data-id="__react-email-column"
|
|
388
|
+
style="display:table-cell;width:90px">
|
|
389
|
+
<p
|
|
390
|
+
style="font-size:16px;line-height:24px;margin:0px 20px 0px 0px;font-weight:600;white-space:nowrap;text-align:right;margin-top:16px;margin-right:20px;margin-bottom:16px;margin-left:0px">
|
|
391
|
+
$14.99
|
|
392
|
+
</p>
|
|
393
|
+
</td>
|
|
394
|
+
</tr>
|
|
395
|
+
</tbody>
|
|
396
|
+
</table>
|
|
397
|
+
</td>
|
|
398
|
+
</tr>
|
|
399
|
+
</tbody>
|
|
400
|
+
</table>
|
|
401
|
+
<hr
|
|
402
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:0 0 75px 0" />
|
|
403
|
+
<table
|
|
404
|
+
align="center"
|
|
405
|
+
width="100%"
|
|
406
|
+
border="0"
|
|
407
|
+
cellpadding="0"
|
|
408
|
+
cellspacing="0"
|
|
409
|
+
role="presentation">
|
|
410
|
+
<tbody>
|
|
411
|
+
<tr>
|
|
412
|
+
<td>
|
|
413
|
+
<table
|
|
414
|
+
align="center"
|
|
415
|
+
width="100%"
|
|
416
|
+
border="0"
|
|
417
|
+
cellpadding="0"
|
|
418
|
+
cellspacing="0"
|
|
419
|
+
role="presentation">
|
|
420
|
+
<tbody style="width:100%">
|
|
421
|
+
<tr style="width:100%">
|
|
422
|
+
<td
|
|
423
|
+
align="center"
|
|
424
|
+
data-id="__react-email-column"
|
|
425
|
+
style="display:block">
|
|
426
|
+
<img
|
|
427
|
+
alt="Apple Card"
|
|
428
|
+
height="17"
|
|
429
|
+
src="/static/apple-card-icon.png"
|
|
430
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
431
|
+
width="60" />
|
|
432
|
+
</td>
|
|
433
|
+
</tr>
|
|
434
|
+
</tbody>
|
|
435
|
+
</table>
|
|
436
|
+
</td>
|
|
437
|
+
</tr>
|
|
438
|
+
</tbody>
|
|
439
|
+
</table>
|
|
440
|
+
<table
|
|
441
|
+
align="center"
|
|
442
|
+
width="100%"
|
|
443
|
+
border="0"
|
|
444
|
+
cellpadding="0"
|
|
445
|
+
cellspacing="0"
|
|
446
|
+
role="presentation">
|
|
447
|
+
<tbody>
|
|
448
|
+
<tr>
|
|
449
|
+
<td>
|
|
450
|
+
<table
|
|
451
|
+
align="center"
|
|
452
|
+
width="100%"
|
|
453
|
+
border="0"
|
|
454
|
+
cellpadding="0"
|
|
455
|
+
cellspacing="0"
|
|
456
|
+
role="presentation">
|
|
457
|
+
<tbody style="width:100%">
|
|
458
|
+
<tr style="width:100%">
|
|
459
|
+
<td
|
|
460
|
+
align="center"
|
|
461
|
+
data-id="__react-email-column"
|
|
462
|
+
style="display:block;margin:15px 0 0 0">
|
|
463
|
+
<p
|
|
464
|
+
style="font-size:24px;line-height:24px;font-weight:500;margin-top:16px;margin-bottom:16px">
|
|
465
|
+
Save 3% on all your Apple purchases.
|
|
466
|
+
</p>
|
|
467
|
+
</td>
|
|
468
|
+
</tr>
|
|
469
|
+
</tbody>
|
|
470
|
+
</table>
|
|
471
|
+
</td>
|
|
472
|
+
</tr>
|
|
473
|
+
</tbody>
|
|
474
|
+
</table>
|
|
475
|
+
<table
|
|
476
|
+
align="center"
|
|
477
|
+
width="100%"
|
|
478
|
+
border="0"
|
|
479
|
+
cellpadding="0"
|
|
480
|
+
cellspacing="0"
|
|
481
|
+
role="presentation">
|
|
482
|
+
<tbody>
|
|
483
|
+
<tr>
|
|
484
|
+
<td>
|
|
485
|
+
<table
|
|
486
|
+
align="center"
|
|
487
|
+
width="100%"
|
|
488
|
+
border="0"
|
|
489
|
+
cellpadding="0"
|
|
490
|
+
cellspacing="0"
|
|
491
|
+
role="presentation">
|
|
492
|
+
<tbody style="width:100%">
|
|
493
|
+
<tr style="width:100%">
|
|
494
|
+
<td
|
|
495
|
+
align="center"
|
|
496
|
+
data-id="__react-email-column"
|
|
497
|
+
style="display:table-cell;margin:10px 0 0 0">
|
|
498
|
+
<a
|
|
499
|
+
href="https://www.apple.com/"
|
|
500
|
+
style="color:rgb(0,126,255);text-decoration-line:none;text-decoration:none"
|
|
501
|
+
target="_blank"
|
|
502
|
+
><img
|
|
503
|
+
alt="Apple Wallet"
|
|
504
|
+
height="28"
|
|
505
|
+
src="/static/apple-wallet.png"
|
|
506
|
+
style="display:inherit;outline:none;border:none;text-decoration:none;padding-right:8px;vertical-align:middle"
|
|
507
|
+
width="28" /><span
|
|
508
|
+
style="font-size:14px;font-weight:400;text-decoration:none"
|
|
509
|
+
>Apply and use in minutes</span
|
|
510
|
+
></a
|
|
511
|
+
>
|
|
512
|
+
</td>
|
|
513
|
+
</tr>
|
|
514
|
+
</tbody>
|
|
515
|
+
</table>
|
|
516
|
+
</td>
|
|
517
|
+
</tr>
|
|
518
|
+
</tbody>
|
|
519
|
+
</table>
|
|
520
|
+
<hr
|
|
521
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:65px 0 20px 0" />
|
|
522
|
+
<p
|
|
523
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
524
|
+
1. 3% savings is earned as Daily Cash and is transferred to your
|
|
525
|
+
Apple Cash card when transactions post to your Apple Card account.
|
|
526
|
+
If you do not have an Apple Cash card, Daily Cash can be applied
|
|
527
|
+
by you as a credit on your statement balance. 3% is the total
|
|
528
|
+
amount of Daily Cash earned for these purchases. See the Apple
|
|
529
|
+
Card Customer Agreement for more details on Daily Cash and
|
|
530
|
+
qualifying transactions.
|
|
531
|
+
</p>
|
|
532
|
+
<p
|
|
533
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
534
|
+
2. Subject to credit approval.
|
|
535
|
+
</p>
|
|
536
|
+
<p
|
|
537
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
538
|
+
To access and use all the features of Apple Card, you must add
|
|
539
|
+
Apple Card to Wallet on an iPhone or iPad with iOS or iPadOS 13.2
|
|
540
|
+
or later. Update to the latest version of iOS or iPadOS by going
|
|
541
|
+
to Settings > General > Software Update. Tap Download and
|
|
542
|
+
Install.
|
|
543
|
+
</p>
|
|
544
|
+
<p
|
|
545
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
546
|
+
Available for qualifying applicants in the United States.
|
|
547
|
+
</p>
|
|
548
|
+
<p
|
|
549
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
550
|
+
Apple Card is issued by Goldman Sachs Bank USA, Salt Lake City
|
|
551
|
+
Branch.
|
|
552
|
+
</p>
|
|
553
|
+
<p
|
|
554
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:0;margin-bottom:16px;margin-top:16px;margin-left:0;margin-right:0">
|
|
555
|
+
If you reside in the US territories, please call Goldman Sachs at
|
|
556
|
+
877-255-5923 with questions about Apple Card.
|
|
557
|
+
</p>
|
|
558
|
+
<p
|
|
559
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:20px 0;text-align:center;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
560
|
+
Privacy: We use a<a
|
|
561
|
+
href="https://www.apple.com/"
|
|
562
|
+
style="color:rgb(0,115,255);text-decoration-line:none"
|
|
563
|
+
target="_blank">
|
|
564
|
+
<!-- -->Subscriber ID<!-- --> </a
|
|
565
|
+
>to provide reports to developers.
|
|
566
|
+
</p>
|
|
567
|
+
<p
|
|
568
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:20px 0;text-align:center;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
569
|
+
Get help with subscriptions and purchases.<a
|
|
570
|
+
href="https://www.apple.com/"
|
|
571
|
+
style="color:rgb(0,115,255);text-decoration-line:none"
|
|
572
|
+
target="_blank"
|
|
573
|
+
>Visit Apple Support.</a
|
|
574
|
+
>
|
|
575
|
+
</p>
|
|
576
|
+
<p
|
|
577
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:20px 0;text-align:center;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
578
|
+
Learn how to<!-- -->
|
|
579
|
+
<a
|
|
580
|
+
href="https://www.apple.com/"
|
|
581
|
+
style="color:#067df7;text-decoration-line:none"
|
|
582
|
+
target="_blank"
|
|
583
|
+
>manage your password preferences</a
|
|
584
|
+
>
|
|
585
|
+
<!-- -->for iTunes, Apple Books, and App Store purchases.
|
|
586
|
+
</p>
|
|
587
|
+
<p
|
|
588
|
+
style="font-size:12px;line-height:auto;color:rgb(102,102,102);margin:20px 0;text-align:center;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
589
|
+
<!-- -->You have the option to stop receiving email receipts for
|
|
590
|
+
your subscription renewals. If you have opted out, you can still
|
|
591
|
+
view your receipts in your account under Purchase History. To
|
|
592
|
+
manage receipts or to opt in again, go to<!-- -->
|
|
593
|
+
<a
|
|
594
|
+
href="https://www.apple.com/"
|
|
595
|
+
style="color:#067df7;text-decoration-line:none"
|
|
596
|
+
target="_blank"
|
|
597
|
+
>Account Settings.</a
|
|
598
|
+
>
|
|
599
|
+
</p>
|
|
600
|
+
<table
|
|
601
|
+
align="center"
|
|
602
|
+
width="100%"
|
|
603
|
+
border="0"
|
|
604
|
+
cellpadding="0"
|
|
605
|
+
cellspacing="0"
|
|
606
|
+
role="presentation">
|
|
607
|
+
<tbody>
|
|
608
|
+
<tr>
|
|
609
|
+
<td>
|
|
610
|
+
<table
|
|
611
|
+
align="center"
|
|
612
|
+
width="100%"
|
|
613
|
+
border="0"
|
|
614
|
+
cellpadding="0"
|
|
615
|
+
cellspacing="0"
|
|
616
|
+
role="presentation">
|
|
617
|
+
<tbody style="width:100%">
|
|
618
|
+
<tr style="width:100%">
|
|
619
|
+
<td
|
|
620
|
+
align="center"
|
|
621
|
+
data-id="__react-email-column"
|
|
622
|
+
style="display:block;margin:40px 0 0 0">
|
|
623
|
+
<img
|
|
624
|
+
alt="Apple Card"
|
|
625
|
+
height="26"
|
|
626
|
+
src="/static/apple-logo.png"
|
|
627
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
628
|
+
width="26" />
|
|
629
|
+
</td>
|
|
630
|
+
</tr>
|
|
631
|
+
</tbody>
|
|
632
|
+
</table>
|
|
633
|
+
</td>
|
|
634
|
+
</tr>
|
|
635
|
+
</tbody>
|
|
636
|
+
</table>
|
|
637
|
+
<p
|
|
638
|
+
style="font-size:12px;line-height:24px;margin:8px 0 0 0;text-align:center;color:rgb(102,102,102);margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
639
|
+
<a
|
|
640
|
+
href="https://www.apple.com/"
|
|
641
|
+
style="color:#067df7;text-decoration-line:none"
|
|
642
|
+
target="_blank"
|
|
643
|
+
>Account Settings</a
|
|
644
|
+
>
|
|
645
|
+
•<!-- -->
|
|
646
|
+
<a
|
|
647
|
+
href="https://www.apple.com/"
|
|
648
|
+
style="color:#067df7;text-decoration-line:none"
|
|
649
|
+
target="_blank"
|
|
650
|
+
>Terms of Sale</a
|
|
651
|
+
>
|
|
652
|
+
•<!-- -->
|
|
653
|
+
<a
|
|
654
|
+
href="https://www.apple.com/legal/privacy/"
|
|
655
|
+
style="color:#067df7;text-decoration-line:none"
|
|
656
|
+
target="_blank"
|
|
657
|
+
>Privacy Policy<!-- -->
|
|
658
|
+
</a>
|
|
659
|
+
</p>
|
|
660
|
+
<p
|
|
661
|
+
style="font-size:12px;line-height:24px;margin:25px 0 0 0;text-align:center;color:rgb(102,102,102);margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
662
|
+
Copyright © 2023 Apple Inc. <br />
|
|
663
|
+
<a
|
|
664
|
+
href="https://www.apple.com/legal/"
|
|
665
|
+
style="color:#067df7;text-decoration-line:none"
|
|
666
|
+
target="_blank"
|
|
667
|
+
>All rights reserved</a
|
|
668
|
+
>
|
|
669
|
+
</p>
|
|
670
|
+
</td>
|
|
671
|
+
</tr>
|
|
672
|
+
</tbody>
|
|
673
|
+
</table>
|
|
674
|
+
<!--/$-->
|
|
675
|
+
</body>
|
|
676
|
+
</html>
|