1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
SQLite format 3 @ 9 B 9 .v�
� � ��ttC=I �� � �0
�3tablerunningsrunningsCREATE TABLE runnings (
`project_uuid` VARCHAR(65535) PRIMARY KEY NOT NULL UNIQUE,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
)/C indexsqlite_autoindex_runnings_1runnings�O�utablepromptsprompts CREATE TABLE prompts (
`uuid` VARCHAR(65535) PRIMARY KEY NOT NULL UNIQUE,
`project_uuid` INTEGER NOT NULL,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`type` VARCHAR(65535),
`question` TEXT NOT NULL,
`answer` TEXT NOT NULL,
`response` TEXT NOT NULL,
`thinking` TEXT NOT NULL
)- A indexsqlite_autoindex_prompts_1prompts
� �qtablefilesfilesCREATE TABLE files (
`uuid` VARCHAR(65535) PRIMARY KEY NOT NULL UNIQUE,
`project_uuid` INTEGER NOT NULL,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`name` VARCHAR(65535) NOT NULL,
`content` VARCHAR(65535) NOT NULL
))= indexsqlite_autoindex_files_1files�L�ktableprojectsprojectsCREATE TABLE projects (
`uuid` VARCHAR(65535) PRIMARY KEY NOT NULL UNIQUE,
`organization_uuid` INTEGER,
`user_uuid` INTEGER,
`container_id` VARCHAR(65535) NOT NULL UNIQUE,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ip_address` VARCHAR(65535) NOT NULL,
`name` VARCHAR(65535) NOT NULL,
`framework` VARCHAR(65535) NOT NULL,
`model` VARCHAR(65535) NOT NULL,
`description` VARCHAR(65535) NOT NULL
)/C indexsqlite_autoindex_projects_2projects/C indexsqlite_autoindex_projects_1projects�%�)tableusersusersCREATE TABLE users (
`uuid` VARCHAR(65535) PRIMARY KEY NOT NULL UNIQUE,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`first_name` VARCHAR(65535),
`last_name` VARCHAR(65535),
`email` VARCHAR(65535) NOT NULL,
`password` VARCHAR(65535) NOT NULL
))= indexsqlite_autoindex_users_1users
V V �'U3%?�296598c0-095c-4c88-a48c-8af6c98022ff2025-11-26 10:07:33Themba LucasNgubenithembangubeni04@gmail.com$2a$10$woMg6Ftrz8DyZCKhvPgMgOrO/YWaZq1JkM8KaAQlOKhBCcrSrboC.
� � 'U 296598c0-095c-4c88-a48c-8af6c98022ff
^ 5^ �TU U�
3%)f9828df6-47db-4ae1-b684-d808114fadd9296598c0-095c-4c88-a48c-8af6c98022ff9b75dc72f01a87025bed632a68c7a25c0150e2dcc79374c166097941f62a256d2026-01-21 09:39:23127.0.0.2Email TemplehtmlgeminiEmail Designer�HU U�
328a1032d-754c-4734-ba68-82ab3f9b4c09296598c0-095c-4c88-a48c-8af6c98022ff9cdb4dd95d0ec214ae9cbcc0f5b77c26dd1f69b86e44d875e7eca2ffe7a9d7a22025-11-26 14:11:31127.0.0.2GolanggolanggeminiGolang
� �� (Uf9828df6-47db-4ae1-b684-d808114fadd9'U 28a1032d-754c-4734-ba68-82ab3f9b4c09
u u� E�
9b75dc72f01a87025bed632a68c7a25c0150e2dcc79374c166097941f62a256dD�
9cdb4dd95d0ec214ae9cbcc0f5b77c26dd1f69b86e44d875e7eca2ffe7a9d7a2
� B��� �0UU3 Y�I�>�e1aca1918-1a3e-4b3c-a65c-a4866f75846ef9828df6-47db-4ae1-b684-d808114fadd92026-01-21 09:47:32Hi, can you create @index.html file?
<files>
<file>
<action>CREATE</action>
<name>index.html</name>
<name-old></name-old>
<command></command>
<content><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="http://localhost:8080/projects/f9828df6-47db-4ae1-b684-d808114fadd9/directory/">
<title>Welcome</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
body {
font-family: sans-serif;
margin: 20px;
text-align: center;
}
img {
max-width: 100%;
height: auto;
margin-top: 20px;
}
.icon {
font-size: 2em;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Welcome to our project!</h1>
<p>This is your new index page.</p>
<img src="https://placehold.co/600x400/png" alt="Placeholder Image">
<div class="icon">
<i class="fas fa-star"></i>
<p>A star icon from FontAwesome.</p>
</div>
</body>
</html>]]></content>
</file>
</files>
[{"name":"index.html","name_old":"","action":"CREATE","content":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n \u003cmeta charset=\"UTF-8\"\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n \u003cbase href=\"http://localhost:8080/projects/f9828df6-47db-4ae1-b684-d808114fadd9/directory/\"\u003e\n \u003ctitle\u003eWelcome\u003c/title\u003e\n \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\" integrity=\"sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" /\u003e\n \u003cstyle\u003e\n body {\n font-family: sans-serif;\n margin: 20px;\n text-align: center;\n }\n img {\n max-width: 100%;\n height: auto;\n margin-top: 20px;\n }\n .icon {\n font-size: 2em;\n margin-top: 20px;\n }\n \u003c/style\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n \u003ch1\u003eWelcome to our project!\u003c/h1\u003e\n \u003cp\u003eThis is your new index page.\u003c/p\u003e\n \u003cimg src=\"https://placehold.co/600x400/png\" alt=\"Placeholder Image\"\u003e\n \u003cdiv class=\"icon\"\u003e\n \u003ci class=\"fas fa-star\"\u003e\u003c/i\u003e\n \u003cp\u003eA star icon from FontAwesome.\u003c/p\u003e\n \u003c/div\u003e\n\u003c/body\u003e\n\u003c/html\u003e"}]**Generating HTML Structure**
I am now generating the XML structure for the `index.html` file. It's progressing well. I have structured the `<files>` and `<file>` tags and set the action to CREATE. The name attribute is accurately set to "index.html". I am currently focused on incorporating the HTML5 boilerplate within a CDATA section, including the specified base href, and the placeholder image, and the Font .
] �]�� (U4d6a370d-3380-44b2-8362-2471ff835f85(U6b9bc532-2e1a-4780-a87f-d88e6f3a42f6(Ub5cea78d-7970-4761-b0bc-73a4c0a70cd8'U 1aca1918-1a3e-4b3c-a65c-a4866f75846e
� :U3f9828df6-47db-4ae1-b684-d808114fadd92026-01-21 10:15:26
� 'U f9828df6-47db-4ae1-b684-d808114fadd9 : collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n }\n\n img {\n border: 0;\n height: auto;\n line-height: 100%;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n }\n\n p {\n display: block;\n margin: 0;\n }\n \u003c/style\u003e\n \u003c!--[if mso]\u003e \u003cnoscript\u003e\u003cxml\u003e\u003co:OfficeDocumentSettings\u003e\u003co:AllowPNG/\u003e\u003co:PixelsPerInch\u003e96\u003c/o:PixelsPerInch\u003e\u003c/o:OfficeDocumentSettings\u003e\u003c/xml\u003e\u003c/noscript\u003e\n\u003c![endif]--\u003e\n \u003c!--[if lte mso 11]\u003e\n\u003cstyle type=\"text/css\"\u003e\n.ogf{width:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Poppins:600,300,500\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Inter:400\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n\n \u003c/style\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cstyle type=\"text/css\"\u003e\n @media only screen and (min-width:800px) {\n .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .xc679 {\n width: 679px !important;\n max-width: 679px;\n }\n\n .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n }\n \u003c/style\u003e\n \u003cstyle media=\"screen and (min-width:800px)\"\u003e\n .moz-text-html .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .moz-text-html .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .moz-text-html .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .moz-text-html .xc679 {\n width: 679px !important;\n max-width: 679px;\n }\n\n .moz-text-html .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css\"\u003e\n @media only screen and (max-width:799px) {\n table.fwm {\n width: 100% !important;\n }\n\n td.fwm {\n width: auto !important;\n }\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css\"\u003e\n u+.emailify .gs {\n background: #000;\n mix-blend-mode: screen;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n u+.emailify .gd {\n background: #000;\n mix-blend-mode: difference;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n p {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n a[x-apple-data-detectors] {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n u+.emailify a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n #MessageViewBody a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n td.b .klaviyo-image-block {\n display: inline;\n vertical-align: middle;\n }\n\n @media only screen and (max-width:800px) {\n .emailify {\n height: 100% !important;\n margin: 0 !im portant;\n padding: 0 !important;\n width: 100% !important;\n }\n\n u+.emailify .glist {\n margin-left: 1em !important;\n }\n\n td.ico.v\u003ediv.il\u003ea.l.m,\n td.ico.v .mn-label {\n padding-right: 0 !important;\n padding-bottom: 16px !important;\n }\n\n td.x {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .fwm img {\n max-width: 100% !important;\n height: auto !important;\n }\n\n .aw img {\n width: auto !important;\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .awl img {\n width: auto !important;\n margin-right: auto !important;\n }\n\n .awr img {\n width: auto !important;\n margin-left: auto !important;\n }\n\n .ah img {\n height: auto !important;\n }\n\n td.b.nw\u003etable,\n td.b.nw a {\n width: auto !important;\n }\n\n td.stk {\n border: 0 !important;\n }\n\n td.u {\n height: auto !important;\n }\n\n br.sb {\n display: none !important;\n }\n\n .thd-1 .i-thumbnail {\n display: inline-block !important;\n height: auto !important;\n overflow: hidden !important;\n }\n\n .hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hm-1 {\n display: none !important;\n max-width: 0 !important;\n max-height: 0 !important;\n overflow: hidden !important;\n mso-hide: all !important;\n }\n\n .ht-1 {\n display: table !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hr-1 {\n display: table-row !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hc-1 {\n display: table-cell !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n div.r.pr-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pr-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-right: 16px !important\n }\n\n div.r.pl-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pl-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-left: 16px !important\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd\u003ea {\n display: block !important;\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd {\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n }\n\n @media (prefers-color-scheme:light) and (max-width:800px) {\n .ds-1.hd-1 {\n display: none !important;\n height: 0 !important;\n overflow: hidden !important;\n }\n }\n\n @media (prefers-color-scheme:dark) and (max-width:800px) {\n .ds-1.hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n }\n \u003c/style\u003e\n \u003cmeta name=\"color-scheme\" content=\"light dark\"\u003e\n \u003cmeta name=\"supported-color-schemes\" content=\"light dark\"\u003e\n \u003c!--[if gte mso 9]\u003e\n\u003cstyle\u003ea:link,span.MsoHyperlink{mso-style-priority:99;color:inherit;text-decoration:none;}a:visited,span.MsoHyperlinkFollowed{mso-style-priority:99;color:inherit;text-decoration:none;}li{text-indent:-1em;}table,td,p,div,span,ul,ol,li,a{mso-hyphenate:none;}sup,sub{font-size:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n\u003c/head\u003e\n\n\u003cbody lang=\"en\" link=\"#DD0000\" vlink=\"#DD0000\" class=\"emailify\" style=\"mso-line-height-rule:exactly;mso-hyphenate:none;word-spacing:normal;background-color:#1e1e1e;\"\u003e\n \u003cdiv class=\"bg\" style=\"background-color:#1e1e1e;\" lang=\"en\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"i fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\" class=\"fwm\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:702px;\" class=\"fwm\"\u003e \u003cimg alt src=\"img/d87c2f16efaa59345252dc73e75efc6e.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"702\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:100%;\"\u003e \u003cimg alt src=\"http://cdn.mcauto-images-production.sendgrid.net/0690dd7d7db46a66/e638413d-43d2-435c-aa8b-ea7ac87f7fff/700x42.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;padding: 0px; margin: 0xp;\" title width=\"100%\" height=\"auto\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding: 35px 32px 32px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:637px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc637 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x m\" style=\"font-size:0;padding-bottom:-4px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cspan style=\"font-size:18px;font-family:'Poppins',Arial,sans-serif;font-weight:600;color:#000000;line-height:300%;mso-line-height-alt:54px;mso-ansi-font-size:18px;\"\u003eDear\n {{unique_name}},\u003c/span\u003e\n \u003c/div\u003e\n\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n\u003cul\u003e\n \u003cli\u003eCurrent balance: \u003cb\u003eR4,732.00\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eAlert threshold: \u003cb\u003eR5,000\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eDate: Transaction \u003cb\u003e16 January 2026\u003c/b\u003e\u003c/li\u003e\n\u003c/ul\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv class=\"xc1 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"p resentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/627b06cc4bb2f1d4eaf2f3be0510bd1a.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:20px 16px 20px 16px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" vertical-align=\"middle\" class=\"b fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:separate;width:202px;line-height:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" bgcolor=\"#ecfb00\" role=\"presentation\" style=\"border:none;border-radius:8px 8px 8px 8px;cursor:auto;mso-padding-alt:12px 0px 12px 0px;background:#ecfb00;\" valign=\"middle\"\u003e \u003ca href=\"%7B%7Burl%7D%7D\" style=\"display:inline-block;width:202px;background:#ecfb00;color:#ffffff;font-family:'Poppins',Arial,sans-serif;font-size:13px;font-weight:normal;line-height:100%;margin:0;text-decoration:none;text-transform:none;padding:12px 0px 12px 0px;mso-padding-alt:0;border-radius:8px 8px 8px 8px;\" target=\"_blank\"\u003e \u003cspan style=\"font-size:14px;font-family:'Poppins',Arial,sans-serif;font-weight:500;color:#000000;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003eAccess\n Portal\u003c/span\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/ade587572367b349da5f184945872cb5.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:0px 32px 32px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:647px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc647 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cbr\u003e\u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\u003cbr\u003eBest\n regards, \u003cbr\u003e \u003cbr\u003e \u003cbr class=\"sb\"\u003eSAVA\n Application Team\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e \n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/9581a6af2c49f9c15cd696e26806b5f9.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:22px 16px 16px 16px;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n\n \u003cdiv class=\"xc678 ogf c\" style=\"font-size:0;text-align:center;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"i m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:74px;\"\u003e \u003cimg alt src=\"https://e.hypermatic.com/00e6bf246d3a70a1db736c5219929820.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"74\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" st yle=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eSAVA \u003c/span\u003e\u003cspan style=\"font-size:14px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003eTechnologies\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e Pty\n Ltd\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003ePrivacy\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e l \u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eHelp\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e l \u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eAbout\n Us\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003e\n \u 003cspan style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ffffff;line-height:150%;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eThis\n email was sent to you by SAVA\n Technologies. You are receceiving this\n because you have decided to join our\n Spend Management community. If you wish\n to unsubscribe \u003c/span\u003e\u003ca href=\"%7B%7Bunsubscribe%7D%7D\" style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ECFB00;line-height:150%;text-decoration:underline;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eclick\n here\u003c/a\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"o m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://za.linkedin.com/company/sava-africa\" target=\"\n _blank\"\u003e \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/16b7931199a21fb8bd4587fa449a0f78.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"#insertUrlLink\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/a8e11b9fd65de9af1d34ff24d296d4f8.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:20px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:18px;vertical-align:mid dle;width:20px;\"\u003e\n \u003ca href=\"https://twitter.com/savabusiness\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"18\" src=\"https://e.hypermatic.com/2be3d60884b373afa9b96194ee1d9d06.png\" style=\"display:block;\" width=\"20\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e \"\u003e\n \u003ctd style=\"padding:0;padding-right:0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://www.instagram.com/savaafrica/\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/d6c74d0414ef5c11a71e11b5c44b9f1b.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e\n \u003cspan style=\"font-size:12px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:150%;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e3\n Alice Lane, 4th Floor, Sandton, Gauteng,\n South Africa \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e"}]**Reviewing the HTML Structure**
I've re-examined the HTML file, focusing on the two `div` blocks with the `class="r pr-16 pl-16"` classes. My current thought is to assess the positioning of the `<ul>` element within the structure. It seems likely that the problem stems from incorrect placement or potential redundancy between these two `div` blocks, which might be preventing the list from rendering as expected in the email template. The user likely wants the specific balance information in place of the general alert message.
**Analyzing Template Placement**
I've determined the issue likely lies with the duplication of content containers. The `<ul>` list *is* present in the HTML, but within a redundant `div` block mirroring the introductory message. It's improbable both sections render, so I'm focused on replacing the generic alert with specific balance details. I'll advise the user to remove one `div` block and adjust the placement of content if needed.
**Diagnosing Display Issues**
I've discovered the provided HTML contains two nearly identical sections, one with the generic alert, and a second with the intended balance details. My current focus is integrating the `<ul>` element *in place* of the placeholder text, ensuring the duplicated content is streamlined. I'll provide instructions to consolidate these duplicate blocks, optimizing the email template for the desired output.
**Optimizing Template Structure**
The root cause appears to be the duplication of content within the provided HTML template. I'll advise consolidating the two `div` blocks with class "r pr-16 pl-16". My current plan is to replace the generic alert message with the `<ul>` list, ensuring the specific balance information is displayed and streamline the template.
M M �0UU3 Y�I�>�e1aca1918-1a3e-4b3c-a65c-a4866f75846ef9828df6-47db-4ae1-b684-d808114fadd92026-01-21 09:47:32Hi, can you create @index.html file?
<files>
<file>
<action>CREATE</action>
<name>index.html</name>
<name-old></name-old>
<command></command>
<content><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="http://localhost:8080/projects/f9828df6-47db-4ae1-b684-d808114fadd9/directory/">
<title>Welcome</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
body {
font-family: sans-serif;
margin: 20px;
text-align: center;
}
img {
max-width: 100%;
height: auto;
margin-top: 20px;
}
.icon {
font-size: 2em;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Welcome to our project!</h1>
<p>This is your new index page.</p>
<img src="https://placehold.co/600x400/png" alt="Placeholder Image">
<div class="icon">
<i class="fas fa-star"></i>
<p>A star icon from FontAwesome.</p>
</div>
</body>
</html>]]></content>
</file>
</files>
[{"name":"index.html","name_old":"","action":"CREATE","content":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n \u003cmeta charset=\"UTF-8\"\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n \u003cbase href=\"http://localhost:8080/projects/f9828df6-47db-4ae1-b684-d808114fadd9/directory/\"\u003e\n \u003ctitle\u003eWelcome\u003c/title\u003e\n \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\" integrity=\"sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" /\u003e\n \u003cstyle\u003e\n body {\n font-family: sans-serif;\n margin: 20px;\n text-align: center;\n }\n img {\n max-width: 100%;\n height: auto;\n margin-top: 20px;\n }\n .icon {\n font-size: 2em;\n margin-top: 20px;\n }\n \u003c/style\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n \u003ch1\u003eWelcome to our project!\u003c/h1\u003e\n \u003cp\u003eThis is your new index page.\u003c/p\u003e\n \u003cimg src=\"https://placehold.co/600x400/png\" alt=\"Placeholder Image\"\u003e\n \u003cdiv class=\"icon\"\u003e\n \u003ci class=\"fas fa-star\"\u003e\u003c/i\u003e\n \u003cp\u003eA star icon from FontAwesome.\u003c/p\u003e\n \u003c/div\u003e\n\u003c/body\u003e\n\u003c/html\u003e"}]**Generating HTML Structure**
I am now generating the XML structure for the `index.html` file. It's progressing well. I have structured the `<files>` and `<file>` tags and set the action to CREATE. The name attribute is accurately set to "index.html". I am currently focused on incorporating the HTML5 boilerplate within a CDATA section, including the specified base href, and the placeholder image, and the FontAwesome CDN.
� � ��NUU3 �E���"�b5cea78d-7970-4761-b0bc-73a4c0a70cd8f9828df6-47db-4ae1-b684-d808114fadd92026-01-21 09:53:28Hi, my
```html
<ul>
<li>Current balance: <b>R4,732.00</b></li>
<li>Alert threshold: <b>R5,000</b></li>
<li>Date: Transaction <b>16 January 2026</b></li>
</ul>
```
is not showing in mail template?
I have updated the `index.html` file. I replaced the generic alert message with the provided transaction details (current balance, alert threshold, and transaction date) and removed the duplicate content block to ensure the information displays correctly.
[{"name":"index.html","name_old":"","action":"UPDATE","content":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"\u003e\n\n\u003chead\u003e\n \u003ctitle\u003e\u003c/title\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cmeta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n #outlook a {\n padding: 0;\n }\n\n body {\n margin: 0;\n padding: 0;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n }\n\n table,\n td {\n border-collapse
\"\u003e\n @media only screen and (max-width:799px) {\n table.fwm {\n width: 100% !important;\n }\n\n td.fwm {\n width: auto !important;\n }\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css\"\u003e\n u+.emailify .gs {\n background: #000;\n mix-blend-mode: screen;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n u+.emailify .gd {\n background: #000;\n mix-blend-mode: difference;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n p {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n a[x-apple-data-detectors] {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n u+.emailify a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n #MessageViewBody a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n td.b .klaviyo-image-block {\n display: inline;\n vertical-align: middle;\n }\n\n @media only screen and (max-width:800px) {\n .emailify {\n height: 100% !important;\n margin: 0 !important;\n padding: 0 !important;\n width: 100% !important;\n }\n\n u+.emailify .glist {\n margin-left: 1em !important;\n }\n\n td.ico.v\u003ediv.il\u003ea.l.m,\n td.ico.v .mn-label {\n padding-right: 0 !important;\n padding-bottom: 16px !important;\n }\n\n td.x {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .fwm img {\n max-width: 100% !important;\n height: auto !important;\n }\n\n .aw img {\n width: auto !important;\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .awl img {\n width: auto !important;\n margin-right: auto !important;\n }\n\n .awr img {\n width: auto !important;\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .ah img {\n height: auto !important;\n }\n\n td.b.nw\u003etable,\n td.b.nw a {\n width: auto !important;\n }\n\n td.stk {\n border: 0 !important;\n }\n\n td.u {\n height: auto !important;\n }\n\n br.sb {\n display: none !important;\n }\n\n .thd-1 .i-thumbnail {\n display: inline-block !important;\n height: auto !important;\n overflow: hidden !important;\n }\n\n .hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hm-1 {\n display: none !important;\n max-width: 0 !important;\n max-height: 0 !important;\n overflow: hidden !important;\n mso-hide: all !important;\n }\n\n .ht-1 {\n display: table !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hr-1 {\n display: table-row !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hc-1 {\n display: table-cell !important;\n ! height: auto !important;\n overflow: visible !important;\n }\n\n div.r.pr-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pr-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-right: 16px !important\n }\n\n div.r.pl-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pl-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-left: 16px !important\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd\u003ea {\n display: block !important;\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd {\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n }\n\n @media (prefers-color-scheme:light) and (max-width:800px) {\n .ds-1.hd-1 {\n display: none !important;\n height: 0 !important;\n overflow: hidden !important;\n }\n }\n\n @media (prefers-color-scheme:dark) and (max-width:800px) {\n .ds-1.hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n }\n \u003c/style\u003e\n \u003cmeta name=\"color-scheme\" content=\"light dark\"\u003e\n \u003cmeta name=\"supported-color-schemes\" content=\"light dark\"\u003e\n \u003c!--[if gte mso 9]\u003e\n\u003cstyle\u003ea:link,span.MsoHyperlink{mso-style-priority:99;color:inherit;text-decoration:none;}a:visited,span.MsoHyperlinkFollowed{mso-style-priority:99;color:inherit;text-decoration:none;}li{text-indent:-1em;}table,td,p,div,span,ul,ol,li,a{mso-hyphenate:none;}sup,sub{font-size:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n\u003c/head\u003e\n\n\u003cbody lang=\"en\" link=\"#DD0000\" vlink=\"#DD0000\" class=\"emailify\" style=\"mso-line-height-rule:exactly;mso-hyphenate:none;word-spacing:normal;background-color:#1e1e1e;\"\u003e\n \u003cdiv class=\"bg\" style=\"background-color:#1e1e1e;\" lang=\"en\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n " \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"i fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\" class=\"fwm\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:702px;\" class=\"fwm\"\u003e \u003cimg alt src=\"img/d87c2f16efaa59345252dc73e75efc6e.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"702\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:100%;\"\u003e \u003cimg alt src=\"http://cdn.mcauto-images-production.sendgrid.net/0690dd7d7db46a66/e638413d-43d2-435c-aa8b-ea7ac87f7fff/700x42.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;padding: 0px; margin: 0xp;\" title width=\"100%\" height=\"auto\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding: 35px 32px 32px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -ou #tlook\" style=\"vertical-align:top;width:637px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc637 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x m\" style=\"font-size:0;padding-bottom:-4px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cspan style=\"font-size:18px;font-family:'Poppins',Arial,sans-serif;font-weight:600;color:#000000;line-height:300%;mso-line-height-alt:54px;mso-ansi-font-size:18px;\"\u003eDear\n {{unique_name}},\u003c/span\u003e\n \u003c/div\u003e\n\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left; font-size:16px; line-height:150%;\"\u003e\n\u003cul\u003e\n \u003cli\u003eCurrent balance: \u003cb\u003eR4,732.00\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eAlert threshold: \u003cb\u003eR5,000\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eDate: Transaction \u003cb\u003e16 January 2026\u003c/b\u003e\u003c/li\u003e\n\u003c/ul\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv class=\"xc1 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n $ \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/627b06cc4bb2f1d4eaf2f3be0510bd1a.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n % \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:20px 16px 20px 16px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" vertical-align=\"middle\" class=\"b fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:separate;width:202px;line-height:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" bgcolor=\"#ecfb00\" role=\"presentation\" style=\"border:none;border-radius:8px 8px 8px 8px;cursor:auto;mso-padding-alt:12px 0px 12px 0px;background:#ecfb00;\" valign=\"middle\"\u003e \u003ca href=\"%7B%7Burl%7D%7D\" style=\"display:inline-block;width:202px;background:#ecfb00;color:#ffffff;font-family:'Poppins',Arial,sans-serif;font-size:13px;font-weight:normal;line-height:100%;margin:0;text-decoration:none;text-transform:none;padding:12px 0px 12px 0px;mso-padding-alt:0;border-radius:8px 8px 8px 8px;\" target=\"_blank\"\u003e \u003cspan style=\"font-size:14px;font-family:'Poppins',Arial,sans-serif;font-weight:500;color:#000000;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003eAccess\n Portal\u003c/span\u003e\u003c/a\u003e\n \u003c/td\u003e\n & \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/ade587572367b349da5f184945872cb5.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n ' \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:0px 32px 32px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:647px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc647 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cbr\u003e\u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\u003cbr\u003eBest\n regards, \u (003cbr\u003e \u003cbr\u003e \u003cbr class=\"sb\"\u003eSAVA\n Application Team\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt src=\"img/9581a6af2c49f9c15cd696e26806b5f9.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-siz )e:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:22px 16px 16px 16px;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n\n \u003cdiv class=\"xc678 ogf c\" style=\"font-size:0;text-align:center;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"i m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n * \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:74px;\"\u003e \u003cimg alt src=\"https://e.hypermatic.com/00e6bf246d3a70a1db736c5219929820.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"74\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eSAVA \u003c/span\u003e\u003cspan style=\"font-size:14px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003eTechnologies\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e Pty\n Ltd\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003ePrivacy\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e l \u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eHelp\u0 +03c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e l \u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eAbout\n Us\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003e\n \u003cspan style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ffffff;line-height:150%;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eThis\n email was sent to you by SAVA\n Technologies. You are receceiving this\n because you have decided to join our\n Spend Management community. If you wish\n to unsubscribe \u003c/span\u003e\u003ca href=\"%7B%7Bunsubscribe%7D%7D\" style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ECFB00;line-height:150%;text-decoration:underline;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eclick\n here\u003c/a\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"o m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cell ,spacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://za.linkedin.com/company/sava-africa\" target=\"\n _blank\"\u003e \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/16b7931199a21fb8bd4587fa449a0f78.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"#insertUrlLink\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/a8e11b9fd65de9af1d34ff24d296d4f8.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n - \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:20px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:18px;vertical-align:middle;width:20px;\"\u003e\n \u003ca href=\"https://twitter.com/savabusiness\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"18\" src=\"https://e.hypermatic.com/2be3d60884b373afa9b96194ee1d9d06.png\" style=\"display:block;\" width=\"20\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e \"\u003e\n \u003ctd style=\"padding:0;padding-right:0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://www.instagram.com/savaafrica/\" target=\"_blank\"\u003e\n \u003cimg alt title height=\"25\" src=\"https://e.hypermatic.com/d6c74d0414ef5c11a71e11b5c44b9f1b.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e\n \u003cspan style=\"font-size:12px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:150%;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e3\n Alice Lane, 4th Floor, Sandton, Gauteng,\n South Africa \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e"}]**Resolving the Font Issue**
I've zeroed in on the root cause: the `font-size:0` on the parent `td` is squashing the `ul`'s font. To counter this, I'm going to explicitly set the font size on the `ul`'s parent `div`. I'm thinking 16px looks good. I'll also add a line-height property to ensure the spacing looks correct and is well-defined.
� � ��pUU3 ����n�=6b9bc532-2e1a-4780-a87f-d88e6f3a42f6f9828df6-47db-4ae1-b684-d808114fadd92026-01-21 09:55:34Hi, can you fix `ul` element to display because it not showing?
I have fixed the `ul` element to display correctly by adding `font-size:16px; line-height:150%;` to its parent `div` element.
[{"name":"index.html","name_old":"","action":"UPDATE","content":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"\u003e\n\n\u003chead\u003e\n \u003ctitle\u003e\u003c/title\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cmeta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n #outlook a {\n padding: 0;\n }\n\n body {\n margin: 0;\n padding: 0;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n }\n\n table,\n td {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n }\n\n img {\n border: 0;\n height: auto;\n line-height: 100%;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n }\n\n p {\n display: block;\n margin: 0;\n }\n \u003c/style\u003e\n \u003c!--[if mso]\u003e \u003cnoscript\u003e\u003cxml\u003e\u003co:OfficeDocumentSettings\u003e\u003co:AllowPNG/\u003e\u003co:PixelsPerInch\u003e96\u003c/o:PixelsPerInch\u003e\u003c/o:OfficeDocumentSettings\u003e\u003c/xml\u003e\u003c/noscript\u003e\n\u003c![endif]--\u003e\n \u003c!--[if lte mso 11]\u003e\n\u003cstyle type=\"text/css\"\u003e\n.ogf{width:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Poppins:600,300,500\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Inter:400\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n\n \u003c/style\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cstyle type=\"text/css\"\u003e\n @media only screen and (min-width:800px) {\n .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .xc679 {\n width: 679px !important;\n max-width: 679px;\n }\n\n .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n }\n \u003c/style\u003e\n \u003cstyle media=\"screen and (min-width:800px)\"\u003e\n .moz-text-html .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .moz-text-html .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .moz-text-html .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .moz-text-html .xc679 {\n width: 679px !important;\n max-width: 679px;\n }\n\n .moz-text-html .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css 0lt` attributes for all images** to improve accessibility for users who cannot see images, using meaningful descriptions or leaving them empty for purely decorative elements.
3. **Improved contrast for the "Manage Notifications" button** by changing the text color from white to black on the yellow background, enhancing readability.
4. **Removed a problematic negative padding** value (`padding-bottom:-4px`) which can cause rendering issues in various email clients.
5. **Updated a placeholder social media link** to a more appropriate, though generic, URL.
6. **Converted footer text links** ("Privacy," "Help," "About Us") into clickable links, improving user experience.
[{"name":"index.html","name_old":"","action":"UPDATE","content":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"\u003e\n\n\u003chead\u003e\n \u003ctitle\u003eSAVA Account Balance Alert\u003c/title\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cmeta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n #outlook a {\n padding: 0;\n }\n\n body {\n margin: 0;\n padding: 0;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n }\n\n table,\n td {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n }\n\n img {\n border: 0;\n height: auto;\n line-height: 100%;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n }\n\n p {\n display: block;\n margin: 0;\n }\n \u003c/style\u003e\n \u003c!--[if mso]\u003e \u003cnoscript\u003e\u003cxml\u003e\u003co:OfficeDocumentSettings\u003e\u003co:AllowPNG/\u003e\u003co:PixelsPerInch\u003e96\u003c/o:PixelsDocumentSettings\u003e\u003c/xml\u003e\u003c/noscript\u003e\n\u003c![endif]--\u003e\n \u003c!--[if lte mso 11]\u003e\n\u003cstyle type=\"text/css\"\u003e\n.ogf{width:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n \u003c!--[if !mso]\u003e\u003c!--\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Poppins:600,300,500\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003clink href=\"https://fonts.googleapis.com/css?family=Inter:400\" rel=\"stylesheet\" type=\"text/css\"\u003e\n \u003cstyle type=\"text/css\"\u003e\n\n \u003c/style\u003e\n \u003c!--\u003c![endif]--\u003e\n \u003cstyle type=\"text/css\"\u003e\n @media only screen and (min-width:800px) {\n .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .xc679 {\n width: 679px !important;\n max-width: 679px;\n }\n\n .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n }\n \u003c/style\u003e\n \u003cstyle media=\"screen and (min-width:800px)\"\u003e\n .moz-text-html .pc100 {\n width: 100% !important;\n max-width: 100%;\n }\n\n .moz-text-html .xc637 {\n width: 637px !important;\n max-width: 637px;\n }\n\n .moz-text-html .xc1 {\n width: 1px !important;\n max-width: 1px;\n }\n\n .moz-text-html .xc679 {\n width: 679px !important;\n max-width: 679px;\n 1 }\n\n .moz-text-html .xc647 {\n width: 647px !important;\n max-width: 647px;\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css\"\u003e\n @media only screen and (max-width:799px) {\n table.fwm {\n width: 100% !important;\n }\n\n td.fwm {\n width: auto !important;\n }\n }\n \u003c/style\u003e\n \u003cstyle type=\"text/css\"\u003e\n u+.emailify .gs {\n background: #000;\n mix-blend-mode: screen;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n u+.emailify .gd {\n background: #000;\n mix-blend-mode: difference;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n\n p {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n a[x-apple-data-detectors] {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n u+.emailify a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n #MessageViewBody a {\n color: inherit !important;\n text-decoration: none !important;\n }\n\n td.b .klaviyo-image-block {\n display: inline;\n vertical-align: middle;\n }\n\n @media only screen and (max-width:800px) {\n .emailify {\n height: 100% !important;\n margin: 0 !important;\n padding: 0 !important;\n width: 100% !important;\n }\n\n u+.emailify .glist {\n margin-left: 1em !important;\n }\n\n td.ico.v\u003ediv.il\u003ea.l.m,\n td.ico.v .mn-label {\n padding-right: 0 !important;\n padding-bottom: 16px !important;\n }\n\n td.x {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .fwm img {\n max-width: 100% !important;\n height: auto !important;\n }\n\n .aw img {\n width: auto !important;\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .awl img {\n width: auto !important;\n margin-right: auto !important;\n }\n\n .awr img {\n width: auto !important;\n margin-left: auto !important;\n }\n\n .ah img {\n height: auto !important;\n }\n\n td.b.nw\u003etable,\n td.b.nw a {\n width: auto !important;\n }\n\n td.stk {\n border: 0 !important;\n }\n\n td.u {\n height: auto !important;\n }\n\n br.sb {\n display: none !important;\n }\n\n .thd-1 .i-thumbnail {\n display: inline-block !important;\n height: auto !important;\n overflow: hidden !important;\n }\n\n .hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hm-1 {\n display: none !important;\n max-width: 0 !important;\n max-height: 0 !important;\n overflow: hidden !important;\n mso-hide: all !important;\n }\n\n .ht-1 {\n display: table !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n .hr-1 {\n display: table-row !important;\n height: auto !important;\n overflo 2w: visible !important;\n }\n\n .hc-1 {\n display: table-cell !important;\n height: auto !important;\n overflow: visible !important;\n }\n\n div.r.pr-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pr-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-right: 16px !important\n }\n\n div.r.pl-16\u003etable\u003etbody\u003etr\u003etd,\n div.r.pl-16\u003ediv\u003etable\u003etbody\u003etr\u003etd {\n padding-left: 16px !important\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd\u003ea {\n display: block !important;\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n td.b.fw-1\u003etable {\n width: 100% !important\n }\n\n td.fw-1\u003etable\u003etbody\u003etr\u003etd {\n width: 100% !important;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n }\n\n @media (prefers-color-scheme:light) and (max-width:800px) {\n .ds-1.hd-1 {\n display: none !important;\n height: 0 !important;\n overflow: hidden !important;\n }\n }\n\n @media (prefers-color-scheme:dark) and (max-width:800px) {\n .ds-1.hd-1 {\n display: block !important;\n height: auto !important;\n overflow: visible !important;\n }\n }\n \u003c/style\u003e\n \u003cmeta name=\"color-scheme\" content=\"light dark\"\u003e\n \u003cmeta name=\"supported-color-schemes\" content=\"light dark\"\u003e\n \u003c!--[if gte mso 9]\u003e\n\u003cstyle\u003ea:link,span.MsoHyperlink{mso-style-priority:99;color:inherit;text-decoration:none;}a:visited,span.MsoHyperlinkFollowed{mso-style-priority:99;color:inherit;text-decoration:none;}li{text-indent:-1em;}table,td,p,div,span,ul,ol,li,a{mso-hyphenate:none;}sup,sub{font-size:100% !important;}\n\u003c/style\u003e\n\u003c![endif]--\u003e\n\u003c/head\u003e\n\n\u003cbody lang=\"en\" link=\"#DD0000\" vlink=\"#DD0000\" class=\"emailify\" style=\"mso-line-height-rule:exactly;mso-hyphenate:none;word-spacing:normal;background-color:#1e1e1e;\"\u003e\n \u003cdiv class=\"bg\" style=\"background-color:#1e1e1e;\" lang=\"en\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n 3 \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"i fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\" class=\"fwm\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:702px;\" class=\"fwm\"\u003e \u003cimg alt=\"SAVA Technologies header image\" src=\"img/d87c2f16efaa59345252dc73e75efc6e.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"702\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:100%;\"\u003e \u003cimg alt=\"Decorative banner image\" src=\"http://cdn.mcauto-images-production.sendgrid.net/0690dd7d7db46a66/e638413d-43d2-435c-aa8b-ea7ac87f7fff/700x42.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;padding: 0px; margin: 0xp;\" title width=\"100%\" height=\"auto\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding: 35px 32px 32px 32px;text-align:left;\"\u003e\n 4 \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:637px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc637 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x m\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cspan style=\"font-size:18px;font-family:'Poppins',Arial,sans-serif;font-weight:600;color:#000000;line-height:300%;mso-line-height-alt:54px;mso-ansi-font-size:18px;\"\u003eDear\n {{unique_name}},\u003c/span\u003e\n \u003c/div\u003e\n\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:35px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n This is to notify you that the balance on your account has fallen below your configured alert limit.\n \u003c/span\u003e\n\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:30px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cdiv style=\"text-align:left; font-size:16px; line-height:150%;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n Account: \u003cb\u003eMain Operating Account\u003c/b\u003e\n 5 \u003c/span\u003e\n \u003c/p\u003e\n \u003cul style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cli\u003eCurrent balance: \u003cb\u003eR4,732.00\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eAlert threshold: \u003cb\u003eR5,000\u003c/b\u003e\u003c/li\u003e\n \u003cli\u003eDate: Transaction \u003cb\u003e16 January 2026\u003c/b\u003e\u003c/li\u003e\n \u003c/ul\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:20px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n You can manage your balance alerts and notification preferences from your SAVA dashboard.\n \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv class=\"xc1 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n 6 \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt=\"Decorative image\" src=\"img/627b06cc4bb2f1d4eaf2f3be0510bd1a.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u00 73c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:20px 16px 20px 16px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" vertical-align=\"middle\" class=\"b fw-1\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:separate;width:202px;line-height:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" bgcolor=\"#ecfb00\" role=\"presentation\" style=\"border:none;border-radius:8px 8px 8px 8px;cursor:auto;mso-padding-alt:12px 0px 12px 0px;background:#ecfb00;\" valign=\"middle\"\u003e\n \u003ca href=\"#\" style=\"display:inline-block;width:202px;background:#ecfb00;color:#000000;font-family:'Poppins',Arial,sans-serif;font-size:13px;font-weight:normal;line-height:100%;margin:0;text-decoration:none;text-transform:none;padding:12px 0px 12px 0px;mso-padding-alt:0;border-radius:8px 8px 8px 8px;\" target=\"_blank\"\u003e\n \u003cspan style=\"font-siz 8e:14px;font-family:'Poppins',Arial,sans-serif;font-weight:500;color:#000000;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003e\n Manage Notifications\n \u003c/span\u003e\n \u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n\n\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding: 35px 32px 0px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:637px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc637 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:30px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;m 9so-ansi-font-size:16px;\"\u003e\n To avoid payment interruptions or failed transactions, please ensure that sufficient funds are available in this account.\n \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv class=\"xc637 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;padding-bottom:30px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n Thank you for choosing Sava for your financial needs. \n \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv class=\"xc1 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n : \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt=\"Decorative image\" src=\"img/ade587572367b349da5f184945872cb5.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n ; \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#fffffe;background-color:#fffffe;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#fffffe;background-color:#fffffe;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:0px 32px 32px 32px;text-align:left;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:top;width:647px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc647 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:top;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"x\" style=\"font-size:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:left;\"\u003e\n \u003cp style=\"Margin:0;text-align:left;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n \u003cspan style=\"font-size:16px;font-family:'Poppins',Arial,sans-serif;font-weight:300;color:#000000;line-height:150%;mso-line-height-alt:24px;mso-ansi-font-size:16px;\"\u003e\n Best regards,\u003cbr\u003e\n SAVA Application Team\n \u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n < \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class style=\"margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"direction:ltr;font-size:0;padding:0;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"\" style=\"width:801px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"pc100 ogf\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"padding:0;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"bg\" style=\"font-size:0;padding:0;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:695px;\"\u003e\n \u003cimg alt=\"Decorative image\" src=\"img/9581a6af2c49f9c15cd696e26806b5f9.jpg\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"695\" height=\"auto\"\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n = \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"r-outlook -outlook pr-16-outlook pl-16-outlook -outlook\" role=\"presentation\" style=\"width:801px;\" width=\"801\"\u003e\u003ctr\u003e\u003ctd style=\"line-height:0;font-size:0;mso-line-height-rule:exactly;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"r pr-16 pl-16\" style=\"background:#000000;background-color:#000000;margin:0px auto;max-width:801px;\"\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"background:#000000;background-color:#000000;width:100%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"border:none;direction:ltr;font-size:0;padding:22px 16px 16px 16px;text-align:center;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"c-outlook -outlook -outlook\" style=\"vertical-align:middle;width:679px;\"\u003e\n\u003c![endif]--\u003e\n \u003cdiv class=\"xc679 ogf c\" style=\"font-size:0;text-align:left;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n\n \u003cdiv class=\"xc678 ogf c\" style=\"font-size:0;text-align:center;direction:ltr;display:inline-block;vertical-align:middle;width:100%;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border:none;vertical-align:middle;\" width=\"100%\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"i m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"border-collapse:collapse;border-spacing:0;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width:74px;\"\u003e \u003cimg alt=\"SAVA Technologies logo\" src=\"https://e.hypermatic.com/00e6bf246d3a70a1db736c5219929820.png\" style=\"border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;\" title width=\"74\" height=\"auto\"\u003e\n \u003c/td\u003e\n > \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eSAVA\u0026nbsp;\u003c/span\u003e\u003cspan style=\"font-size:14px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:150%;mso-line-height-alt:22px;mso-ansi-font-size:14px;\"\u003eTechnologies\u003c/span\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ffffff;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\u0026nbsp;Pty\n Ltd\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\n \u003ca href=\"https://www.example.com/privacy\" style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;text-decoration:none;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003ePrivacy\u003c/a\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\u0026nbsp;l\u0026nbsp;\u003c/span\u003e\u003ca href=\"https://www.example.com/help\" style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;text-decoration:none;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eHelp\u003c/a\u003e\u003cspan style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:154%;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003e\u0026nbsp;l\u0026nbsp;\u003c/span\u003e\u003ca href=\"https://www.example.com/about-us\" style=\"font-size:13px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#ecfb00;line-height:154%;text-decoration:none;mso-line-height-alt:20px;mso-ansi-font-size:14px;\"\u003eAbout\n Us\u003c/a\u003e\n \u003c/p\u003e\n \u003c/div ?\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x m\" style=\"font-size:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003e\n \u003cspan style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ffffff;line-height:150%;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eThis\n email was sent to you by SAVA\n Technologies. You are receceiving this\n because you have decided to join our\n Spend Management community. If you wish\n to unsubscribe\u0026nbsp;\u003c/span\u003e\u003ca href=\"%7B%7Bunsubscribe%7D%7D\" style=\"font-size:10px;font-family:Poppins,Arial,sans-serif;font-weight:300;color:#ECFB00;line-height:150%;text-decoration:underline;mso-line-height-alt:16px;mso-ansi-font-size:10px;\"\u003eclick\n here\u003c/a\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"o m\" style=\"font-size:0;padding:0;padding-bottom:19px;word-break:break-word;\"\u003e\n \u003c!--[if mso | IE]\u003e\n\u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://za.linkedin.com/company/sava-africa\" target=\"\n @ _blank\"\u003e \u003cimg alt=\"LinkedIn icon\" title height=\"25\" src=\"https://e.hypermatic.com/16b7931199a21fb8bd4587fa449a0f78.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://www.facebook.com/SavaAfrica\" target=\"_blank\"\u003e\n \u003cimg alt=\"Facebook icon\" title height=\"25\" src=\"https://e.hypermatic.com/a8e11b9fd65de9af1d34ff24d296d4f8.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n A \u003ctbody\u003e\n \u003ctr class=\"e m\"\u003e\n \u003ctd style=\"padding:0 16px 0 0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:20px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:18px;vertical-align:middle;width:20px;\"\u003e\n \u003ca href=\"https://twitter.com/savabusiness\" target=\"_blank\"\u003e\n \u003cimg alt=\"Twitter icon\" title height=\"18\" src=\"https://e.hypermatic.com/2be3d60884b373afa9b96194ee1d9d06.png\" style=\"display:block;\" width=\"20\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003c![endif]--\u003e\n \u003ctable align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"float:none;display:inline-table;\"\u003e\n \u003ctbody\u003e\n \u003ctr class=\"e \"\u003e\n \u003ctd style=\"padding:0;padding-right:0;vertical-align:middle;\"\u003e\n \u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:25px;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"font-size:0;height:25px;vertical-align:middle;width:25px;\"\u003e\n \u003ca href=\"https://www.instagram.com/savaafrica/\" target=\"_blank\"\u003e\n \u003cimg alt=\"Instagram icon\" title height=\"25\" src=\"https://e.hypermatic.com/d6c74d0414ef5c11a71e11b5c44b9f1b.png\" style=\"display:block;\" width=\"25\"\u003e\u003c/a\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"center\" class=\"x\" style=\"font-size:0;padding-bottom:0;word-break:break-word;\"\u003e\n \u003cdiv style=\"text-align:center;\"\u003e\n \u003cp style=\"Margin:0;text-align:center;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e\n \u003cspan style=\"font-size:12px;font-family:Poppins,Arial,sans-serif;font-weight:400;color:#aaaaaa;line-height:150%;mso-line-height-alt:18px;mso-ansi-font-size:12px;\"\u003e3\n Alice Lane, 4th Floor, Sandton, Gauteng,\n South Africa\u0026nbsp;\u003c/span\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c!--[if mso | IE]\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c![endif]--\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e"}]**Evaluating Template Enhancements**
I'm now fully immersed in the template, having pinpointed several areas for improvement. I've formulated a comprehensive plan to boost accessibility by enhancing image `alt` attributes. I'll also refine the Call to Action button's contrast, remove a problematic negative padding, and fix a broken social media link with a placeholder. I'm also looking into the footer's links to be clickable and useful.
��\
UU3 o�{��,�4d6a370d-3380-44b2-8362-2471ff835f85f9828df6-47db-4ae1-b684-d808114fadd92026-01-21 10:16:36What can I improve in @index.html email template?
I have analyzed the `index.html` email template and identified several areas for improvement. I will update the file to enhance accessibility, readability, and overall template quality.
Here's a summary of the changes I'm making:
1. **Added a descriptive title** to the document for better email client rendering.
2. **Populated `a /