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,338 @@
|
|
|
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/google-play-header.png" />
|
|
5
|
+
<link rel="preload" as="image" href="/static/google-play-logo.png" />
|
|
6
|
+
<link rel="preload" as="image" href="/static/google-play-chat.png" />
|
|
7
|
+
<link rel="preload" as="image" href="/static/google-play-icon.png" />
|
|
8
|
+
<link rel="preload" as="image" href="/static/google-play-academy.png" />
|
|
9
|
+
<link rel="preload" as="image" href="/static/google-play-footer.png" />
|
|
10
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
11
|
+
<meta name="x-apple-disable-message-reformatting" />
|
|
12
|
+
<!--$-->
|
|
13
|
+
</head>
|
|
14
|
+
<body
|
|
15
|
+
style='background-color:#dbddde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif'>
|
|
16
|
+
<div
|
|
17
|
+
style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0">
|
|
18
|
+
Google Play developers
|
|
19
|
+
<div>
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<table
|
|
24
|
+
align="center"
|
|
25
|
+
width="100%"
|
|
26
|
+
border="0"
|
|
27
|
+
cellpadding="0"
|
|
28
|
+
cellspacing="0"
|
|
29
|
+
role="presentation"
|
|
30
|
+
style="max-width:37.5em;margin:30px auto;background-color:#fff;border-radius:5px;overflow:hidden">
|
|
31
|
+
<tbody>
|
|
32
|
+
<tr style="width:100%">
|
|
33
|
+
<td>
|
|
34
|
+
<table
|
|
35
|
+
align="center"
|
|
36
|
+
width="100%"
|
|
37
|
+
border="0"
|
|
38
|
+
cellpadding="0"
|
|
39
|
+
cellspacing="0"
|
|
40
|
+
role="presentation">
|
|
41
|
+
<tbody>
|
|
42
|
+
<tr>
|
|
43
|
+
<td>
|
|
44
|
+
<table
|
|
45
|
+
align="center"
|
|
46
|
+
width="100%"
|
|
47
|
+
border="0"
|
|
48
|
+
cellpadding="0"
|
|
49
|
+
cellspacing="0"
|
|
50
|
+
role="presentation">
|
|
51
|
+
<tbody style="width:100%">
|
|
52
|
+
<tr style="width:100%">
|
|
53
|
+
<td data-id="__react-email-column">
|
|
54
|
+
<img
|
|
55
|
+
alt="Google Play developers header blue transparent"
|
|
56
|
+
height="28"
|
|
57
|
+
src="/static/google-play-header.png"
|
|
58
|
+
style="display:block;outline:none;border:none;text-decoration:none;margin-top:-1px"
|
|
59
|
+
width="305" /><img
|
|
60
|
+
alt="Google Play"
|
|
61
|
+
height="31"
|
|
62
|
+
src="/static/google-play-logo.png"
|
|
63
|
+
style="display:block;outline:none;border:none;text-decoration:none;padding:0 40px"
|
|
64
|
+
width="155" />
|
|
65
|
+
</td>
|
|
66
|
+
</tr>
|
|
67
|
+
</tbody>
|
|
68
|
+
</table>
|
|
69
|
+
</td>
|
|
70
|
+
</tr>
|
|
71
|
+
</tbody>
|
|
72
|
+
</table>
|
|
73
|
+
<table
|
|
74
|
+
align="center"
|
|
75
|
+
width="100%"
|
|
76
|
+
border="0"
|
|
77
|
+
cellpadding="0"
|
|
78
|
+
cellspacing="0"
|
|
79
|
+
role="presentation"
|
|
80
|
+
style="padding:0 40px">
|
|
81
|
+
<tbody>
|
|
82
|
+
<tr>
|
|
83
|
+
<td>
|
|
84
|
+
<hr
|
|
85
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e8eaed;margin:20px 0" />
|
|
86
|
+
<p
|
|
87
|
+
style="font-size:14px;line-height:26px;font-weight:700;color:#004dcf;margin-top:16px;margin-bottom:16px">
|
|
88
|
+
DEVELOPER UPDATE
|
|
89
|
+
</p>
|
|
90
|
+
<p
|
|
91
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
92
|
+
Hello Google Play Developer,
|
|
93
|
+
</p>
|
|
94
|
+
<p
|
|
95
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
96
|
+
We strive to make Google Play a safe and trusted
|
|
97
|
+
experience for users.
|
|
98
|
+
</p>
|
|
99
|
+
<p
|
|
100
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
101
|
+
We've added clarifications to our<!-- -->
|
|
102
|
+
<a
|
|
103
|
+
href="https://notifications.google.com"
|
|
104
|
+
style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
|
|
105
|
+
target="_blank"
|
|
106
|
+
>Target API Level policy</a
|
|
107
|
+
>. Because this is a clarification, our enforcement
|
|
108
|
+
standards and practices for this policy remain the same.
|
|
109
|
+
</p>
|
|
110
|
+
</td>
|
|
111
|
+
</tr>
|
|
112
|
+
</tbody>
|
|
113
|
+
</table>
|
|
114
|
+
<table
|
|
115
|
+
align="center"
|
|
116
|
+
width="100%"
|
|
117
|
+
border="0"
|
|
118
|
+
cellpadding="0"
|
|
119
|
+
cellspacing="0"
|
|
120
|
+
role="presentation"
|
|
121
|
+
style="padding-left:40px">
|
|
122
|
+
<tbody>
|
|
123
|
+
<tr>
|
|
124
|
+
<td>
|
|
125
|
+
<p
|
|
126
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
127
|
+
We’re noting exceptions to the<!-- -->
|
|
128
|
+
<a
|
|
129
|
+
href="https://notifications.google.com"
|
|
130
|
+
style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
|
|
131
|
+
target="_blank"
|
|
132
|
+
>Target API Level policy</a
|
|
133
|
+
>, which can be found in our updated<!-- -->
|
|
134
|
+
<a
|
|
135
|
+
href="https://notifications.google.com"
|
|
136
|
+
style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
|
|
137
|
+
target="_blank"
|
|
138
|
+
>Help Center article.</a
|
|
139
|
+
>These exceptions include permanently private apps and
|
|
140
|
+
apps that target automotive or wearables form factors and
|
|
141
|
+
are bundled within the same package.<!-- -->
|
|
142
|
+
<a
|
|
143
|
+
href="https://notifications.google.com"
|
|
144
|
+
style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
|
|
145
|
+
target="_blank"
|
|
146
|
+
>Learn more</a
|
|
147
|
+
>
|
|
148
|
+
</p>
|
|
149
|
+
</td>
|
|
150
|
+
</tr>
|
|
151
|
+
</tbody>
|
|
152
|
+
</table>
|
|
153
|
+
<table
|
|
154
|
+
align="center"
|
|
155
|
+
width="100%"
|
|
156
|
+
border="0"
|
|
157
|
+
cellpadding="0"
|
|
158
|
+
cellspacing="0"
|
|
159
|
+
role="presentation"
|
|
160
|
+
style="padding:0 40px">
|
|
161
|
+
<tbody>
|
|
162
|
+
<tr>
|
|
163
|
+
<td>
|
|
164
|
+
<p
|
|
165
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
166
|
+
We’re also extending the deadline to give you more time to
|
|
167
|
+
adjust to these changes. Now, apps that target API level
|
|
168
|
+
29 or below will start experiencing reduced distribution
|
|
169
|
+
starting <b>Jan 31, 2023</b>
|
|
170
|
+
<!-- -->instead of Nov 1, 2022. If you need more time to
|
|
171
|
+
update your app, you can request an extension to keep your
|
|
172
|
+
app discoverable to all users until May 1, 2023.
|
|
173
|
+
</p>
|
|
174
|
+
<hr
|
|
175
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e8eaed;margin:20px 0" />
|
|
176
|
+
</td>
|
|
177
|
+
</tr>
|
|
178
|
+
</tbody>
|
|
179
|
+
</table>
|
|
180
|
+
<table
|
|
181
|
+
align="center"
|
|
182
|
+
width="100%"
|
|
183
|
+
border="0"
|
|
184
|
+
cellpadding="0"
|
|
185
|
+
cellspacing="0"
|
|
186
|
+
role="presentation"
|
|
187
|
+
style="padding:0 40px">
|
|
188
|
+
<tbody>
|
|
189
|
+
<tr>
|
|
190
|
+
<td>
|
|
191
|
+
<p
|
|
192
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
193
|
+
Thank you,
|
|
194
|
+
</p>
|
|
195
|
+
<p
|
|
196
|
+
style="font-size:20px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
197
|
+
The Google Play team
|
|
198
|
+
</p>
|
|
199
|
+
</td>
|
|
200
|
+
</tr>
|
|
201
|
+
</tbody>
|
|
202
|
+
</table>
|
|
203
|
+
<table
|
|
204
|
+
align="center"
|
|
205
|
+
width="100%"
|
|
206
|
+
border="0"
|
|
207
|
+
cellpadding="0"
|
|
208
|
+
cellspacing="0"
|
|
209
|
+
role="presentation"
|
|
210
|
+
style="background-color:#f0fcff;width:90%;border-radius:5px;overflow:hidden;padding-left:20px">
|
|
211
|
+
<tbody>
|
|
212
|
+
<tr>
|
|
213
|
+
<td>
|
|
214
|
+
<table
|
|
215
|
+
align="center"
|
|
216
|
+
width="100%"
|
|
217
|
+
border="0"
|
|
218
|
+
cellpadding="0"
|
|
219
|
+
cellspacing="0"
|
|
220
|
+
role="presentation">
|
|
221
|
+
<tbody style="width:100%">
|
|
222
|
+
<tr style="width:100%">
|
|
223
|
+
<p
|
|
224
|
+
style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
|
|
225
|
+
Connect with us
|
|
226
|
+
</p>
|
|
227
|
+
</tr>
|
|
228
|
+
</tbody>
|
|
229
|
+
</table>
|
|
230
|
+
<table
|
|
231
|
+
align="left"
|
|
232
|
+
width="100%"
|
|
233
|
+
border="0"
|
|
234
|
+
cellpadding="0"
|
|
235
|
+
cellspacing="0"
|
|
236
|
+
role="presentation"
|
|
237
|
+
style="width:84px;float:left">
|
|
238
|
+
<tbody style="width:100%">
|
|
239
|
+
<tr style="width:100%">
|
|
240
|
+
<td
|
|
241
|
+
data-id="__react-email-column"
|
|
242
|
+
style="padding-right:4px">
|
|
243
|
+
<a
|
|
244
|
+
href="https://notifications.google.com"
|
|
245
|
+
style="color:#067df7;text-decoration-line:none"
|
|
246
|
+
target="_blank"
|
|
247
|
+
><img
|
|
248
|
+
height="28"
|
|
249
|
+
src="/static/google-play-chat.png"
|
|
250
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
251
|
+
width="28"
|
|
252
|
+
/></a>
|
|
253
|
+
</td>
|
|
254
|
+
<td
|
|
255
|
+
data-id="__react-email-column"
|
|
256
|
+
style="padding-right:4px">
|
|
257
|
+
<a
|
|
258
|
+
href="https://notifications.google.com"
|
|
259
|
+
style="color:#067df7;text-decoration-line:none"
|
|
260
|
+
target="_blank"
|
|
261
|
+
><img
|
|
262
|
+
height="28"
|
|
263
|
+
src="/static/google-play-icon.png"
|
|
264
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
265
|
+
width="28"
|
|
266
|
+
/></a>
|
|
267
|
+
</td>
|
|
268
|
+
<td
|
|
269
|
+
data-id="__react-email-column"
|
|
270
|
+
style="padding-right:4px">
|
|
271
|
+
<a
|
|
272
|
+
href="https://notifications.google.com"
|
|
273
|
+
style="color:#067df7;text-decoration-line:none"
|
|
274
|
+
target="_blank"
|
|
275
|
+
><img
|
|
276
|
+
height="28"
|
|
277
|
+
src="/static/google-play-academy.png"
|
|
278
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
279
|
+
width="28"
|
|
280
|
+
/></a>
|
|
281
|
+
</td>
|
|
282
|
+
</tr>
|
|
283
|
+
</tbody>
|
|
284
|
+
</table>
|
|
285
|
+
<table
|
|
286
|
+
align="center"
|
|
287
|
+
width="100%"
|
|
288
|
+
border="0"
|
|
289
|
+
cellpadding="0"
|
|
290
|
+
cellspacing="0"
|
|
291
|
+
role="presentation">
|
|
292
|
+
<tbody style="width:100%">
|
|
293
|
+
<tr style="width:100%">
|
|
294
|
+
<img
|
|
295
|
+
height="48"
|
|
296
|
+
src="/static/google-play-footer.png"
|
|
297
|
+
style="display:block;outline:none;border:none;text-decoration:none;max-width:100%"
|
|
298
|
+
width="540" />
|
|
299
|
+
</tr>
|
|
300
|
+
</tbody>
|
|
301
|
+
</table>
|
|
302
|
+
</td>
|
|
303
|
+
</tr>
|
|
304
|
+
</tbody>
|
|
305
|
+
</table>
|
|
306
|
+
<table
|
|
307
|
+
align="center"
|
|
308
|
+
width="100%"
|
|
309
|
+
border="0"
|
|
310
|
+
cellpadding="0"
|
|
311
|
+
cellspacing="0"
|
|
312
|
+
role="presentation"
|
|
313
|
+
style="padding:0 40px;padding-bottom:30px">
|
|
314
|
+
<tbody>
|
|
315
|
+
<tr>
|
|
316
|
+
<td>
|
|
317
|
+
<p
|
|
318
|
+
style="font-size:12px;line-height:22px;color:#3c4043;text-align:center;margin:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
319
|
+
© 2022 Google LLC 1600 Amphitheatre Parkway, Mountain
|
|
320
|
+
View, CA 94043, USA
|
|
321
|
+
</p>
|
|
322
|
+
<p
|
|
323
|
+
style="font-size:12px;line-height:22px;color:#3c4043;text-align:center;margin:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
324
|
+
You have received this mandatory email service
|
|
325
|
+
announcement to update you about important changes to your
|
|
326
|
+
Google Play Developer account.
|
|
327
|
+
</p>
|
|
328
|
+
</td>
|
|
329
|
+
</tr>
|
|
330
|
+
</tbody>
|
|
331
|
+
</table>
|
|
332
|
+
</td>
|
|
333
|
+
</tr>
|
|
334
|
+
</tbody>
|
|
335
|
+
</table>
|
|
336
|
+
<!--/$-->
|
|
337
|
+
</body>
|
|
338
|
+
</html>
|
|
@@ -0,0 +1,230 @@
|
|
|
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/stack-overflow-logo.png" />
|
|
5
|
+
<link rel="preload" as="image" href="/static/stack-overflow-header.png" />
|
|
6
|
+
<link rel="preload" as="image" href="/static/stack-overflow-logo-sm.png" />
|
|
7
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
8
|
+
<meta name="x-apple-disable-message-reformatting" />
|
|
9
|
+
<!--$-->
|
|
10
|
+
</head>
|
|
11
|
+
<body
|
|
12
|
+
style="background-color:#f3f3f5;font-family:HelveticaNeue,Helvetica,Arial,sans-serif">
|
|
13
|
+
<div
|
|
14
|
+
style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0">
|
|
15
|
+
Stack overflow tips for searching
|
|
16
|
+
<div>
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
<table
|
|
21
|
+
align="center"
|
|
22
|
+
width="100%"
|
|
23
|
+
border="0"
|
|
24
|
+
cellpadding="0"
|
|
25
|
+
cellspacing="0"
|
|
26
|
+
role="presentation"
|
|
27
|
+
style="max-width:100%;width:680px;margin:0 auto;background-color:#ffffff">
|
|
28
|
+
<tbody>
|
|
29
|
+
<tr style="width:100%">
|
|
30
|
+
<td>
|
|
31
|
+
<table
|
|
32
|
+
align="center"
|
|
33
|
+
width="100%"
|
|
34
|
+
border="0"
|
|
35
|
+
cellpadding="0"
|
|
36
|
+
cellspacing="0"
|
|
37
|
+
role="presentation"
|
|
38
|
+
style="display:flex;background:#f3f3f5;padding:20px 30px">
|
|
39
|
+
<tbody>
|
|
40
|
+
<tr>
|
|
41
|
+
<td>
|
|
42
|
+
<img
|
|
43
|
+
src="/static/stack-overflow-logo.png"
|
|
44
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
45
|
+
width="146" />
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
48
|
+
</tbody>
|
|
49
|
+
</table>
|
|
50
|
+
<table
|
|
51
|
+
align="center"
|
|
52
|
+
width="100%"
|
|
53
|
+
border="0"
|
|
54
|
+
cellpadding="0"
|
|
55
|
+
cellspacing="0"
|
|
56
|
+
role="presentation"
|
|
57
|
+
style="border-radius:5px 5px 0 0;display:flex;flex-direciont:column;background-color:#2b2d6e">
|
|
58
|
+
<tbody>
|
|
59
|
+
<tr>
|
|
60
|
+
<td>
|
|
61
|
+
<table
|
|
62
|
+
align="center"
|
|
63
|
+
width="100%"
|
|
64
|
+
border="0"
|
|
65
|
+
cellpadding="0"
|
|
66
|
+
cellspacing="0"
|
|
67
|
+
role="presentation">
|
|
68
|
+
<tbody style="width:100%">
|
|
69
|
+
<tr style="width:100%">
|
|
70
|
+
<td
|
|
71
|
+
data-id="__react-email-column"
|
|
72
|
+
style="padding:20px 30px 15px">
|
|
73
|
+
<h1
|
|
74
|
+
style="color:#fff;font-size:27px;font-weight:bold;line-height:27px">
|
|
75
|
+
Find what you want, faster
|
|
76
|
+
</h1>
|
|
77
|
+
<p
|
|
78
|
+
style="font-size:17px;line-height:24px;color:#fff;margin-top:16px;margin-bottom:16px">
|
|
79
|
+
Tips and tricks for searching on Stack Overflow
|
|
80
|
+
</p>
|
|
81
|
+
</td>
|
|
82
|
+
<td
|
|
83
|
+
data-id="__react-email-column"
|
|
84
|
+
style="padding:30px 10px">
|
|
85
|
+
<img
|
|
86
|
+
src="/static/stack-overflow-header.png"
|
|
87
|
+
style="display:block;outline:none;border:none;text-decoration:none;max-width:100%"
|
|
88
|
+
width="340" />
|
|
89
|
+
</td>
|
|
90
|
+
</tr>
|
|
91
|
+
</tbody>
|
|
92
|
+
</table>
|
|
93
|
+
</td>
|
|
94
|
+
</tr>
|
|
95
|
+
</tbody>
|
|
96
|
+
</table>
|
|
97
|
+
<table
|
|
98
|
+
align="center"
|
|
99
|
+
width="100%"
|
|
100
|
+
border="0"
|
|
101
|
+
cellpadding="0"
|
|
102
|
+
cellspacing="0"
|
|
103
|
+
role="presentation"
|
|
104
|
+
style="padding:30px 30px 40px 30px">
|
|
105
|
+
<tbody>
|
|
106
|
+
<tr>
|
|
107
|
+
<td>
|
|
108
|
+
<h2
|
|
109
|
+
style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
|
|
110
|
+
Searching for solutions
|
|
111
|
+
</h2>
|
|
112
|
+
<p
|
|
113
|
+
style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
|
|
114
|
+
With more than 18 million questions, it's possible
|
|
115
|
+
that someone has already provided a solution to the
|
|
116
|
+
problem you're facing.<!-- -->
|
|
117
|
+
</p>
|
|
118
|
+
<hr
|
|
119
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0" />
|
|
120
|
+
<h2
|
|
121
|
+
style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
|
|
122
|
+
Use the search bar at the top of the page to find what you
|
|
123
|
+
need
|
|
124
|
+
</h2>
|
|
125
|
+
<p
|
|
126
|
+
style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
|
|
127
|
+
Here are a few simple search tips to get you started:
|
|
128
|
+
</p>
|
|
129
|
+
<ul></ul>
|
|
130
|
+
<p
|
|
131
|
+
style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
|
|
132
|
+
The more information you can put in the search bar, the
|
|
133
|
+
more likely you will be to either find the answer you need
|
|
134
|
+
or feel confident that no one else has asked the question
|
|
135
|
+
before.
|
|
136
|
+
</p>
|
|
137
|
+
<hr
|
|
138
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0" />
|
|
139
|
+
<h2
|
|
140
|
+
style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
|
|
141
|
+
Take a break and read about the worst coder in the world
|
|
142
|
+
</h2>
|
|
143
|
+
<table
|
|
144
|
+
align="center"
|
|
145
|
+
width="100%"
|
|
146
|
+
border="0"
|
|
147
|
+
cellpadding="0"
|
|
148
|
+
cellspacing="0"
|
|
149
|
+
role="presentation"
|
|
150
|
+
style="margin-top:24px;display:block">
|
|
151
|
+
<tbody>
|
|
152
|
+
<tr>
|
|
153
|
+
<td>
|
|
154
|
+
<a
|
|
155
|
+
href="https://stackoverflow.blog/2019/10/22/"
|
|
156
|
+
style="color:#fff;text-decoration-line:none;background-color:#0095ff;border:1px solid #0077cc;font-size:17px;line-height:17px;padding:13px 17px;border-radius:4px;max-width:120px"
|
|
157
|
+
target="_blank"
|
|
158
|
+
>I need a break</a
|
|
159
|
+
>
|
|
160
|
+
</td>
|
|
161
|
+
</tr>
|
|
162
|
+
</tbody>
|
|
163
|
+
</table>
|
|
164
|
+
</td>
|
|
165
|
+
</tr>
|
|
166
|
+
</tbody>
|
|
167
|
+
</table>
|
|
168
|
+
</td>
|
|
169
|
+
</tr>
|
|
170
|
+
</tbody>
|
|
171
|
+
</table>
|
|
172
|
+
<table
|
|
173
|
+
align="center"
|
|
174
|
+
width="100%"
|
|
175
|
+
border="0"
|
|
176
|
+
cellpadding="0"
|
|
177
|
+
cellspacing="0"
|
|
178
|
+
role="presentation"
|
|
179
|
+
style="width:680px;max-width:100%;margin:32px auto 0 auto;padding:0 30px">
|
|
180
|
+
<tbody>
|
|
181
|
+
<tr>
|
|
182
|
+
<td>
|
|
183
|
+
<p
|
|
184
|
+
style="font-size:12px;line-height:15px;color:#9199a1;margin:0;margin-top:16px;margin-bottom:16px;margin-left:0;margin-right:0">
|
|
185
|
+
You're receiving this email because your Stack Overflow
|
|
186
|
+
activity triggered this tip or reminder.
|
|
187
|
+
</p>
|
|
188
|
+
<a
|
|
189
|
+
href="/"
|
|
190
|
+
style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
|
|
191
|
+
target="_blank"
|
|
192
|
+
>Unsubscribe from emails like this<!-- --> </a
|
|
193
|
+
><a
|
|
194
|
+
href="/"
|
|
195
|
+
style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
|
|
196
|
+
target="_blank"
|
|
197
|
+
>Edit email settings<!-- --> </a
|
|
198
|
+
><a
|
|
199
|
+
href="/"
|
|
200
|
+
style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
|
|
201
|
+
target="_blank"
|
|
202
|
+
>Contact us</a
|
|
203
|
+
><a
|
|
204
|
+
href="/"
|
|
205
|
+
style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
|
|
206
|
+
target="_blank"
|
|
207
|
+
>Privacy</a
|
|
208
|
+
>
|
|
209
|
+
<hr
|
|
210
|
+
style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0;border-color:#d6d8db" />
|
|
211
|
+
<img
|
|
212
|
+
src="/static/stack-overflow-logo-sm.png"
|
|
213
|
+
style="display:block;outline:none;border:none;text-decoration:none"
|
|
214
|
+
width="111" />
|
|
215
|
+
<p
|
|
216
|
+
style="font-size:12px;line-height:15px;margin:4px 0;color:#9199a1;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
217
|
+
<strong>Stack Overflow</strong>, 110 William Street, 28th Floor,
|
|
218
|
+
New York, NY 10038
|
|
219
|
+
</p>
|
|
220
|
+
<p
|
|
221
|
+
style="font-size:11px;line-height:11px;border-radius:1px;border:1px solid #d6d9dc;padding:4px 6px 3px 6px;font-family:Consolas,monospace;color:#e06c77;max-width:min-content;margin:0 0 32px 0;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0">
|
|
222
|
+
<3
|
|
223
|
+
</p>
|
|
224
|
+
</td>
|
|
225
|
+
</tr>
|
|
226
|
+
</tbody>
|
|
227
|
+
</table>
|
|
228
|
+
<!--/$-->
|
|
229
|
+
</body>
|
|
230
|
+
</html>
|