flexisip-account-manager/flexiapi/resources/views/mails/confirmed_registration_text.blade.php
Timothée Jaussoin 30fcf9792f Update wording
Send a confirmation email when the password is set for the first time
Remove the API link from the menu and move it to the footer
Allow different domains to be set in the POST /api/accounts endpoints + related tests
Cleanup the API tests
Update the dependencies
2020-09-14 11:55:07 +02:00

20 lines
No EOL
647 B
PHP

Registration confirmed {{ config('app.name') }}
Hello,
Your SIP account has been successfully created using {{ config('app.name') }}.
You can now configure this account on any SIP-compatible application using the following parameters:
SIP address: sip:{{ $account->identifier }}
Username: {{ $account->username }}
Domain: {{ $account->domain }}
@if (!empty(config('app.proxy_registrar_address')))
Proxy/registrar address: sip:{{ config('app.proxy_registrar_address') }}
@endif
@if (!empty(config('app.transport_protocol')))
Transport: {{ config('app.transport_protocol') }}
@endif
Regards,
{{ config('mail.signature') }}