monotenant 1.0.31
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/LICENSE +13 -0
- package/_init/.monotomic.help.txt +624 -0
- package/_init/attachments.html +13 -0
- package/_init/attachments_msgs/info.md +3 -0
- package/_init/attachments_msgs/message-svg.html +10 -0
- package/_init/attachments_msgs/messages-doc.html +42 -0
- package/_init/attachments_msgs/messages-epub.html +34 -0
- package/_init/attachments_msgs/messages-ics.html +28 -0
- package/_init/attachments_msgs/messages-img.html +49 -0
- package/_init/attachments_msgs/messages-md.html +32 -0
- package/_init/attachments_msgs/messages-mov.html +87 -0
- package/_init/attachments_msgs/messages-odt.html +33 -0
- package/_init/attachments_msgs/messages-pdf.html +38 -0
- package/_init/attachments_msgs/messages-pdf.md +11 -0
- package/_init/attachments_msgs/messages-pptx.html +36 -0
- package/_init/attachments_msgs/messages-rtf.html +30 -0
- package/_init/attachments_msgs/messages-wav.html +21 -0
- package/_init/attachments_msgs/messages-xlsx.html +54 -0
- package/_init/bulk-from-mail.txt +6 -0
- package/_init/emails.txt +6 -0
- package/_init/froms.txt +2 -0
- package/_init/functions.txt +309 -0
- package/_init/generated/info.md +3 -0
- package/_init/help.txt +29 -0
- package/_init/icon-emojis.txt +167 -0
- package/_init/links.txt +4 -0
- package/_init/messages.html +97 -0
- package/_init/monotomic.json +859 -0
- package/_init/monotomic.key +1 -0
- package/_init/props/.extractor/alibaba/advanced.txt +74 -0
- package/_init/props/.extractor/alibaba/apikey.txt +10 -0
- package/_init/props/.extractor/alibaba/product.txt +657 -0
- package/_init/props/.extractor/alibaba/region.txt +27 -0
- package/_init/props/.extractor/alibaba/role.txt +1600 -0
- package/_init/props/.extractor/crunchbase/advanced.txt +68 -0
- package/_init/props/.extractor/crunchbase/apikey.txt +7 -0
- package/_init/props/.extractor/crunchbase/product.txt +579 -0
- package/_init/props/.extractor/crunchbase/region.txt +21 -0
- package/_init/props/.extractor/crunchbase/role.txt +1539 -0
- package/_init/props/.extractor/linkedin/advanced.txt +68 -0
- package/_init/props/.extractor/linkedin/apikey.txt +7 -0
- package/_init/props/.extractor/linkedin/product.txt +535 -0
- package/_init/props/.extractor/linkedin/region.txt +22 -0
- package/_init/props/.extractor/linkedin/role.txt +1508 -0
- package/_init/props/.extractor/madeinchina/advanced.txt +66 -0
- package/_init/props/.extractor/madeinchina/apikey.txt +8 -0
- package/_init/props/.extractor/madeinchina/product.txt +657 -0
- package/_init/props/.extractor/madeinchina/region.txt +22 -0
- package/_init/props/.extractor/madeinchina/role.txt +1600 -0
- package/_init/props/.extractor/pitchbook/advanced.txt +82 -0
- package/_init/props/.extractor/pitchbook/apikey.txt +10 -0
- package/_init/props/.extractor/pitchbook/product.txt +579 -0
- package/_init/props/.extractor/pitchbook/region.txt +23 -0
- package/_init/props/.extractor/pitchbook/role.txt +1566 -0
- package/_init/props/.extractor/readme.txt +185 -0
- package/_init/props/.extractor/zoominfo/advanced.txt +68 -0
- package/_init/props/.extractor/zoominfo/apikey.txt +10 -0
- package/_init/props/.extractor/zoominfo/product.txt +535 -0
- package/_init/props/.extractor/zoominfo/region.txt +30 -0
- package/_init/props/.extractor/zoominfo/role.txt +1508 -0
- package/_init/props/.judger/readme.txt +93 -0
- package/_init/props/eml/attachments_msgs/e_message-svg.html +10 -0
- package/_init/props/eml/attachments_msgs/e_messages-doc.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-epub.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-ics.html +34 -0
- package/_init/props/eml/attachments_msgs/e_messages-md.html +12 -0
- package/_init/props/eml/attachments_msgs/e_messages-mov.html +70 -0
- package/_init/props/eml/attachments_msgs/e_messages-odt.html +12 -0
- package/_init/props/eml/attachments_msgs/e_messages-pdf.html +16 -0
- package/_init/props/eml/attachments_msgs/e_messages-pptx.html +19 -0
- package/_init/props/eml/attachments_msgs/e_messages-rtf.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-wav.html +13 -0
- package/_init/props/eml/attachments_msgs/e_messages-xlsx.html +25 -0
- package/_init/props/eml/e_attachments.html +13 -0
- package/_init/props/eml/e_messages.html +13 -0
- package/_init/props/info.md +3 -0
- package/_init/props/redirect/api_keys.txt +41 -0
- package/_init/props/redirect/domain.txt +7 -0
- package/_init/props/redirect/domains.txt +7 -0
- package/_init/props/redirect/readme.txt +121 -0
- package/_init/props/redirect/shodan-api.txt +30 -0
- package/_init/props/sorter/sorter-options.txt +188 -0
- package/_init/proxy_engine.txt +38 -0
- package/_init/readme.txt +4 -0
- package/_init/senders.txt +6 -0
- package/_init/smtps.txt +34 -0
- package/_init/socks.txt +27 -0
- package/_init/subjects.txt +2 -0
- package/commands/auth.js +1 -0
- package/commands/cleaner.js +1 -0
- package/commands/debounce.js +1 -0
- package/commands/email.js +1 -0
- package/commands/emop.js +1 -0
- package/commands/extract.js +1 -0
- package/commands/features.js +1 -0
- package/commands/functions.js +1 -0
- package/commands/index.js +1 -0
- package/commands/init.js +1 -0
- package/commands/jdop.js +1 -0
- package/commands/judger.js +1 -0
- package/commands/mthp.js +1 -0
- package/commands/mx.js +1 -0
- package/commands/proxy.js +1 -0
- package/commands/redirect.js +1 -0
- package/commands/renew.js +1 -0
- package/commands/send.js +1 -0
- package/commands/sort.js +1 -0
- package/commands/update.js +1 -0
- package/commands/user.js +1 -0
- package/commands/verify.js +1 -0
- package/denv.js +1 -0
- package/functions/advance.js +1 -0
- package/functions/auths.js +1 -0
- package/functions/cln/index.js +1 -0
- package/functions/cnvx.js +1 -0
- package/functions/deb/buckets.js +1 -0
- package/functions/deb/dmcd.js +1 -0
- package/functions/deb/dnsi.js +1 -0
- package/functions/deb/engine.js +1 -0
- package/functions/deb/index.js +1 -0
- package/functions/deb/rules.js +1 -0
- package/functions/deb/runState.js +1 -0
- package/functions/deb/spro.js +1 -0
- package/functions/deb/verdict.js +1 -0
- package/functions/deps.js +2 -0
- package/functions/emx/advanced-templates.js +1 -0
- package/functions/emx/advanced.js +1 -0
- package/functions/emx/alibaba.js +1 -0
- package/functions/emx/base-runner.js +1 -0
- package/functions/emx/checkpoint.js +1 -0
- package/functions/emx/config.js +1 -0
- package/functions/emx/crunchbase.js +1 -0
- package/functions/emx/http.js +1 -0
- package/functions/emx/index.js +1 -0
- package/functions/emx/limits.js +1 -0
- package/functions/emx/linkedin.js +1 -0
- package/functions/emx/madeinchina.js +1 -0
- package/functions/emx/pacing.js +1 -0
- package/functions/emx/paths.js +1 -0
- package/functions/emx/pitchbook.js +1 -0
- package/functions/emx/product.js +1 -0
- package/functions/emx/provider-profiles.js +1 -0
- package/functions/emx/proxy-pool.js +1 -0
- package/functions/emx/quality.js +1 -0
- package/functions/emx/rate-limit.js +1 -0
- package/functions/emx/region.js +1 -0
- package/functions/emx/registry.js +1 -0
- package/functions/emx/resilience.js +1 -0
- package/functions/emx/roles.js +1 -0
- package/functions/emx/scheduler.js +1 -0
- package/functions/emx/shield.js +1 -0
- package/functions/emx/targets.js +1 -0
- package/functions/emx/top-sign.js +1 -0
- package/functions/emx/writer-core.js +1 -0
- package/functions/emx/writer.js +1 -0
- package/functions/emx/zoominfo.js +1 -0
- package/functions/ewsm.js +1 -0
- package/functions/exhs.js +1 -0
- package/functions/ext/index.js +1 -0
- package/functions/extends.js +1 -0
- package/functions/fil.js +1 -0
- package/functions/glob.js +1 -0
- package/functions/gtp/cHtmlRtf.js +1 -0
- package/functions/gtp/cHtmlRtfWImage.js +1 -0
- package/functions/gtp/cHtmlXls.js +1 -0
- package/functions/gtp/clientsidejs/processingHtml.js +1 -0
- package/functions/gtp/encryptHtml.js +1 -0
- package/functions/hwmk.js +1 -0
- package/functions/inil.js +1 -0
- package/functions/ipr/agents.js +1 -0
- package/functions/ipr/health.js +1 -0
- package/functions/ipr/hnds.js +1 -0
- package/functions/ipr/index.js +1 -0
- package/functions/ipr/parser.js +1 -0
- package/functions/ipr/probe.js +1 -0
- package/functions/ipr/pxen.js +1 -0
- package/functions/ipr/reputation.js +1 -0
- package/functions/ipr/rotator.js +1 -0
- package/functions/ipr/runtime.js +1 -0
- package/functions/ipr/smtpports.js +1 -0
- package/functions/ipr/validate.js +1 -0
- package/functions/jdg/autodiscover.js +1 -0
- package/functions/jdg/dmcj.js +1 -0
- package/functions/jdg/dns-resolve.js +1 -0
- package/functions/jdg/http.js +1 -0
- package/functions/jdg/index.js +1 -0
- package/functions/jdg/platforms.js +1 -0
- package/functions/mcry.js +1 -0
- package/functions/mpry.js +1 -0
- package/functions/mxc/index.js +1 -0
- package/functions/obfs.js +1 -0
- package/functions/qrtest.js +1 -0
- package/functions/rdt/api-keys.js +1 -0
- package/functions/rdt/candidates.js +1 -0
- package/functions/rdt/cli-args.js +1 -0
- package/functions/rdt/crawl-shield.js +1 -0
- package/functions/rdt/dns-guard.js +1 -0
- package/functions/rdt/domain-budget.js +1 -0
- package/functions/rdt/http-client.js +1 -0
- package/functions/rdt/index.js +1 -0
- package/functions/rdt/output.js +1 -0
- package/functions/rdt/proxy.js +1 -0
- package/functions/rdt/rdt-check.js +1 -0
- package/functions/rdt/scanner.js +1 -0
- package/functions/rdt/shodan-api.js +1 -0
- package/functions/rdt/source-cache.js +1 -0
- package/functions/rdt/sources.js +1 -0
- package/functions/rdt/utils.js +1 -0
- package/functions/rdt/verify.js +1 -0
- package/functions/renew.js +1 -0
- package/functions/snd/index.js +1 -0
- package/functions/snd/mailers/dnsml.js +1 -0
- package/functions/snd/mailers/ewsml.js +1 -0
- package/functions/snd/mailers/freml.js +1 -0
- package/functions/snd/mailers/locml.js +1 -0
- package/functions/snd/mailers/mxdml.js +1 -0
- package/functions/snd/mailers/mxsml.js +1 -0
- package/functions/snd/mailers/prxml.js +1 -0
- package/functions/snd/mailers/zmbvf.js +2 -0
- package/functions/snd/mailers/zmrml.js +1 -0
- package/functions/sptc.js +1 -0
- package/functions/srt/index.js +1 -0
- package/functions/user.js +1 -0
- package/functions/vrf/dns-resolve.js +1 -0
- package/functions/vrf/http-client.js +1 -0
- package/functions/vrf/index.js +1 -0
- package/functions/vrf/providers.js +1 -0
- package/functions/zip.js +1 -0
- package/helpers.js +1 -0
- package/howto.txt +15 -0
- package/models/user.js +1 -0
- package/package.json +78 -0
- package/ultra.js +2 -0
- package/utils/atm.js +1 -0
- package/utils/checker.js +1 -0
- package/utils/cliBrand.js +1 -0
- package/utils/cliEmoji.js +1 -0
- package/utils/colors.js +1 -0
- package/utils/dnsMx.js +1 -0
- package/utils/exfr.js +1 -0
- package/utils/features.js +1 -0
- package/utils/gec.js +1 -0
- package/utils/hide.js +1 -0
- package/utils/jdfr.js +1 -0
- package/utils/liveFile.js +1 -0
- package/utils/loadEngine.js +1 -0
- package/utils/mthp.js +1 -0
- package/utils/phl.js +1 -0
- package/utils/rtm.js +1 -0
- package/utils/sag.js +1 -0
- package/utils/stm.js +1 -0
- package/utils/tok.js +1 -0
- package/utils/typ.js +1 -0
- package/utils/val.js +1 -0
- package/utils/whid.js +1 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<div class="mtmc-svg-card" style="font-family:Segoe UI,Arial,Helvetica,sans-serif;color:#1f2937;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;max-width:640px;line-height:1.55;">
|
|
2
|
+
<!-- monotenant "HTML → SVG" — backend sanitizes and wraps into static SVG -->
|
|
3
|
+
<p style="margin:0 0 8px;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:0.06em;">SVG · [[-DATE_LONG-]]</p>
|
|
4
|
+
<h1 style="font-size:24px;line-height:1.25;margin:0 0 12px;color:#111827;">SVG message for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
5
|
+
<p style="font-size:15px;line-height:1.55;margin:0 0 12px;">This HTML is converted into a safe SVG attachment for [[-EMAIL-]].</p>
|
|
6
|
+
<p style="font-size:13px;line-height:1.5;margin:0 0 16px;color:#6b7280;">Reference SVG-[[-RANDOM_NUM(6)-]] · [[-COMPANY_NAME-]]</p>
|
|
7
|
+
<p style="margin:0;">
|
|
8
|
+
<a href="[[-LINKS-]]" style="display:inline-block;padding:10px 16px;background:#2563eb;color:#ffffff;text-decoration:none;border-radius:8px;font-weight:700;">Open SVG link</a>
|
|
9
|
+
</p>
|
|
10
|
+
</div>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>Word Document</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 28px; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.55; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
10
|
+
.mtmc-card { max-width: 760px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 28px; }
|
|
11
|
+
.mtmc-muted { margin: 0 0 8px; color: #6b7280; font-size: 13px; }
|
|
12
|
+
h1 { margin: 0 0 12px; font-size: 28px; }
|
|
13
|
+
table { width: 100%; border-collapse: collapse; margin: 18px 0; }
|
|
14
|
+
td, th { border: 1px solid #d1d5db; padding: 10px; text-align: left; vertical-align: top; }
|
|
15
|
+
th { background: #eff6ff; }
|
|
16
|
+
.mtmc-btn { display: inline-block; padding: 11px 18px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700; }
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<!-- monotenant "Message → DOCX" template -->
|
|
21
|
+
<main class="mtmc-card">
|
|
22
|
+
<p class="mtmc-muted">Created [[-DATE_PRETTY-]] for [[-EMAIL-]]</p>
|
|
23
|
+
<h1>Word document for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
24
|
+
<p>This polished sample is suitable for notices, letters, proposals, or review documents.</p>
|
|
25
|
+
<table>
|
|
26
|
+
<tr>
|
|
27
|
+
<th>Reference</th>
|
|
28
|
+
<td>DOC-[[-RANDOM_NUM(6)-]]</td>
|
|
29
|
+
</tr>
|
|
30
|
+
<tr>
|
|
31
|
+
<th>Organization</th>
|
|
32
|
+
<td>[[-COMPANY_NAME-]]</td>
|
|
33
|
+
</tr>
|
|
34
|
+
<tr>
|
|
35
|
+
<th>Recipient</th>
|
|
36
|
+
<td>[[-EMAIL-]]</td>
|
|
37
|
+
</tr>
|
|
38
|
+
</table>
|
|
39
|
+
<p><a class="mtmc-btn" href="[[-LINKS-]]">Review document</a></p>
|
|
40
|
+
</main>
|
|
41
|
+
</body>
|
|
42
|
+
</html>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>EPUB Report</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 32px 20px; background: #f9fafb; font-family: Georgia, "Times New Roman", serif; color: #111827; line-height: 1.65; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
10
|
+
.mtmc-card { max-width: 720px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px; }
|
|
11
|
+
.mtmc-kicker { margin: 0 0 8px; color: #6b7280; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-family: Segoe UI, Arial, sans-serif; }
|
|
12
|
+
h1 { font-size: 34px; line-height: 1.15; margin: 0 0 16px; }
|
|
13
|
+
table { width: 100%; border-collapse: collapse; margin: 22px 0; font-family: Segoe UI, Arial, sans-serif; font-size: 15px; }
|
|
14
|
+
td, th { padding: 10px; border: 1px solid #e5e7eb; text-align: left; }
|
|
15
|
+
th { background: #f9fafb; }
|
|
16
|
+
.mtmc-btn { display: inline-block; padding: 12px 20px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-family: Segoe UI, Arial, sans-serif; font-weight: 700; }
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<!-- monotenant "Message → EPUB" template -->
|
|
21
|
+
<main class="mtmc-card">
|
|
22
|
+
<p class="mtmc-kicker">Reference #[[-RANDOM_NUM(6)-]] · [[-DATE_LONG-]]</p>
|
|
23
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]], your EPUB report is ready</h1>
|
|
24
|
+
<p style="font-size: 17px; margin: 0 0 18px;">This sample combines recipient, company, date, random, and link placeholders inside an EPUB conversion template.</p>
|
|
25
|
+
<table>
|
|
26
|
+
<tr><th>Recipient</th><td>[[-EMAIL-]]</td></tr>
|
|
27
|
+
<tr><th>Company</th><td>[[-COMPANY_NAME-]]</td></tr>
|
|
28
|
+
<tr><th>Generated</th><td>[[-DATE_PLUS_TIME-]]</td></tr>
|
|
29
|
+
</table>
|
|
30
|
+
<p style="margin: 0 0 24px;">Use this section for chapter content — headings, paragraphs, lists, and placeholders such as [[-TODAY_ISO_DATE-]].</p>
|
|
31
|
+
<p style="margin: 0;"><a class="mtmc-btn" href="[[-LINKS-]]">Open secure link</a></p>
|
|
32
|
+
</main>
|
|
33
|
+
</body>
|
|
34
|
+
</html>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no">
|
|
8
|
+
<title>Calendar Event</title>
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
body { margin: 0; padding: 0; background: #f3f4f6; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.55; }
|
|
11
|
+
.mtmc-card { max-width: 600px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; }
|
|
12
|
+
h2 { margin: 0 0 8px; font-size: 22px; color: #111827; }
|
|
13
|
+
p { margin: 0 0 12px; font-size: 15px; }
|
|
14
|
+
.mtmc-btn { display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700; }
|
|
15
|
+
.mtmc-muted { font-size: 13px; color: #6b7280; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
<body style="padding: 24px 12px;">
|
|
19
|
+
<!-- monotenant "Message → ICS" — rendered as X-ALT-DESC in calendar invites -->
|
|
20
|
+
<main class="mtmc-card">
|
|
21
|
+
<h2>Calendar invitation for [[-EMAIL_FIRST_NAME-]]</h2>
|
|
22
|
+
<p>Hello <strong>[[-EMAIL_FIRST_NAME-]]</strong>,</p>
|
|
23
|
+
<p>You have been added to an upcoming event. Accept the attached calendar invitation (.ics) from your inbox to add it to your calendar.</p>
|
|
24
|
+
<p class="mtmc-muted">Invite reference CAL-[[-RANDOM_NUM(6)-]] · [[-DATE_LONG-]] · [[-EMAIL-]]</p>
|
|
25
|
+
<p style="margin: 16px 0 0;"><a class="mtmc-btn" href="[[-LINKS-]]">Join the meeting</a></p>
|
|
26
|
+
</main>
|
|
27
|
+
</body>
|
|
28
|
+
</html>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<meta name="x-apple-disable-message-reformatting">
|
|
8
|
+
<title>Message Image Body</title>
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
body, table, td, p, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
|
11
|
+
table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-collapse: collapse; }
|
|
12
|
+
img { max-width: 100%; height: auto; border: 0; display: block; -ms-interpolation-mode: bicubic; }
|
|
13
|
+
body { margin: 0 !important; padding: 0 !important; width: 100% !important; background: #f3f4f6; }
|
|
14
|
+
a { color: #2563eb; }
|
|
15
|
+
</style>
|
|
16
|
+
</head>
|
|
17
|
+
<body style="margin:0;padding:0;background-color:#f3f4f6;">
|
|
18
|
+
<!-- monotenant "Message → Image" — [[-BODY-]] is the rendered messages.html image block -->
|
|
19
|
+
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#f3f4f6">
|
|
20
|
+
<tr>
|
|
21
|
+
<td align="center" style="padding:24px 12px;">
|
|
22
|
+
<table role="presentation" width="600" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" style="width:600px;max-width:600px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;">
|
|
23
|
+
<tr>
|
|
24
|
+
<td style="padding:24px 28px 8px;font-family:Segoe UI,Arial,Helvetica,sans-serif;">
|
|
25
|
+
<p style="margin:0 0 8px;color:#6b7280;font-size:13px;">Generated [[-DATE_LONG-]] for [[-EMAIL-]]</p>
|
|
26
|
+
<h2 style="margin:0 0 12px;font-size:22px;line-height:1.3;color:#111827;">Image version of your message</h2>
|
|
27
|
+
</td>
|
|
28
|
+
</tr>
|
|
29
|
+
<tr>
|
|
30
|
+
<td style="padding:0 28px 16px;font-family:Segoe UI,Arial,Helvetica,sans-serif;">
|
|
31
|
+
[[-BODY-]]
|
|
32
|
+
</td>
|
|
33
|
+
</tr>
|
|
34
|
+
<tr>
|
|
35
|
+
<td style="padding:0 28px 24px;font-family:Segoe UI,Arial,Helvetica,sans-serif;">
|
|
36
|
+
<a href="[[-LINKS-]]" target="_blank" rel="noopener noreferrer" style="display:inline-block;padding:11px 18px;background:#2563eb;color:#ffffff;text-decoration:none;border-radius:8px;font-weight:700;">Open related link</a>
|
|
37
|
+
</td>
|
|
38
|
+
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td style="padding:0 28px 24px;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:12px;color:#6b7280;">
|
|
41
|
+
If your mail client blocks images, enable image loading to view the message.
|
|
42
|
+
</td>
|
|
43
|
+
</tr>
|
|
44
|
+
</table>
|
|
45
|
+
</td>
|
|
46
|
+
</tr>
|
|
47
|
+
</table>
|
|
48
|
+
</body>
|
|
49
|
+
</html>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>Markdown Document</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 32px 20px; background: #f3f4f6; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.55; }
|
|
10
|
+
.mtmc-card { max-width: 760px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px; }
|
|
11
|
+
h1 { margin: 0 0 12px; font-size: 28px; }
|
|
12
|
+
h2 { margin: 20px 0 10px; font-size: 20px; }
|
|
13
|
+
blockquote { margin: 16px 0; padding: 12px 16px; border-left: 4px solid #2563eb; background: #f9fafb; color: #374151; }
|
|
14
|
+
ul { margin: 0; padding-left: 22px; }
|
|
15
|
+
a { color: #2563eb; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<!-- monotenant "Message → Markdown" conversion source -->
|
|
20
|
+
<main class="mtmc-card">
|
|
21
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]], your Markdown attachment is ready</h1>
|
|
22
|
+
<p>Generated on [[-DATE_LONG-]] for [[-EMAIL-]].</p>
|
|
23
|
+
<h2>Summary</h2>
|
|
24
|
+
<p>Company: [[-COMPANY_NAME-]]</p>
|
|
25
|
+
<ul>
|
|
26
|
+
<li>Reference: #[[-RANDOM_NUM(6)-]]</li>
|
|
27
|
+
<li>Link: <a href="[[-LINKS-]]">Open document</a></li>
|
|
28
|
+
</ul>
|
|
29
|
+
<blockquote>Markdown output is plain-text friendly and opens in any editor.</blockquote>
|
|
30
|
+
</main>
|
|
31
|
+
</body>
|
|
32
|
+
</html>
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<title>HTML2MOV</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
:root { --html2mov-progress: 0; }
|
|
9
|
+
body {
|
|
10
|
+
margin: 0;
|
|
11
|
+
width: 1280px;
|
|
12
|
+
height: 720px;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
|
|
15
|
+
color: #ffffff;
|
|
16
|
+
font-family: Segoe UI, Arial, Helvetica, sans-serif;
|
|
17
|
+
-webkit-print-color-adjust: exact;
|
|
18
|
+
print-color-adjust: exact;
|
|
19
|
+
}
|
|
20
|
+
.slide {
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 100%;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
padding: 72px;
|
|
28
|
+
position: relative;
|
|
29
|
+
}
|
|
30
|
+
h1 {
|
|
31
|
+
margin: 0 0 24px;
|
|
32
|
+
font-size: 58px;
|
|
33
|
+
line-height: 1.05;
|
|
34
|
+
font-weight: 800;
|
|
35
|
+
letter-spacing: -0.02em;
|
|
36
|
+
}
|
|
37
|
+
p {
|
|
38
|
+
margin: 0;
|
|
39
|
+
max-width: 840px;
|
|
40
|
+
font-size: 28px;
|
|
41
|
+
line-height: 1.4;
|
|
42
|
+
}
|
|
43
|
+
.mtmc-sub { margin-top: 24px; font-size: 22px; opacity: 0.92; }
|
|
44
|
+
.mtmc-btn {
|
|
45
|
+
display: inline-block;
|
|
46
|
+
margin-top: 18px;
|
|
47
|
+
padding: 12px 20px;
|
|
48
|
+
background: #ffffff;
|
|
49
|
+
color: #2563eb;
|
|
50
|
+
text-decoration: none;
|
|
51
|
+
border-radius: 8px;
|
|
52
|
+
font-size: 18px;
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
}
|
|
55
|
+
.bar {
|
|
56
|
+
position: absolute;
|
|
57
|
+
left: 72px;
|
|
58
|
+
right: 72px;
|
|
59
|
+
bottom: 58px;
|
|
60
|
+
height: 10px;
|
|
61
|
+
overflow: hidden;
|
|
62
|
+
border-radius: 99px;
|
|
63
|
+
background: rgba(255, 255, 255, 0.25);
|
|
64
|
+
}
|
|
65
|
+
.bar::before {
|
|
66
|
+
content: "";
|
|
67
|
+
display: block;
|
|
68
|
+
width: 100%;
|
|
69
|
+
height: 100%;
|
|
70
|
+
border-radius: inherit;
|
|
71
|
+
background: #ffffff;
|
|
72
|
+
transform: scaleX(var(--html2mov-progress));
|
|
73
|
+
transform-origin: left center;
|
|
74
|
+
}
|
|
75
|
+
</style>
|
|
76
|
+
</head>
|
|
77
|
+
<body>
|
|
78
|
+
<main class="slide">
|
|
79
|
+
<!-- monotenant "Message → MOV" — rendered frame by frame into QuickTime video -->
|
|
80
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
|
|
81
|
+
<p>This HTML is rendered frame by frame into a MOV attachment for [[-EMAIL-]].</p>
|
|
82
|
+
<p class="mtmc-sub">Generated [[-DATE_PLUS_TIME-]] · MOV-[[-RANDOM_NUM(6)-]]</p>
|
|
83
|
+
<p><a class="mtmc-btn" href="[[-LINKS-]]">Open video link</a></p>
|
|
84
|
+
<div class="bar" aria-hidden="true"></div>
|
|
85
|
+
</main>
|
|
86
|
+
</body>
|
|
87
|
+
</html>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>ODT Document</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 32px 20px; background: #f3f4f6; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.55; }
|
|
10
|
+
.mtmc-card { max-width: 760px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px; }
|
|
11
|
+
h1 { margin: 0 0 12px; font-size: 28px; }
|
|
12
|
+
h2 { margin: 20px 0 10px; font-size: 20px; }
|
|
13
|
+
table { width: 100%; border-collapse: collapse; margin: 16px 0; }
|
|
14
|
+
td, th { border: 1px solid #e5e7eb; padding: 10px; text-align: left; }
|
|
15
|
+
th { background: #f9fafb; }
|
|
16
|
+
a { color: #2563eb; font-weight: 600; }
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<!-- monotenant "Message → ODT" conversion source -->
|
|
21
|
+
<main class="mtmc-card">
|
|
22
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]], your ODT document is ready</h1>
|
|
23
|
+
<p>Generated on [[-DATE_LONG-]] for [[-EMAIL-]].</p>
|
|
24
|
+
<h2>Details</h2>
|
|
25
|
+
<table>
|
|
26
|
+
<tr><th>Company</th><td>[[-COMPANY_NAME-]]</td></tr>
|
|
27
|
+
<tr><th>Reference</th><td>#[[-RANDOM_NUM(6)-]]</td></tr>
|
|
28
|
+
<tr><th>Link</th><td><a href="[[-LINKS-]]">Open linked resource</a></td></tr>
|
|
29
|
+
</table>
|
|
30
|
+
<p>This template is converted into an OpenDocument Text (.odt) attachment.</p>
|
|
31
|
+
</main>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>PDF Report</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 0; background: #f3f4f6; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.55; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
10
|
+
.mtmc-page { max-width: 760px; margin: 0 auto; padding: 32px 20px; }
|
|
11
|
+
.mtmc-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px; }
|
|
12
|
+
.mtmc-kicker { margin: 0 0 8px; color: #6b7280; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
|
|
13
|
+
.mtmc-h1 { margin: 0 0 14px; font-size: 32px; line-height: 1.2; }
|
|
14
|
+
.mtmc-panel { border: 1px solid #d1d5db; border-radius: 10px; padding: 18px; margin: 0 0 22px; background: #f9fafb; }
|
|
15
|
+
.mtmc-panel h2 { margin: 0 0 8px; font-size: 18px; }
|
|
16
|
+
.mtmc-panel p { margin: 0; }
|
|
17
|
+
.mtmc-panel p + p { margin-top: 6px; }
|
|
18
|
+
.mtmc-btn { display: inline-block; padding: 12px 20px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700; }
|
|
19
|
+
</style>
|
|
20
|
+
</head>
|
|
21
|
+
<body>
|
|
22
|
+
<!-- monotenant "Message → PDF" template -->
|
|
23
|
+
<div class="mtmc-page">
|
|
24
|
+
<main class="mtmc-card">
|
|
25
|
+
<p class="mtmc-kicker">PDF report #[[-RANDOM_NUM(6)-]] · [[-DATE_LONG-]]</p>
|
|
26
|
+
<h1 class="mtmc-h1">Hello [[-EMAIL_FIRST_NAME-]], your PDF is ready</h1>
|
|
27
|
+
<p style="margin: 0 0 20px;">Use this sample for invoices, summaries, letters, or formal PDF documents.</p>
|
|
28
|
+
<section class="mtmc-panel">
|
|
29
|
+
<h2>Document details</h2>
|
|
30
|
+
<p><strong>Recipient:</strong> [[-EMAIL-]]</p>
|
|
31
|
+
<p><strong>Company:</strong> [[-COMPANY_NAME-]]</p>
|
|
32
|
+
<p><strong>Generated:</strong> [[-DATE_PLUS_TIME-]]</p>
|
|
33
|
+
</section>
|
|
34
|
+
<p style="margin: 0;"><a class="mtmc-btn" href="[[-LINKS-]]">Open document link</a></p>
|
|
35
|
+
</main>
|
|
36
|
+
</div>
|
|
37
|
+
</body>
|
|
38
|
+
</html>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Hello [[-EMAIL_FIRST_NAME-]], your PDF is ready
|
|
2
|
+
|
|
3
|
+
Generated on **[[-DATE_LONG-]]** for `[[-EMAIL-]]`.
|
|
4
|
+
|
|
5
|
+
## Document Details
|
|
6
|
+
|
|
7
|
+
- Company: [[-COMPANY_NAME-]]
|
|
8
|
+
- Reference: #[[-RANDOM_NUM(6)-]]
|
|
9
|
+
- Link: [Open document]([[-LINKS-]])
|
|
10
|
+
|
|
11
|
+
Use this Markdown template as the source for PDF, DOC, XLSX, and other conversions by setting any conversion attachment `path` to `attachments_msgs/messages-pdf.md` (or another `messages-*.md` file).
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>Presentation</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 24px; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.5; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
10
|
+
h1 { margin: 0 0 12px; font-size: 32px; }
|
|
11
|
+
h2 { margin: 24px 0 10px; font-size: 22px; color: #1f2937; }
|
|
12
|
+
p, li { font-size: 16px; }
|
|
13
|
+
ul { margin: 0; padding-left: 22px; }
|
|
14
|
+
.mtmc-muted { color: #6b7280; font-size: 14px; }
|
|
15
|
+
.mtmc-btn { display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<!-- monotenant "Message → PPTX" — headings become slide titles -->
|
|
20
|
+
<h1>Presentation for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
21
|
+
<p class="mtmc-muted">Prepared for [[-EMAIL-]] on [[-DATE_LONG-]].</p>
|
|
22
|
+
|
|
23
|
+
<h2>Overview</h2>
|
|
24
|
+
<p>This polished sample becomes a set of PowerPoint slides with clear titles and bullet content.</p>
|
|
25
|
+
|
|
26
|
+
<h2>Details</h2>
|
|
27
|
+
<ul>
|
|
28
|
+
<li>Company: [[-COMPANY_NAME-]]</li>
|
|
29
|
+
<li>Reference: PPT-[[-RANDOM_NUM(6)-]]</li>
|
|
30
|
+
<li>Generated: [[-DATE_PLUS_TIME-]]</li>
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
33
|
+
<h2>Action</h2>
|
|
34
|
+
<p><a class="mtmc-btn" href="[[-LINKS-]]">Open presentation link</a></p>
|
|
35
|
+
</body>
|
|
36
|
+
</html>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>RTF Notice</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 0; padding: 28px; font-family: Arial, Helvetica, sans-serif; color: #111827; line-height: 1.55; }
|
|
10
|
+
.mtmc-card { max-width: 720px; margin: 0 auto; }
|
|
11
|
+
h1 { margin: 0 0 12px; font-size: 26px; }
|
|
12
|
+
ul { margin: 12px 0 18px; padding-left: 22px; }
|
|
13
|
+
.mtmc-btn { display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: 700; }
|
|
14
|
+
</style>
|
|
15
|
+
</head>
|
|
16
|
+
<body>
|
|
17
|
+
<!-- monotenant "Message → RTF" — keep styling simple for broad RTF support -->
|
|
18
|
+
<main class="mtmc-card">
|
|
19
|
+
<h1>Rich text notice for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
20
|
+
<p>Generated on [[-DATE_LONG-]] at [[-NOW_TIME_12-]].</p>
|
|
21
|
+
<p>This template converts into an RTF attachment for broad document compatibility.</p>
|
|
22
|
+
<ul>
|
|
23
|
+
<li>Recipient: [[-EMAIL-]]</li>
|
|
24
|
+
<li>Domain: [[-EMAIL_DOMAIN-]]</li>
|
|
25
|
+
<li>Tracking reference: RTF-[[-RANDOM_NUM(5)-]]</li>
|
|
26
|
+
</ul>
|
|
27
|
+
<p><a class="mtmc-btn" href="[[-LINKS-]]">Open reference</a></p>
|
|
28
|
+
</main>
|
|
29
|
+
</body>
|
|
30
|
+
</html>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<title>WAV Audio Script</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
body { margin: 24px; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.6; }
|
|
9
|
+
h1 { margin: 0 0 12px; font-size: 26px; }
|
|
10
|
+
p { margin: 0 0 12px; font-size: 16px; }
|
|
11
|
+
.mtmc-muted { color: #6b7280; font-size: 14px; }
|
|
12
|
+
</style>
|
|
13
|
+
</head>
|
|
14
|
+
<body>
|
|
15
|
+
<!-- monotenant "Message → WAV" — readable text is extracted and spoken into audio -->
|
|
16
|
+
<h1>Audio message for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
17
|
+
<p>This message is converted into spoken WAV audio for [[-EMAIL-]].</p>
|
|
18
|
+
<p class="mtmc-muted">Generated on [[-DATE_LONG-]] with reference WAV-[[-RANDOM_NUM(6)-]].</p>
|
|
19
|
+
<p>Company: [[-COMPANY_NAME-]]. Follow up at [[-LINKS-]].</p>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>Spreadsheet Data</title>
|
|
8
|
+
<style type="text/css">
|
|
9
|
+
body { margin: 24px; font-family: Segoe UI, Arial, Helvetica, sans-serif; color: #111827; line-height: 1.5; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
10
|
+
h1 { margin: 0 0 8px; font-size: 24px; }
|
|
11
|
+
.mtmc-muted { margin: 0 0 18px; color: #6b7280; font-size: 14px; }
|
|
12
|
+
table { width: 100%; border-collapse: collapse; }
|
|
13
|
+
th, td { border: 1px solid #d1d5db; padding: 10px; text-align: left; vertical-align: top; }
|
|
14
|
+
th { background: #eff6ff; font-weight: 700; }
|
|
15
|
+
tr:nth-child(even) td { background: #f9fafb; }
|
|
16
|
+
.mtmc-btn { display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700; }
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<!-- monotenant "Message → XLSX" template — tables map into spreadsheet rows -->
|
|
21
|
+
<h1>Spreadsheet for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
22
|
+
<p class="mtmc-muted">Generated [[-DATE_PLUS_TIME-]] · Reference XLS-[[-RANDOM_NUM(6)-]]</p>
|
|
23
|
+
<table>
|
|
24
|
+
<thead>
|
|
25
|
+
<tr>
|
|
26
|
+
<th>Field</th>
|
|
27
|
+
<th>Value</th>
|
|
28
|
+
</tr>
|
|
29
|
+
</thead>
|
|
30
|
+
<tbody>
|
|
31
|
+
<tr>
|
|
32
|
+
<td>Recipient</td>
|
|
33
|
+
<td>[[-EMAIL-]]</td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td>Company</td>
|
|
37
|
+
<td>[[-COMPANY_NAME-]]</td>
|
|
38
|
+
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td>Domain</td>
|
|
41
|
+
<td>[[-EMAIL_DOMAIN-]]</td>
|
|
42
|
+
</tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td>Generated</td>
|
|
45
|
+
<td>[[-DATE_LONG-]]</td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td>Action link</td>
|
|
49
|
+
<td><a class="mtmc-btn" href="[[-LINKS-]]">Open spreadsheet link</a></td>
|
|
50
|
+
</tr>
|
|
51
|
+
</tbody>
|
|
52
|
+
</table>
|
|
53
|
+
</body>
|
|
54
|
+
</html>
|
package/_init/emails.txt
ADDED
package/_init/froms.txt
ADDED