📧 Email template sample
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Logyca Notification</title>
</head>
<body style="margin:0; padding:0; font-family: Arial, sans-serif; background-color:#f4f4f4;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table width="600" cellpadding="0" cellspacing="0" style="background-color:#ffffff; padding:24px;">
<!-- Header -->
<tr>
<td align="center" style="padding-bottom:20px;">
<img
src="https://media.logyca.com/images/branding/shared/v1/email/logo-email.png"
alt="Logyca"
width="180"
style="display:block;"
/>
</td>
</tr>
<!-- Title -->
<tr>
<td style="font-size:20px; font-weight:bold; color:#003366; padding-bottom:12px;">
Important Notification
</td>
</tr>
<!-- Content -->
<tr>
<td style="font-size:14px; color:#333333; line-height:1.6;">
This is an example of a corporate email template using Logyca branding.
<br /><br />
Please review the information carefully and contact support if you have any questions.
</td>
</tr>
<!-- Footer -->
<tr>
<td style="padding-top:24px; font-size:12px; color:#777777;">
© Logyca. All rights reserved.
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>