14 lines
189 B
PHP
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>
|