PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 1.6.0
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v1.6.0
1.7.1 1.7.0 1.6.0 1.5.2 trunk 0.1 0.2.0 0.2.1 0.3 0.3.1 0.3.2 0.3.3 0.3.4 0.4 0.4.1 0.4.2 0.4.3 1.0 1.1 1.2 1.3.1 1.4.0 1.4.1 1.5.0 1.5.1 All 26 releases
flywp / views / email-template.html

email-template.html in FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel 1.6.0, at views/email-template.html

374 lines 13.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"
4 style="color-scheme: light dark; supported-color-schemes: light dark;">
5
6 <head>
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <meta name="x-apple-disable-message-reformatting" />
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10 <meta name="color-scheme" content="light dark" />
11 <meta name="supported-color-schemes" content="light dark" />
12 <title></title>
13 <style type="text/css" rel="stylesheet" media="all">
14 /* Base ------------------------------ */
15
16 @import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&amp;display=swap");
17
18 body {
19 width: 100% !important;
20 height: 100%;
21 margin: 0;
22 -webkit-text-size-adjust: none;
23 }
24
25 a {
26 color: #3869D4;
27 }
28
29 a img {
30 border: none;
31 }
32
33 td {
34 word-break: break-word;
35 }
36
37 /* Type ------------------------------ */
38
39 body,
40 td,
41 th {
42 font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
43 }
44
45 h1 {
46 margin-top: 0;
47 color: #333333;
48 font-size: 22px;
49 font-weight: bold;
50 text-align: left;
51 }
52
53 h2 {
54 margin-top: 0;
55 color: #333333;
56 font-size: 16px;
57 font-weight: bold;
58 text-align: left;
59 }
60
61 h3 {
62 margin-top: 0;
63 color: #333333;
64 font-size: 14px;
65 font-weight: bold;
66 text-align: left;
67 }
68
69 td,
70 th {
71 font-size: 16px;
72 }
73
74 p,
75 ul,
76 ol,
77 blockquote {
78 margin: .4em 0 1.1875em;
79 font-size: 16px;
80 line-height: 1.625;
81 }
82
83 p.sub {
84 font-size: 13px;
85 }
86
87 /* Utilities ------------------------------ */
88
89 .align-right {
90 text-align: right;
91 }
92
93 .align-left {
94 text-align: left;
95 }
96
97 .align-center {
98 text-align: center;
99 }
100
101 .u-margin-bottom-none {
102 margin-bottom: 0;
103 }
104
105 body {
106 background-color: #F2F4F6;
107 color: #51545E;
108 }
109
110 p {
111 color: #51545E;
112 }
113
114 .email-wrapper {
115 width: 100%;
116 margin: 0;
117 padding: 0;
118 -premailer-width: 100%;
119 -premailer-cellpadding: 0;
120 -premailer-cellspacing: 0;
121 background-color: #F2F4F6;
122 }
123
124 .email-content {
125 width: 100%;
126 margin: 0;
127 padding: 0;
128 -premailer-width: 100%;
129 -premailer-cellpadding: 0;
130 -premailer-cellspacing: 0;
131 }
132
133 /* Masthead ----------------------- */
134
135 .email-masthead {
136 padding: 25px 0;
137 text-align: center;
138 }
139
140 .email-masthead_logo {
141 width: 94px;
142 }
143
144 .email-masthead_name {
145 font-size: 16px;
146 font-weight: bold;
147 color: #A8AAAF;
148 text-decoration: none;
149 text-shadow: 0 1px 0 white;
150 }
151
152 /* Body ------------------------------ */
153
154 .email-body {
155 width: 100%;
156 margin: 0;
157 padding: 0;
158 -premailer-width: 100%;
159 -premailer-cellpadding: 0;
160 -premailer-cellspacing: 0;
161 }
162
163 .email-body_inner {
164 width: 570px;
165 margin: 0 auto;
166 padding: 0;
167 -premailer-width: 570px;
168 -premailer-cellpadding: 0;
169 -premailer-cellspacing: 0;
170 background-color: #FFFFFF;
171 }
172
173 .email-footer {
174 width: 570px;
175 margin: 0 auto;
176 padding: 0;
177 -premailer-width: 570px;
178 -premailer-cellpadding: 0;
179 -premailer-cellspacing: 0;
180 text-align: center;
181 }
182
183 .email-footer p {
184 color: #A8AAAF;
185 }
186
187 .body-action {
188 width: 100%;
189 margin: 30px auto;
190 padding: 0;
191 -premailer-width: 100%;
192 -premailer-cellpadding: 0;
193 -premailer-cellspacing: 0;
194 text-align: center;
195 }
196
197 .body-sub {
198 margin-top: 25px;
199 padding-top: 25px;
200 border-top: 1px solid #EAEAEC;
201 }
202
203 .content-cell {
204 padding: 45px;
205 }
206
207 /*Media Queries ------------------------------ */
208
209 @media only screen and (max-width: 600px) {
210
211 .email-body_inner,
212 .email-footer {
213 width: 100% !important;
214 }
215 }
216
217 @media (prefers-color-scheme: dark) {
218
219 body,
220 .email-body,
221 .email-body_inner,
222 .email-content,
223 .email-wrapper,
224 .email-masthead,
225 .email-footer {
226 background-color: #333333 !important;
227 color: #FFF !important;
228 }
229
230 p,
231 ul,
232 ol,
233 blockquote,
234 h1,
235 h2,
236 h3,
237 span,
238 .purchase_item {
239 color: #FFF !important;
240 }
241
242 .attributes_content,
243 .discount {
244 background-color: #222 !important;
245 }
246
247 .email-masthead_name {
248 text-shadow: none !important;
249 }
250 }
251
252 :root {
253 color-scheme: light dark;
254 supported-color-schemes: light dark;
255 }
256 </style>
257 <!--[if mso]>
258 <style type="text/css">
259 .f-fallback {
260 font-family: Arial, sans-serif;
261 }
262 </style>
263 <![endif]-->
264 <style type="text/css" rel="stylesheet" media="all">
265 body {
266 width: 100% !important;
267 height: 100%;
268 margin: 0;
269 -webkit-text-size-adjust: none;
270 }
271
272 body {
273 font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
274 }
275
276 body {
277 background-color: #F2F4F6;
278 color: #51545E;
279 }
280 </style>
281 </head>
282
283 <body
284 style="width: 100% !important; height: 100%; -webkit-text-size-adjust: none; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; background-color: #F2F4F6; color: #51545E; margin: 0;"
285 bgcolor="#F2F4F6">
286 <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation"
287 style="width: 100%; -premailer-width: 100%; -premailer-cellpadding: 0; -premailer-cellspacing: 0; background-color: #F2F4F6; margin: 0; padding: 0;"
288 bgcolor="#F2F4F6">
289 <tr>
290 <td align="center"
291 style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px;">
292 <table class="email-content" width="100%" cellpadding="0" cellspacing="0" role="presentation"
293 style="width: 100%; -premailer-width: 100%; -premailer-cellpadding: 0; -premailer-cellspacing: 0; margin: 0; padding: 0;">
294 <tr>
295 <td class="email-masthead"
296 style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; text-align: center; padding: 25px 0;"
297 align="center">
298 <a href="https://flywp.com" class="f-fallback email-masthead_name"
299 style="color: #A8AAAF; font-size: 16px; font-weight: bold; text-decoration: none; text-shadow: 0 1px 0 white;">
300 <img src="https://app.flywp.com/assets/images/logo.svg" alt="FlyWP"
301 style="width: 150px; max-width: 100%; margin: 0; padding: 0; -premailer-width: 94px; -premailer-cellpadding: 0; -premailer-cellspacing: 0;">
302 </a>
303 </td>
304 </tr>
305 <!-- Email Body -->
306 <tr>
307 <td class="email-body" width="570" cellpadding="0" cellspacing="0" style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
308 font-size: 16px; width: 100%; -premailer-width: 100%; -premailer-cellpadding: 0;
309 -premailer-cellspacing: 0; margin: 0; padding: 0;">
310 <table class="email-body_inner" align="center" width="570" cellpadding="0" cellspacing="0"
311 role="presentation"
312 style="width: 570px; -premailer-width: 570px; -premailer-cellpadding: 0; -premailer-cellspacing: 0; background-color: #FFFFFF; margin: 0 auto; padding: 0;"
313 bgcolor="#FFFFFF">
314 <!-- Body content -->
315 <tr>
316 <td class="content-cell"
317 style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; padding: 45px;">
318 <div class="f-fallback">
319 <img style="width: 78px;margin-bottom: 20px;"
320 src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzIyQkM2NiIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTkgMTIuNzUgMTEuMjUgMTUgMTUgOS43NU0yMSAxMmE5IDkgMCAxIDEtMTggMCA5IDkgMCAwIDEgMTggMFoiIC8+Cjwvc3ZnPgo=" />
321 <h1 style="margin-top: 0; color: #333333; font-size: 22px; font-weight: bold; text-align: left;"
322 align="left">Email is Working!</h1>
323 <p
324 style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">
325 This is a test email sent from <strong>FlyWP</strong> to verify the
326 email functionality of your WordPress
327 site.
328 </p>
329 <p
330 style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">
331 If you have received this email, it means the email sending feature is
332 working as expected.
333 <p
334 style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">
335 Thank you for using <strong>FlyWP</strong></p>
336 <p
337 style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">
338 Thanks,
339 <br />FlyWP Team
340 </p>
341 </div>
342 </td>
343 </tr>
344 </table>
345 </td>
346 </tr>
347 <tr>
348 <td style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
349 font-size: 16px;">
350 <table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0"
351 role="presentation"
352 style="width: 570px; -premailer-width: 570px; -premailer-cellpadding: 0; -premailer-cellspacing: 0; text-align: center; margin: 0 auto; padding: 0;">
353 <tr>
354 <td class="content-cell" align="center" style="word-break: break-word; font-family: 'Nunito Sans', Helvetica, Arial,
355 sans-serif; font-size: 16px; padding: 45px;">
356 <p class="f-fallback sub align-center"
357 style="font-size: 13px; line-height: 1.625; text-align: center; color: #A8AAAF; margin: .4em 0 1.1875em;"
358 align="center">
359 FlyWP, Inc.
360 <br />8 The Green
361 <br />Dover, DE 19901
362 </p>
363 </td>
364 </tr>
365 </table>
366 </td>
367 </tr>
368 </table>
369 </td>
370 </tr>
371 </table>
372 </body>
373
374 </html>