25 lines
550 B
Twig
25 lines
550 B
Twig
|
<html>
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<title>Spacejewel Hosting - Account Information Updated</title>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<pre>
|
||
|
|
||
|
Hello there {{ Name }},
|
||
|
|
||
|
We have received a request to update your customer information present in our database.
|
||
|
The information you updated previously has been refreshed on all our services.
|
||
|
|
||
|
Regards,
|
||
|
Spacejewel Billing System
|
||
|
|
||
|
</pre>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|