Closed aditya-garg-09-01-2002 closed 2 weeks ago
on this things we can discuss and can go ahead also
Hi Sorry can I work in this also previously you assigned me for test case issue
I list the things to be done below @chavdarohit
[x] Creating an assets folder in the src folder, where your templates can exist.
[x] You will need to create a .hbs file as a template
[x] I have created a similar template in my previous projects as below (here {{variable_name}} represents variables which are compiled from .hbs to .HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
div,ul,li,span{
color: black;
}
</style>
</head>
<body>
{{!-- <div style="width:100%; display:flex; flex-direction: row-reverse">
<img src="data:image/jpg;base64,{{encodedLogo}}" style="height:60px;width:150px"/>
</div> --}}
<div style="border:20px solid rgb(240, 240, 240);padding:20px;color:black">
<div style="background-color:white;text-wrap:wrap;color:black !important">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cupiditate, debitis asperiores atque soluta quo modi dolor veritatis voluptatum, incidunt excepturi eveniet corrupti adipisci, velit accusantium eius quidem inventore ipsam natus.
</div>
</div>
This is a system generated mail
</body>
</html>
[x] Creation of templates will take place for following task -
Once these templates are done, we can create a new issue for integrating these templates for been send to the actual users. (if you are comfortable with javascript or typescript you can tell).
Also @shaikmynuddin if you are comfortable with javascript or typescript, I can create a new issue for integrating these template. I will be helping over doing that as well, if you like.
yaah i can work on this as per your guidance also you can create a new issue for integrating on js or ts i am familiar with both so you can assign it to me
Thanks also i want to ask for all 3 case you want three different .hbs file templates am i correct ?
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context