Files
old-wiaas-legacy/api-wiaas/server/components/v1/utils/mail_templates/testTemplate.php
2018-06-11 11:09:35 +02:00

14 lines
189 B
PHP

<html>
<head>
<title></title>
</head>
<body>
Hello, <br/>
This is a test message sent using SendGrid!<br/>
Variables can be used in templates: {variable}
</body>
</html>