monoclaude 1.0.1

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.
Files changed (107) hide show
  1. package/LICENSE +13 -0
  2. package/_init/attachments.html +13 -0
  3. package/_init/attachments.ics +19 -0
  4. package/_init/attachments_msgs/info.md +3 -0
  5. package/_init/attachments_msgs/message-svg.html +13 -0
  6. package/_init/attachments_msgs/messages-doc.html +26 -0
  7. package/_init/attachments_msgs/messages-epub.html +53 -0
  8. package/_init/attachments_msgs/messages-ics.html +43 -0
  9. package/_init/attachments_msgs/messages-img.html +27 -0
  10. package/_init/attachments_msgs/messages-mov.html +71 -0
  11. package/_init/attachments_msgs/messages-pdf.html +26 -0
  12. package/_init/attachments_msgs/messages-pptx.html +22 -0
  13. package/_init/attachments_msgs/messages-rtf.html +21 -0
  14. package/_init/attachments_msgs/messages-wav.html +16 -0
  15. package/_init/attachments_msgs/messages-xlsx.html +30 -0
  16. package/_init/bulk-from-mail.txt +6 -0
  17. package/_init/emails.txt +7 -0
  18. package/_init/froms.txt +2 -0
  19. package/_init/functions.txt +307 -0
  20. package/_init/generated/info.md +3 -0
  21. package/_init/help.txt +28 -0
  22. package/_init/icon-emojis.txt +48 -0
  23. package/_init/links.txt +3 -0
  24. package/_init/messages.html +1 -0
  25. package/_init/monotomic.help.txt +484 -0
  26. package/_init/monotomic.json +721 -0
  27. package/_init/monotomic.key +1 -0
  28. package/_init/props/eml/attachments.ics +2 -0
  29. package/_init/props/eml/attachments.mov +2 -0
  30. package/_init/props/eml/attachments.wav +2 -0
  31. package/_init/props/eml/attachments_msgs/e_message-svg.html +10 -0
  32. package/_init/props/eml/attachments_msgs/e_messages-doc.html +14 -0
  33. package/_init/props/eml/attachments_msgs/e_messages-epub.html +14 -0
  34. package/_init/props/eml/attachments_msgs/e_messages-ics.html +34 -0
  35. package/_init/props/eml/attachments_msgs/e_messages-mov.html +70 -0
  36. package/_init/props/eml/attachments_msgs/e_messages-pdf.html +16 -0
  37. package/_init/props/eml/attachments_msgs/e_messages-pptx.html +19 -0
  38. package/_init/props/eml/attachments_msgs/e_messages-rtf.html +14 -0
  39. package/_init/props/eml/attachments_msgs/e_messages-wav.html +13 -0
  40. package/_init/props/eml/attachments_msgs/e_messages-xlsx.html +25 -0
  41. package/_init/props/eml/e_attachments.html +13 -0
  42. package/_init/props/eml/e_attachments.ics +19 -0
  43. package/_init/props/eml/e_messages.html +13 -0
  44. package/_init/props/info.md +3 -0
  45. package/_init/props/redirect/domain.txt +7 -0
  46. package/_init/props/redirect/readme.txt +25 -0
  47. package/_init/props/sorter/sorter-options.txt +265 -0
  48. package/_init/proxy_engine.txt +19 -0
  49. package/_init/readme.txt +4 -0
  50. package/_init/requirements.txt +37 -0
  51. package/_init/senders.txt +6 -0
  52. package/_init/smtps.txt +19 -0
  53. package/_init/socks.txt +13 -0
  54. package/_init/subjects.txt +2 -0
  55. package/commands/auth.js +1 -0
  56. package/commands/cleaner.js +1 -0
  57. package/commands/extract.js +1 -0
  58. package/commands/features.js +1 -0
  59. package/commands/functions.js +1 -0
  60. package/commands/index.js +1 -0
  61. package/commands/init.js +1 -0
  62. package/commands/mx.js +1 -0
  63. package/commands/redirect.js +1 -0
  64. package/commands/renew.js +1 -0
  65. package/commands/send.js +1 -0
  66. package/commands/sort.js +1 -0
  67. package/commands/update.js +1 -0
  68. package/commands/user.js +1 -0
  69. package/commands/verify.js +1 -0
  70. package/denv.js +1 -0
  71. package/functions/auths.js +1 -0
  72. package/functions/cleaner/index.js +1 -0
  73. package/functions/extractor/index.js +1 -0
  74. package/functions/globalThirdParty/cHtmlRtf.js +1 -0
  75. package/functions/globalThirdParty/cHtmlRtfWImage.js +1 -0
  76. package/functions/globalThirdParty/cHtmlXls.js +1 -0
  77. package/functions/globalThirdParty/clientsidejs/processingHtml.js +1 -0
  78. package/functions/globalThirdParty/encryptHtml.js +1 -0
  79. package/functions/globals.js +1 -0
  80. package/functions/ip-rotate/index.js +1 -0
  81. package/functions/mx/index.js +1 -0
  82. package/functions/redirect/index.js +1 -0
  83. package/functions/renew.js +1 -0
  84. package/functions/sender/index.js +1 -0
  85. package/functions/sender/mailers/mailer-ews.js +1 -0
  86. package/functions/sender/mailers/mailer-free.js +1 -0
  87. package/functions/sender/mailers/mailer-local.js +1 -0
  88. package/functions/sender/mailers/mailer-mx.js +1 -0
  89. package/functions/sender/mailers/mailer-proxy.js +1 -0
  90. package/functions/sender/mailers/mailer-zimbra.js +1 -0
  91. package/functions/sender/mailers/verify-zimbra.js +2 -0
  92. package/functions/sorter/index.js +1 -0
  93. package/functions/tmp_qr_attach_test.js +1 -0
  94. package/functions/user.js +1 -0
  95. package/functions/verifier/index.js +1 -0
  96. package/helpers.js +1 -0
  97. package/howto.txt +15 -0
  98. package/models/user.js +1 -0
  99. package/package.json +63 -0
  100. package/ultra.js +2 -0
  101. package/utils/checker.js +1 -0
  102. package/utils/colors.js +1 -0
  103. package/utils/features.js +1 -0
  104. package/utils/jwtVerify.js +1 -0
  105. package/utils/placeholders.js +1 -0
  106. package/utils/types.js +1 -0
  107. package/utils/validation.js +1 -0
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright [2022] [monobomber]
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Attachments</title>
8
+ </head>
9
+ <body>
10
+ <h2>Attachments</h2>
11
+ <p>Your attachments...</p>
12
+ </body>
13
+ </html>
@@ -0,0 +1,19 @@
1
+ BEGIN:VCALENDAR
2
+ VERSION:2.0
3
+ PRODID:-//monoclaude//monoclaude Calendar//EN
4
+ CALSCALE:GREGORIAN
5
+ METHOD:PUBLISH
6
+ BEGIN:VEVENT
7
+ UID:static-template-event@monoclaude
8
+ DTSTAMP:20260101T090000Z
9
+ DTSTART:20260101T090000Z
10
+ DTEND:20260101T100000Z
11
+ SUMMARY:Static calendar invite
12
+ DESCRIPTION:This is a pre-built static calendar invite attached as-is.\nEdit attachments.ics to customize.
13
+ LOCATION:Online
14
+ STATUS:CONFIRMED
15
+ TRANSP:OPAQUE
16
+ CLASS:PUBLIC
17
+ SEQUENCE:0
18
+ END:VEVENT
19
+ END:VCALENDAR
@@ -0,0 +1,3 @@
1
+ This is where all attachments html messages stays.
2
+
3
+ NB: You should move the files, but if must, update your monotomic.json file
@@ -0,0 +1,13 @@
1
+ <div style="font-family: Arial, sans-serif; color: #1f2937; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px;">
2
+ <!-- monoclaude "HTML → SVG" template. The backend sanitizes this HTML and wraps it into static SVG. -->
3
+ <h1 style="font-size: 24px; margin: 0 0 12px;">SVG message for [[-EMAIL_FIRST_NAME-]]</h1>
4
+ <p style="font-size: 14px; line-height: 1.5; margin: 0 0 12px;">
5
+ This HTML is converted into a safe SVG attachment for [[-EMAIL-]].
6
+ </p>
7
+ <p style="font-size: 13px; line-height: 1.5; margin: 0 0 14px;">
8
+ Generated [[-DATE_LONG-]] · SVG-[[-RANDOM_NUM(6)-]]
9
+ </p>
10
+ <p style="margin: 0;">
11
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold;">Open SVG Link</a>
12
+ </p>
13
+ </div>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Word Document</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55; margin: 0; padding: 28px;">
8
+ <!-- monoclaude "Message -> DOCX" template. -->
9
+ <p style="margin: 0 0 8px; color: #6b7280; font-size: 13px;">Created [[-DATE_PRETTY-]] for [[-EMAIL-]]</p>
10
+ <h1 style="margin: 0 0 12px;">Word document for [[-EMAIL_FIRST_NAME-]]</h1>
11
+ <p>This polished sample is suitable for notices, letters, proposals, or review documents.</p>
12
+ <table style="width: 100%; border-collapse: collapse; margin: 18px 0;">
13
+ <tr>
14
+ <td style="border: 1px solid #d1d5db; padding: 10px;"><strong>Reference</strong></td>
15
+ <td style="border: 1px solid #d1d5db; padding: 10px;">DOC-[[-RANDOM_NUM(6)-]]</td>
16
+ </tr>
17
+ <tr>
18
+ <td style="border: 1px solid #d1d5db; padding: 10px;"><strong>Organization</strong></td>
19
+ <td style="border: 1px solid #d1d5db; padding: 10px;">[[-COMPANY_NAME-]]</td>
20
+ </tr>
21
+ </table>
22
+ <p>
23
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 11px 18px; background: #1f6feb; color: #ffffff; text-decoration: none; border-radius: 6px;">Review Document</a>
24
+ </p>
25
+ </body>
26
+ </html>
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>EPUB Report</title>
6
+ </head>
7
+ <body style="font-family: Georgia, 'Times New Roman', serif; color: #111827; line-height: 1.65; margin: 0; padding: 32px; background: #f9fafb;">
8
+ <!-- monoclaude "Message → EPUB" template. Metadata comes from message_to_epub_* settings. -->
9
+ <main style="max-width: 720px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px;">
10
+ <p style="margin: 0 0 8px; color: #6b7280; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;">
11
+ Reference #[[-RANDOM_NUM(6)-]] · [[-DATE_LONG-]]
12
+ </p>
13
+
14
+ <h1 style="font-size: 34px; line-height: 1.15; margin: 0 0 16px;">
15
+ Hello [[-EMAIL_FIRST_NAME-]], your EPUB report is ready
16
+ </h1>
17
+
18
+ <p style="font-size: 17px; margin: 0 0 18px;">
19
+ This polished sample shows how to combine recipient, company, date,
20
+ random, and link placeholders inside an EPUB conversion template.
21
+ </p>
22
+
23
+ <table style="width: 100%; border-collapse: collapse; margin: 22px 0;">
24
+ <tr>
25
+ <td style="padding: 10px; border: 1px solid #e5e7eb;"><strong>Recipient</strong></td>
26
+ <td style="padding: 10px; border: 1px solid #e5e7eb;">[[-EMAIL-]]</td>
27
+ </tr>
28
+ <tr>
29
+ <td style="padding: 10px; border: 1px solid #e5e7eb;"><strong>Company</strong></td>
30
+ <td style="padding: 10px; border: 1px solid #e5e7eb;">[[-COMPANY_NAME-]]</td>
31
+ </tr>
32
+ <tr>
33
+ <td style="padding: 10px; border: 1px solid #e5e7eb;"><strong>Generated</strong></td>
34
+ <td style="padding: 10px; border: 1px solid #e5e7eb;">[[-DATE_PLUS_TIME-]]</td>
35
+ </tr>
36
+ </table>
37
+
38
+ <p style="margin: 0 0 24px;">
39
+ Use this section for the main EPUB chapter content. You can add headings,
40
+ paragraphs, lists, tables, and placeholders such as [[-TODAY_ISO_DATE-]]
41
+ or [[-RANDOM_STR(10,'uppercase')-]].
42
+ </p>
43
+
44
+ <p style="margin: 0;">
45
+ <a
46
+ href="[[-LINKS-]]"
47
+ style="display: inline-block; padding: 12px 20px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-family: Arial, sans-serif; font-weight: bold;"
48
+ >Open Secure Link</a
49
+ >
50
+ </p>
51
+ </main>
52
+ </body>
53
+ </html>
@@ -0,0 +1,43 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Calendar Event</title>
6
+ </head>
7
+ <body style="font-family: -apple-system, Segoe UI, Roboto, sans-serif; color: #1f2937; line-height: 1.55;">
8
+ <!--
9
+ monoclaude "Message → ICS" template
10
+ ===================================
11
+ • This HTML is rendered as the X-ALT-DESC body of the calendar invite,
12
+ so the user's mail client (Outlook, Apple Mail, Gmail, etc.) will
13
+ show this content inside the meeting preview.
14
+ • The event metadata (title, start, end, location, organizer, attendees,
15
+ url, alarm, …) comes from monotomic.json → configurations.agent
16
+ .message_to_ics_config. Placeholders like [[-RECIPIENT-]], [[-LINKS-]]
17
+ are interpreted per-recipient before generation.
18
+ • Empty config fields fall back to sensible defaults; invalid URLs are
19
+ skipped (not fatal). The plain-text DESCRIPTION is derived from this
20
+ body when message_to_ics_config.description is empty.
21
+ -->
22
+ <h2 style="margin: 0 0 8px 0;">Calendar invitation for [[-EMAIL_FIRST_NAME-]]</h2>
23
+ <p style="margin: 0 0 12px 0;">
24
+ Hello <strong>[[-EMAIL_FIRST_NAME-]]</strong>,
25
+ </p>
26
+ <p style="margin: 0 0 12px 0;">
27
+ You have been added to an upcoming event. The full schedule, location,
28
+ and join link are attached to this message as a calendar invitation
29
+ (.ics) — accept it from your inbox to add it to your calendar.
30
+ </p>
31
+ <p style="margin: 0 0 12px 0;">
32
+ Invite reference CAL-[[-RANDOM_NUM(6)-]] was generated on [[-DATE_LONG-]]
33
+ for [[-EMAIL-]].
34
+ </p>
35
+ <p style="margin: 16px 0 0 0;">
36
+ <a
37
+ href="[[-LINKS-]]"
38
+ style="display: inline-block; padding: 10px 16px; background: #1f6feb; color: #fff; text-decoration: none; border-radius: 4px;"
39
+ >Join the meeting</a
40
+ >
41
+ </p>
42
+ </body>
43
+ </html>
@@ -0,0 +1,27 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Message Image Body</title>
6
+ </head>
7
+ <body style="font-family: -apple-system, Segoe UI, Roboto, sans-serif; color: #1f2937; line-height: 1.55; margin: 0; padding: 24px; background: #f9fafb;">
8
+ <!--
9
+ monoclaude "Message → Image" display template.
10
+ [[-BODY-]] resolves to the generated image block for the current
11
+ message body, which comes from messages.html before image conversion.
12
+ -->
13
+ <main style="max-width: 720px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px;">
14
+ <p style="margin: 0 0 8px; color: #6b7280; font-size: 13px;">Generated [[-DATE_LONG-]] for [[-EMAIL-]]</p>
15
+ <h2 style="margin: 0 0 12px;">Image version of your message</h2>
16
+ <div style="margin: 0 0 16px;">
17
+ [[-BODY-]]
18
+ </div>
19
+ <p style="margin: 0 0 16px;">
20
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 11px 18px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 700;">Open Related Link</a>
21
+ </p>
22
+ <p style="font-size: 12px; color: #6b7280; margin: 0;">
23
+ If your mail client blocks images, enable image loading to view the message.
24
+ </p>
25
+ </main>
26
+ </body>
27
+ </html>
@@ -0,0 +1,71 @@
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>HTML2MOV</title>
6
+ <style>
7
+ :root {
8
+ --html2mov-progress: 0;
9
+ }
10
+ body {
11
+ margin: 0;
12
+ width: 1280px;
13
+ height: 720px;
14
+ overflow: hidden;
15
+ background: linear-gradient(135deg, #0f172a, #2563eb);
16
+ color: #ffffff;
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ }
19
+ .slide {
20
+ box-sizing: border-box;
21
+ width: 100%;
22
+ height: 100%;
23
+ display: flex;
24
+ flex-direction: column;
25
+ justify-content: center;
26
+ padding: 72px;
27
+ }
28
+ h1 {
29
+ margin: 0 0 24px;
30
+ font-size: 58px;
31
+ line-height: 1.05;
32
+ }
33
+ p {
34
+ margin: 0;
35
+ max-width: 840px;
36
+ font-size: 28px;
37
+ line-height: 1.4;
38
+ }
39
+ .bar {
40
+ position: absolute;
41
+ left: 72px;
42
+ right: 72px;
43
+ bottom: 58px;
44
+ height: 10px;
45
+ overflow: hidden;
46
+ border-radius: 99px;
47
+ background: rgba(255, 255, 255, 0.25);
48
+ }
49
+ .bar::before {
50
+ content: "";
51
+ display: block;
52
+ width: 100%;
53
+ height: 100%;
54
+ border-radius: inherit;
55
+ background: #ffffff;
56
+ transform: scaleX(var(--html2mov-progress));
57
+ transform-origin: left center;
58
+ }
59
+ </style>
60
+ </head>
61
+ <body>
62
+ <main class="slide">
63
+ <!-- monoclaude "Message → MOV" template. This HTML is rendered frame by frame into a QuickTime video. -->
64
+ <h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
65
+ <p>This HTML is rendered frame by frame into a MOV attachment for [[-EMAIL-]].</p>
66
+ <p style="margin-top: 24px; font-size: 22px;">Generated [[-DATE_PLUS_TIME-]] · MOV-[[-RANDOM_NUM(6)-]]</p>
67
+ <p style="margin-top: 18px;"><a href="[[-LINKS-]]" style="display: inline-block; padding: 12px 20px; background: #ffffff; color: #2563eb; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold;">Open Video Link</a></p>
68
+ <div class="bar"></div>
69
+ </main>
70
+ </body>
71
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>PDF Report</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55; margin: 0; padding: 32px; background: #f3f4f6;">
8
+ <!-- monoclaude "Message -> PDF" template. Placeholders are interpreted per recipient. -->
9
+ <main style="max-width: 760px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 32px;">
10
+ <p style="margin: 0 0 8px; color: #6b7280; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;">
11
+ PDF report #[[-RANDOM_NUM(6)-]] · [[-DATE_LONG-]]
12
+ </p>
13
+ <h1 style="margin: 0 0 14px; font-size: 32px;">Hello [[-EMAIL_FIRST_NAME-]], your PDF is ready</h1>
14
+ <p style="margin: 0 0 20px;">
15
+ Use this sample for invoices, summaries, letters, or formal PDF documents.
16
+ </p>
17
+ <section style="border: 1px solid #d1d5db; border-radius: 10px; padding: 18px; margin: 0 0 22px;">
18
+ <h2 style="margin: 0 0 8px;">Document Details</h2>
19
+ <p style="margin: 0;">Recipient: [[-EMAIL-]]</p>
20
+ <p style="margin: 6px 0 0;">Company: [[-COMPANY_NAME-]]</p>
21
+ <p style="margin: 6px 0 0;">Generated: [[-DATE_PLUS_TIME-]]</p>
22
+ </section>
23
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 12px 20px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold;">Open Document Link</a>
24
+ </main>
25
+ </body>
26
+ </html>
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Presentation</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827;">
8
+ <!-- monoclaude "Message -> PPTX" template. Headings become slide titles; paragraphs become slide text. -->
9
+ <h1>Presentation for [[-EMAIL_FIRST_NAME-]]</h1>
10
+ <p>Prepared for [[-EMAIL-]] on [[-DATE_LONG-]].</p>
11
+ <h2>Overview</h2>
12
+ <p>This polished sample becomes a set of PowerPoint slides.</p>
13
+ <h2>Details</h2>
14
+ <ul>
15
+ <li>Company: [[-COMPANY_NAME-]]</li>
16
+ <li>Reference: PPT-[[-RANDOM_NUM(6)-]]</li>
17
+ <li>Generated: [[-DATE_PLUS_TIME-]]</li>
18
+ </ul>
19
+ <h2>Action</h2>
20
+ <p><a href="[[-LINKS-]]" style="display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold;">Open Presentation Link</a></p>
21
+ </body>
22
+ </html>
@@ -0,0 +1,21 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>RTF Notice</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55; margin: 0; padding: 28px;">
8
+ <!-- monoclaude "Message -> RTF" template. Keep styling simple for broad RTF support. -->
9
+ <h1>Rich text notice for [[-EMAIL_FIRST_NAME-]]</h1>
10
+ <p>Generated on [[-DATE_LONG-]] at [[-NOW_TIME_12-]].</p>
11
+ <p>This template converts into an RTF attachment for broad document compatibility.</p>
12
+ <ul>
13
+ <li>Recipient: [[-EMAIL-]]</li>
14
+ <li>Domain: [[-EMAIL_DOMAIN-]]</li>
15
+ <li>Tracking reference: RTF-[[-RANDOM_NUM(5)-]]</li>
16
+ </ul>
17
+ <p>
18
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 6px;">Open Reference</a>
19
+ </p>
20
+ </body>
21
+ </html>
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>WAV Audio Script</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.6;">
8
+ <!-- monoclaude "Message → WAV" template. Readable text is extracted and spoken into a WAV file. -->
9
+ <h1>Audio message for [[-EMAIL_FIRST_NAME-]]</h1>
10
+ <p>This message is converted into spoken WAV audio for [[-EMAIL-]].</p>
11
+ <p>Generated on [[-DATE_LONG-]] with reference WAV-[[-RANDOM_NUM(6)-]].</p>
12
+ <p>
13
+ <a href="[[-LINKS-]]" style="display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold;">Open Audio Link</a>
14
+ </p>
15
+ </body>
16
+ </html>
@@ -0,0 +1,30 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Spreadsheet Data</title>
6
+ </head>
7
+ <body style="font-family: Arial, sans-serif; color: #111827;">
8
+ <!-- monoclaude "Message -> XLSX" template. Tables map cleanly into spreadsheet rows. -->
9
+ <h1>Spreadsheet for [[-EMAIL_FIRST_NAME-]]</h1>
10
+ <p>Generated [[-DATE_PLUS_TIME-]] · Reference XLS-[[-RANDOM_NUM(6)-]]</p>
11
+ <table style="width: 100%; border-collapse: collapse;">
12
+ <tr>
13
+ <th style="border: 1px solid #d1d5db; padding: 10px; background: #eff6ff;">Field</th>
14
+ <th style="border: 1px solid #d1d5db; padding: 10px; background: #eff6ff;">Value</th>
15
+ </tr>
16
+ <tr>
17
+ <td style="border: 1px solid #d1d5db; padding: 10px;">Recipient</td>
18
+ <td style="border: 1px solid #d1d5db; padding: 10px;">[[-EMAIL-]]</td>
19
+ </tr>
20
+ <tr>
21
+ <td style="border: 1px solid #d1d5db; padding: 10px;">Company</td>
22
+ <td style="border: 1px solid #d1d5db; padding: 10px;">[[-COMPANY_NAME-]]</td>
23
+ </tr>
24
+ <tr>
25
+ <td style="border: 1px solid #d1d5db; padding: 10px;">Action Link</td>
26
+ <td style="border: 1px solid #d1d5db; padding: 10px;"><a href="[[-LINKS-]]" style="display: inline-block; padding: 10px 16px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold;">Open Spreadsheet Link</a></td>
27
+ </tr>
28
+ </table>
29
+ </body>
30
+ </html>
@@ -0,0 +1,6 @@
1
+ # Add one bulk From email per line.
2
+ # These values are controlled by monotomic.json's bulk_from_mails_list path.
3
+ # They are used when bulk_smtp is enabled and rotate across SMTP sends.
4
+ #
5
+ # sender1@example.com
6
+ # sender2@example.com
@@ -0,0 +1,7 @@
1
+ # Add one recipient per line.
2
+ # Use "Full Name <email>" when you want [[-EMAIL_FIRST_NAME-]]
3
+ # and [[-EMAIL_LAST_NAME-]] to use the real mailbox/contact name.
4
+ #
5
+ # Clinton O'Neill <clinton@nationalautoservice.com.au>
6
+ # Denny Sun <boolk.sun@gmail.com>
7
+ clinton@nationalautoservice.com.au
@@ -0,0 +1,2 @@
1
+ John Cena
2
+ Dwayne Johnson