RaptusBackend / config /MailConfig.js
GitHub Actions
Initial commit
df72131
raw
history blame
126 kB
const nodemailer = require('nodemailer');
let mailTransporter = nodemailer.createTransport({
service: 'gmail',
auth: {
user: '[email protected]',
pass: process.env.EMAILPASSWORD
}
});
exports.sendMailLeader=function(emailto, subject, teamname,teamcode,name) {
let mailDetails = {
from: '[email protected]',
to: emailto,
subject: subject,
html:
`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta charset="UTF-8" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="telephone=no" name="format-detection" />
<title>New message</title>
<!--[if (mso 16)]>
<style type="text/css">
a {
text-decoration: none;
}
</style>
<![endif]-->
<!--[if gte mso 9
]><style>
sup {
font-size: 100% !important;
}
</style><!
[endif]-->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if !mso]><!-- -->
<link
href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i"
rel="stylesheet"
/>
<!--<![endif]-->
<style type="text/css">
.rollover:hover .rollover-first {
max-height: 0px !important;
display: none !important;
}
.rollover:hover .rollover-second {
max-height: none !important;
display: inline-block !important;
}
.rollover div {
font-size: 0px;
}
u ~ div img + div > div {
display: none;
}
#outlook a {
padding: 0;
}
span.MsoHyperlink,
span.MsoHyperlinkFollowed {
color: inherit;
mso-style-priority: 99;
}
a.es-button {
mso-style-priority: 100 !important;
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.es-desk-hidden {
display: none;
float: left;
overflow: hidden;
width: 0;
max-height: 0;
line-height: 0;
mso-hide: all;
}
.es-header-body a:hover {
color: #2cb543 !important;
}
.es-content-body a:hover {
color: #2cb543 !important;
}
.es-footer-body a:hover {
color: #ffffff !important;
}
.es-infoblock a:hover {
color: #cccccc !important;
}
.es-button-border:hover {
border-color: #42d159 #42d159 #42d159 #42d159 !important;
background: #56d66b !important;
}
.es-button-border:hover a.es-button,
.es-button-border:hover button.es-button {
background: #56d66b !important;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 30px !important;
text-align: left;
}
h2 {
font-size: 24px !important;
text-align: left;
}
h3 {
font-size: 20px !important;
text-align: left;
}
*[class="gmail-fix"] {
display: none !important;
}
p,
a {
line-height: 150% !important;
}
h1,
h1 a {
line-height: 120% !important;
}
h2,
h2 a {
line-height: 120% !important;
}
h3,
h3 a {
line-height: 120% !important;
}
h4,
h4 a {
line-height: 120% !important;
}
h5,
h5 a {
line-height: 120% !important;
}
h6,
h6 a {
line-height: 120% !important;
}
.es-header-body p {
}
.es-content-body p {
}
.es-footer-body p {
}
.es-infoblock p {
}
h4 {
font-size: 24px !important;
text-align: left;
}
h5 {
font-size: 20px !important;
text-align: left;
}
h6 {
font-size: 16px !important;
text-align: left;
}
.es-header-body h1 a,
.es-content-body h1 a,
.es-footer-body h1 a {
font-size: 30px !important;
}
.es-header-body h2 a,
.es-content-body h2 a,
.es-footer-body h2 a {
font-size: 24px !important;
}
.es-header-body h3 a,
.es-content-body h3 a,
.es-footer-body h3 a {
font-size: 20px !important;
}
.es-header-body h4 a,
.es-content-body h4 a,
.es-footer-body h4 a {
font-size: 24px !important;
}
.es-header-body h5 a,
.es-content-body h5 a,
.es-footer-body h5 a {
font-size: 20px !important;
}
.es-header-body h6 a,
.es-content-body h6 a,
.es-footer-body h6 a {
font-size: 16px !important;
}
.es-menu td a {
font-size: 14px !important;
}
.es-header-body p,
.es-header-body a {
font-size: 14px !important;
}
.es-content-body p,
.es-content-body a {
font-size: 14px !important;
}
.es-footer-body p,
.es-footer-body a {
font-size: 14px !important;
}
.es-infoblock p,
.es-infoblock a {
font-size: 12px !important;
}
.es-m-txt-c,
.es-m-txt-c h1,
.es-m-txt-c h2,
.es-m-txt-c h3,
.es-m-txt-c h4,
.es-m-txt-c h5,
.es-m-txt-c h6 {
text-align: center !important;
}
.es-m-txt-r,
.es-m-txt-r h1,
.es-m-txt-r h2,
.es-m-txt-r h3,
.es-m-txt-r h4,
.es-m-txt-r h5,
.es-m-txt-r h6 {
text-align: right !important;
}
.es-m-txt-j,
.es-m-txt-j h1,
.es-m-txt-j h2,
.es-m-txt-j h3,
.es-m-txt-j h4,
.es-m-txt-j h5,
.es-m-txt-j h6 {
text-align: justify !important;
}
.es-m-txt-l,
.es-m-txt-l h1,
.es-m-txt-l h2,
.es-m-txt-l h3,
.es-m-txt-l h4,
.es-m-txt-l h5,
.es-m-txt-l h6 {
text-align: left !important;
}
.es-m-txt-r img,
.es-m-txt-c img,
.es-m-txt-l img,
.es-m-txt-r .rollover:hover .rollover-second,
.es-m-txt-c .rollover:hover .rollover-second,
.es-m-txt-l .rollover:hover .rollover-second {
display: inline !important;
}
.es-m-txt-r .rollover div,
.es-m-txt-c .rollover div,
.es-m-txt-l .rollover div {
line-height: 0 !important;
font-size: 0 !important;
}
.es-spacer {
display: inline-table;
}
a.es-button,
button.es-button {
font-size: 18px !important;
}
.es-m-fw,
.es-m-fw.es-fw,
.es-m-fw .es-button {
display: block !important;
}
.es-m-il,
.es-m-il .es-button,
.es-social,
.es-social td,
.es-menu {
display: inline-block !important;
}
.es-adaptive table,
.es-left,
.es-right {
width: 100% !important;
}
.es-content table,
.es-header table,
.es-footer table,
.es-content,
.es-footer,
.es-header {
width: 100% !important;
max-width: 600px !important;
}
.adapt-img:not([src*="default-img"]) {
width: 100% !important;
height: auto !important;
}
.adapt-img-1{
max-width: 280px;
}
.es-mobile-hidden,
.es-hidden {
display: none !important;
}
.es-desk-hidden {
width: auto !important;
overflow: visible !important;
float: none !important;
max-height: inherit !important;
line-height: inherit !important;
display: table-row !important;
}
tr.es-desk-hidden {
display: table-row !important;
}
table.es-desk-hidden {
display: table !important;
}
td.es-desk-menu-hidden {
display: table-cell !important;
}
.es-menu td {
width: 1% !important;
}
table.es-table-not-adapt,
.esd-block-html table {
width: auto !important;
}
.es-social td {
padding-bottom: 10px;
}
a.es-button,
button.es-button {
display: inline-block !important;
}
.es-button-border {
display: inline-block !important;
}
.h-auto {
height: auto !important;
}
}
</style>
</head>
<body
data-new-gr-c-s-loaded="14.1114.0"
style="width: 100%; height: 100%; padding: 0; margin: 0"
>
<div class="es-wrapper-color" style="background-color: #ffffff">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" color="#ffffff"></v:fill>
</v:background>
<![endif]-->
<table
class="es-wrapper"
width="100%"
cellspacing="0"
cellpadding="0"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background-repeat: repeat;
background-position: center top;
background-color: #ffffff;
"
>
<tr>
<td valign="top" style="padding: 0; margin: 0">
<table
class="es-header"
cellspacing="0"
cellpadding="0"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
table-layout: fixed !important;
background-color: transparent;
background-repeat: repeat;
background-position: center top;
"
>
<tr>
<td align="center" style="padding: 0; margin: 0">
<table
class="es-header-body"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
background-color: #ffffff;
width: 600px;
"
>
<tr>
<td
align="left"
bgcolor="#055698"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #055698;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
>
<table
border="0"
width="100%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 0px solid #cccccc;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_d3cd994293c9550cd112eaa12806471a6a6e3a4dbc9579122a24e6edee2eec70/images/tracedlogo_white.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
border-radius: 0px;
"
height="118"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
class="es-footer"
cellspacing="0"
cellpadding="0"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
table-layout: fixed !important;
background-color: transparent;
background-repeat: repeat;
background-position: center top;
"
>
<tr>
<td align="center" style="padding: 0; margin: 0">
<table
class="es-footer-body"
cellspacing="0"
cellpadding="0"
bgcolor="#000000"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
background-color: #000000;
width: 600px;
"
>
<tr>
<td align="left" style="padding: 0; margin: 0">
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 600px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 30px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 108px;
letter-spacing: 0;
color: #ffffff;
font-size: 72px;
"
>
RAPTUS
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
border-radius: 5px 0px 0px;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 15px;
padding-bottom: 25px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
Hi <strong>${name}</strong> !&nbsp;
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
<br />
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
Thank you for registering to Raptus.
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 32px;
letter-spacing: 0;
color: #ffffff;
font-size: 32px;
"
>
<br />
</p>
</td>
</tr>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_3606c779213f43f2ab934196a90fdc2a50e7fd745fc1247465073c4b5f6b7397/images/hacker2_1.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
height="314"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 39px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
You have been registered by the team name
<strong>${teamname} </strong>and&nbsp; team
code<strong> ${teamcode}.</strong>
</p>
<br><br>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 39px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
<strong></strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-left: 40px;
padding-right: 40px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 520px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
bgcolor="#000000"
>
<table
border="0"
width="80%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 3px solid #055698;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="padding: 0; margin: 0">
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 600px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
<strong>The Heist Begins in&nbsp;</strong>
</p>
</td>
</tr>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-top: 20px;
"
>
<img
class="adapt-img-1"
alt
width="403"
src="https://cdt-timer.stripocdn.email/api/v1/images/4Rbn4SaNeRGahta0O_yrP4cLPBoO0wiwdB8nQ4VzIA4?time=1688665886814"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/>
</td>
</tr>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
Date : <strong>July 21 </strong>
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
Time :<strong> 6 p.m.</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-bottom: 20px;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_d3cd994293c9550cd112eaa12806471a6a6e3a4dbc9579122a24e6edee2eec70/images/raptus_logo_white.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
width="194"
/>
</td>
</tr>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
bgcolor="#000000"
>
<table
border="0"
width="80%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 3px solid #055698;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 25px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 41px;
letter-spacing: 0;
color: #ffffff;
font-size: 27px;
"
>
See you there!
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#055698"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #055698;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="left"
style="padding: 0; margin: 0; width: 560px"
>
<table
width="100%"
cellspacing="0"
cellpadding="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-bottom: 10px;
font-size: 0;
"
>
<table
cellpadding="0"
cellspacing="0"
class="es-table-not-adapt es-social"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.instagram.com/ccs_tiet/"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Instagram"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/instagram-circle-white-bordered.png"
alt="Ig"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.youtube.com/@ccstiet5176"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Youtube"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/youtube-circle-white-bordered.png"
alt="Yt"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.linkedin.com/company/ccs-tiet/?originalSubdomain=in"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Linkedin"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/linkedin-circle-white-bordered.png"
alt="In"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://discord.gg/YCe6vc2AeE"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Discord"
src="https://xizznc.stripocdn.email/content/assets/img/messenger-icons/circle-white-bordered/discort-circle-white-bordered.png"
alt="Discord"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="padding: 0; margin: 0"
>
<a
target="_blank"
href="https://www.twitter.com/ccstiet"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Twitter"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/twitter-circle-white-bordered.png"
alt="Tw"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
`
};
mailTransporter.sendMail(mailDetails, function (err, data) {
if (err) {
console.log(err);
} else {
console.log('Email sent successfully');
}
});
}
exports.sendMailMember = function (emailto, subject, teamname, teamcode, name) {
let mailDetails = {
from: '[email protected]',
to: emailto,
subject: subject,
html:
`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta charset="UTF-8" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="telephone=no" name="format-detection" />
<title>New message</title>
<!--[if (mso 16)]>
<style type="text/css">
a {
text-decoration: none;
}
</style>
<![endif]-->
<!--[if gte mso 9
]><style>
sup {
font-size: 100% !important;
}
</style><!
[endif]-->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if !mso]><!-- -->
<link
href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i"
rel="stylesheet"
/>
<!--<![endif]-->
<style type="text/css">
.rollover:hover .rollover-first {
max-height: 0px !important;
display: none !important;
}
.rollover:hover .rollover-second {
max-height: none !important;
display: inline-block !important;
}
.rollover div {
font-size: 0px;
}
u ~ div img + div > div {
display: none;
}
#outlook a {
padding: 0;
}
span.MsoHyperlink,
span.MsoHyperlinkFollowed {
color: inherit;
mso-style-priority: 99;
}
a.es-button {
mso-style-priority: 100 !important;
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.es-desk-hidden {
display: none;
float: left;
overflow: hidden;
width: 0;
max-height: 0;
line-height: 0;
mso-hide: all;
}
.es-header-body a:hover {
color: #2cb543 !important;
}
.es-content-body a:hover {
color: #2cb543 !important;
}
.es-footer-body a:hover {
color: #ffffff !important;
}
.es-infoblock a:hover {
color: #cccccc !important;
}
.es-button-border:hover {
border-color: #42d159 #42d159 #42d159 #42d159 !important;
background: #56d66b !important;
}
.es-button-border:hover a.es-button,
.es-button-border:hover button.es-button {
background: #56d66b !important;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 30px !important;
text-align: left;
}
h2 {
font-size: 24px !important;
text-align: left;
}
h3 {
font-size: 20px !important;
text-align: left;
}
*[class="gmail-fix"] {
display: none !important;
}
p,
a {
line-height: 150% !important;
}
h1,
h1 a {
line-height: 120% !important;
}
h2,
h2 a {
line-height: 120% !important;
}
h3,
h3 a {
line-height: 120% !important;
}
h4,
h4 a {
line-height: 120% !important;
}
h5,
h5 a {
line-height: 120% !important;
}
h6,
h6 a {
line-height: 120% !important;
}
.es-header-body p {
}
.es-content-body p {
}
.es-footer-body p {
}
.es-infoblock p {
}
h4 {
font-size: 24px !important;
text-align: left;
}
h5 {
font-size: 20px !important;
text-align: left;
}
h6 {
font-size: 16px !important;
text-align: left;
}
.es-header-body h1 a,
.es-content-body h1 a,
.es-footer-body h1 a {
font-size: 30px !important;
}
.es-header-body h2 a,
.es-content-body h2 a,
.es-footer-body h2 a {
font-size: 24px !important;
}
.es-header-body h3 a,
.es-content-body h3 a,
.es-footer-body h3 a {
font-size: 20px !important;
}
.es-header-body h4 a,
.es-content-body h4 a,
.es-footer-body h4 a {
font-size: 24px !important;
}
.es-header-body h5 a,
.es-content-body h5 a,
.es-footer-body h5 a {
font-size: 20px !important;
}
.es-header-body h6 a,
.es-content-body h6 a,
.es-footer-body h6 a {
font-size: 16px !important;
}
.es-menu td a {
font-size: 14px !important;
}
.es-header-body p,
.es-header-body a {
font-size: 14px !important;
}
.es-content-body p,
.es-content-body a {
font-size: 14px !important;
}
.es-footer-body p,
.es-footer-body a {
font-size: 14px !important;
}
.es-infoblock p,
.es-infoblock a {
font-size: 12px !important;
}
.es-m-txt-c,
.es-m-txt-c h1,
.es-m-txt-c h2,
.es-m-txt-c h3,
.es-m-txt-c h4,
.es-m-txt-c h5,
.es-m-txt-c h6 {
text-align: center !important;
}
.es-m-txt-r,
.es-m-txt-r h1,
.es-m-txt-r h2,
.es-m-txt-r h3,
.es-m-txt-r h4,
.es-m-txt-r h5,
.es-m-txt-r h6 {
text-align: right !important;
}
.es-m-txt-j,
.es-m-txt-j h1,
.es-m-txt-j h2,
.es-m-txt-j h3,
.es-m-txt-j h4,
.es-m-txt-j h5,
.es-m-txt-j h6 {
text-align: justify !important;
}
.es-m-txt-l,
.es-m-txt-l h1,
.es-m-txt-l h2,
.es-m-txt-l h3,
.es-m-txt-l h4,
.es-m-txt-l h5,
.es-m-txt-l h6 {
text-align: left !important;
}
.es-m-txt-r img,
.es-m-txt-c img,
.es-m-txt-l img,
.es-m-txt-r .rollover:hover .rollover-second,
.es-m-txt-c .rollover:hover .rollover-second,
.es-m-txt-l .rollover:hover .rollover-second {
display: inline !important;
}
.es-m-txt-r .rollover div,
.es-m-txt-c .rollover div,
.es-m-txt-l .rollover div {
line-height: 0 !important;
font-size: 0 !important;
}
.es-spacer {
display: inline-table;
}
a.es-button,
button.es-button {
font-size: 18px !important;
}
.es-m-fw,
.es-m-fw.es-fw,
.es-m-fw .es-button {
display: block !important;
}
.es-m-il,
.es-m-il .es-button,
.es-social,
.es-social td,
.es-menu {
display: inline-block !important;
}
.es-adaptive table,
.es-left,
.es-right {
width: 100% !important;
}
.es-content table,
.es-header table,
.es-footer table,
.es-content,
.es-footer,
.es-header {
width: 100% !important;
max-width: 600px !important;
}
.adapt-img:not([src*="default-img"]) {
width: 100% !important;
height: auto !important;
}
.adapt-img-1{
max-width: 280px;
}
.es-mobile-hidden,
.es-hidden {
display: none !important;
}
.es-desk-hidden {
width: auto !important;
overflow: visible !important;
float: none !important;
max-height: inherit !important;
line-height: inherit !important;
display: table-row !important;
}
tr.es-desk-hidden {
display: table-row !important;
}
table.es-desk-hidden {
display: table !important;
}
td.es-desk-menu-hidden {
display: table-cell !important;
}
.es-menu td {
width: 1% !important;
}
table.es-table-not-adapt,
.esd-block-html table {
width: auto !important;
}
.es-social td {
padding-bottom: 10px;
}
a.es-button,
button.es-button {
display: inline-block !important;
}
.es-button-border {
display: inline-block !important;
}
.h-auto {
height: auto !important;
}
}
</style>
</head>
<body
data-new-gr-c-s-loaded="14.1114.0"
style="width: 100%; height: 100%; padding: 0; margin: 0"
>
<div class="es-wrapper-color" style="background-color: #ffffff">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" color="#ffffff"></v:fill>
</v:background>
<![endif]-->
<table
class="es-wrapper"
width="100%"
cellspacing="0"
cellpadding="0"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background-repeat: repeat;
background-position: center top;
background-color: #ffffff;
"
>
<tr>
<td valign="top" style="padding: 0; margin: 0">
<table
class="es-header"
cellspacing="0"
cellpadding="0"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
table-layout: fixed !important;
background-color: transparent;
background-repeat: repeat;
background-position: center top;
"
>
<tr>
<td align="center" style="padding: 0; margin: 0">
<table
class="es-header-body"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
background-color: #ffffff;
width: 600px;
"
>
<tr>
<td
align="left"
bgcolor="#055698"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #055698;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
>
<table
border="0"
width="100%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 0px solid #cccccc;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_d3cd994293c9550cd112eaa12806471a6a6e3a4dbc9579122a24e6edee2eec70/images/tracedlogo_white.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
border-radius: 0px;
"
height="118"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
class="es-footer"
cellspacing="0"
cellpadding="0"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
table-layout: fixed !important;
background-color: transparent;
background-repeat: repeat;
background-position: center top;
"
>
<tr>
<td align="center" style="padding: 0; margin: 0">
<table
class="es-footer-body"
cellspacing="0"
cellpadding="0"
bgcolor="#000000"
align="center"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
background-color: #000000;
width: 600px;
"
>
<tr>
<td align="left" style="padding: 0; margin: 0">
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 600px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 30px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 108px;
letter-spacing: 0;
color: #ffffff;
font-size: 72px;
"
>
RAPTUS
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
border-radius: 5px 0px 0px;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 15px;
padding-bottom: 25px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
Hi <strong>${name}</strong> !&nbsp;
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
<br />
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 26px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
Thank you for registering to Raptus.
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 32px;
letter-spacing: 0;
color: #ffffff;
font-size: 32px;
"
>
<br />
</p>
</td>
</tr>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_3606c779213f43f2ab934196a90fdc2a50e7fd745fc1247465073c4b5f6b7397/images/hacker2_1.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
height="314"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 39px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
You have been registered by the team name
<strong>${teamname} </strong>and&nbsp; team
code<strong> ${teamcode}.</strong>
</p>
<br><br>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 39px;
letter-spacing: 0;
color: #ffffff;
font-size: 26px;
"
>
<strong></strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-left: 40px;
padding-right: 40px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 520px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
bgcolor="#000000"
>
<table
border="0"
width="80%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 3px solid #055698;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="padding: 0; margin: 0">
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 600px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
<strong>The Heist Begins in&nbsp;</strong>
</p>
</td>
</tr>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-top: 20px;
"
>
<img
class="adapt-img-1"
alt
width="403"
src="https://cdt-timer.stripocdn.email/api/v1/images/4Rbn4SaNeRGahta0O_yrP4cLPBoO0wiwdB8nQ4VzIA4?time=1688665886814"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/>
</td>
</tr>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
Date : <strong>July 21 </strong>
</p>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 42px;
letter-spacing: 0;
color: #ffffff;
font-size: 28px;
"
>
Time :<strong> 6 p.m.</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="padding: 0; margin: 0; width: 560px"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-bottom: 20px;
font-size: 0px;
"
>
<img
class="adapt-img-1"
src="https://xizznc.stripocdn.email/content/guids/CABINET_d3cd994293c9550cd112eaa12806471a6a6e3a4dbc9579122a24e6edee2eec70/images/raptus_logo_white.png"
alt
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
width="194"
/>
</td>
</tr>
<tr>
<td
align="center"
style="padding: 0; margin: 0; font-size: 0"
bgcolor="#000000"
>
<table
border="0"
width="80%"
height="100%"
cellpadding="0"
cellspacing="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
style="
padding: 0;
margin: 0;
border-bottom: 3px solid #055698;
background: unset;
height: 1px;
width: 100%;
margin: 0px;
"
></td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="center"
bgcolor="#000000"
style="
padding: 0;
margin: 0;
padding-top: 25px;
padding-bottom: 25px;
"
>
<p
style="
margin: 0;
mso-line-height-rule: exactly;
font-family: Oswald,Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 41px;
letter-spacing: 0;
color: #ffffff;
font-size: 27px;
"
>
See you there!
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
align="left"
bgcolor="#055698"
style="
padding: 0;
margin: 0;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
background-color: #055698;
"
>
<table
cellpadding="0"
cellspacing="0"
width="100%"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="left"
style="padding: 0; margin: 0; width: 560px"
>
<table
width="100%"
cellspacing="0"
cellpadding="0"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
style="
padding: 0;
margin: 0;
padding-bottom: 10px;
font-size: 0;
"
>
<table
cellpadding="0"
cellspacing="0"
class="es-table-not-adapt es-social"
role="presentation"
style="
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
border-spacing: 0px;
"
>
<tr>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.instagram.com/ccs_tiet/"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Instagram"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/instagram-circle-white-bordered.png"
alt="Ig"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.youtube.com/@ccstiet5176"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Youtube"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/youtube-circle-white-bordered.png"
alt="Yt"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://www.linkedin.com/company/ccs-tiet/?originalSubdomain=in"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Linkedin"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/linkedin-circle-white-bordered.png"
alt="In"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="
padding: 0;
margin: 0;
padding-right: 10px;
"
>
<a
target="_blank"
href="https://discord.gg/YCe6vc2AeE"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Discord"
src="https://xizznc.stripocdn.email/content/assets/img/messenger-icons/circle-white-bordered/discort-circle-white-bordered.png"
alt="Discord"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
<td
align="center"
valign="top"
style="padding: 0; margin: 0"
>
<a
target="_blank"
href="https://www.twitter.com/ccstiet"
style="
mso-line-height-rule: exactly;
text-decoration: underline;
color: #ffffff;
font-size: 14px;
"
><img
title="Twitter"
src="https://xizznc.stripocdn.email/content/assets/img/social-icons/circle-white-bordered/twitter-circle-white-bordered.png"
alt="Tw"
width="32"
style="
display: block;
font-size: 14px;
border: 0;
outline: none;
text-decoration: none;
"
/></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
`
};
mailTransporter.sendMail(mailDetails, function (err, data) {
if (err) {
console.log(err);
} else {
console.log('Email sent successfully');
}
});
}