@extends('layouts.app') @section('title', 'メール・LINE配信 - 送信ドメイン認証(DKIM・DMARC)') @section('delivery-primary-tabs') @include('account.partials.mail-delivery-primary-tabs', ['mailDeliveryTab' => 'dkim']) @endsection @section('page-subtitle', 'この画面は送信ドメイン認証(DKIM・DMARC)です。各タブにマウスを乗せると説明が出ます。メールを実際に送る準備(SMTPなど)は「送信用アカウント」→一覧の「各種設定」へ。') @push('styles') @include('account.partials.dkim-mail-domain-styles') @endpush @section('content') @include('account.partials.dkim-mail-domain-panel', ['fromSetup' => false]) @endsection @push('scripts') @include('account.partials.dkim-mail-domain-scripts') @endpush