flexisip-account-manager/flexiapi/resources/views/mails/confirmed_registration_text.blade.php
2025-03-05 15:48:55 +01:00

26 lines
No EOL
763 B
PHP

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