16 lines
422 B
PHP
16 lines
422 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>MYDNS Automated Response</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p> Good day {{ $mailData['pin']->owner }},</p><br>
|
|
<p>This email serves to notify you that you have been assigned a new PBX pin:</p><br>
|
|
|
|
<i><b><h3>Pin: {{ $mailData['pin']->pin}}</h3></b></i><br>
|
|
|
|
<p>Best Wishes,</p>
|
|
<p>MYDNS Teams Directory Services</p>
|
|
</body>
|
|
</html> |