flexisip-account-manager/flexiapi/resources/views/mails/changed_email.blade.php
Timothée Jaussoin f3ba51682f Complete email + SMS authentication
Also send an email when the email was changed
2020-09-14 11:24:59 +02:00

15 lines
No EOL
337 B
PHP

<html>
<head>
<title>Changing your email address</title>
</head>
<body>
<p>Hello,</p>
<p>
You have changed your email address to the current one on {{ config('app.name') }}.
</p>
<p>
Regards,<br />
The Linphone team.
</p>
</body>
</html>