{{ __("Configuration") }} {{ __("TMail specific settings which are applied on the App functionality.") }}
@foreach ($domains as $domain) @if ($domain->is_active) @endif @endforeach
{{ __("Pre-selected domain in the dropdown while your user creates the email IDs.") }}
{{ __("If you enable this, then TMail will automatically add the created temp mail to the page title.") }}
{{ __("Limit on number of email ids that can be created per IP address in 24 hours. Recommended - 5.") }}
{{ __("Limit of messages retrived at a time. Keep it to as low as possible. Default - 15.") }}
@if (config("app.settings.engine") == "delivery") @endif
@foreach ($state["forbidden_ids"] as $key => $value)
@endforeach {{ __("Add") }}
{{ __("Emails from this domain(s) will be marked as BLOCKED on the site") }} @foreach ($state["blocked_domains"] as $key => $value)
@endforeach {{ __("Add") }}
{{ __("Caution: ") }} {{ __("Only emails from this domain(s) will be allowed on the site, all others will be blocked by default.") }} @foreach ($state["allowed_domains"] as $key => $value)
@endforeach {{ __("Add") }}
{{ __("Caution: ") }} {{ __("For Advance Users Only!") }} {{ __("View Reference") }}
{{ __("Above are character limits for username on custom email address.") }}
{{ __("If you enable this, same email address cannot be created by user from different IP for one week.") }}
{{ __("Number of days after which used email ID is available to re-use.") }}
@if ($state["captcha"] == "recaptcha2")
@elseif ($state["captcha"] == "recaptcha3")
@elseif ($state["captcha"] == "hcaptcha")
@endif
{{ __("File extensions separated by a common without any spaces") }}
{{ __("Saved.") }} {{ __("Save") }}