mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 05:08:27 +00:00
- 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
11 lines
No EOL
264 B
PHP
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> |