UNPKG
email-sender-sdn
Version:
latest (1.0.1)
1.0.1
1.0.0
Reusable email sender with support for HTML, plain text, templates, and attachments.
email-sender-sdn
/
templates
/
welcome.hbs.txt
9 lines
(8 loc)
•
160 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
<!DOCTYPE
html
>
<
html
>
<
body
>
<
h1
>
Hello, {{name}}!
</
h1
>
<
p
>
Welcome to our platform.
</
p
>
<
p
>
Your email is {{email}}.
</
p
>
</
body
>
</
html
>