flexisip-account-manager/flexiapi/resources/views/mails/confirmed_registration_text.blade.php
Timothée Jaussoin 9326245cfb Add a Privacy page + validation
Slight UI adjustments
Allow Markdown in the intro text
Add toggle for Devices Management panel
2020-09-24 15:16:25 +02:00

20 lines
No EOL
616 B
PHP

Registration confirmed {{ config('app.name') }}
Hello,
Your SIP account has been successfully created.
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') }}