flexisip-account-manager/flexiapi/resources/views/mails/newsletter_registration.blade.php
Timothée Jaussoin c65f1a804c UI and feature adjustments
- Add a toggle for the phone SMS registration/auth related features
- Add the newsletter email registration toggle
- Rename and move around views and controllers
- Refactor the login and registration forms
- Split the registration form in two, email and phone
2020-09-14 11:24:59 +02:00

11 lines
No EOL
264 B
PHP

<html>
<head>
<title>Mailing list email registration</title>
</head>
<body>
<p>Hello,</p>
<p>
The following email address wants to register to the mailing list: {{ $account->email }}.
</p>
</body>
</html>