flex-template-web/ext/default-mail-templates/user-joined/user-joined-html.html
Boyan Tabakov 1202b6158f Move default mail templates to default directory
This makes it easier to merge changes to customization projects
2018-03-13 11:35:06 +02:00

9 lines
No EOL
191 B
HTML

<html>
<body>
<p>Hello {{recipient.first-name}},</p>
<p>Welcome to <em>{{marketplace.name}}</em>!</p>
<p>Best regards,<br />The {{marketplace.name}} team</p>
</body>
</html>