@if ( Auth::user()->customer->subscription->plan->useOwnSendingServer() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnEmails() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnEmailsRemotely() ) {
  • {{ trans('messages.email_addresses') }}
  • @endif @if ( Auth::user()->customer->subscription->plan->useOwnSendingServer() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnDomains() ) {
  • {{ trans('messages.domains') }}
  • @endif