Warning (2) : Undefined array key "name" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 133]
Warning (2) : Undefined array key "ruby" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 134]
Warning (2) : Undefined array key "type" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 136]
Warning (2) : Undefined array key "postal1" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 139]
Warning (2) : Undefined array key "postal2" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 139]
Warning (2) : Undefined array key "pref" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 142]
Warning (2) : Undefined array key "address" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 142]
Warning (2) : Undefined array key "" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 237]
Warning (2) : Undefined array key "telno" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 145]
Warning (2) : Undefined array key "mail" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 146]
Warning (2) : Undefined array key "content" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 148]
Warning (2) : Undefined array key "mail" [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/src/Controller/ContactsController.php, line 168]
Warning (512) : Unable to emit headers. Headers sent in file=/home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Cake\Mailer\Message::validateEmail(): Argument #1 ($email) must be of type string, null given, called in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Mailer/Message.php on line 692

Cake\Mailer\Message::validateEmail(): Argument #1 ($email) must be of type string, null given, called in /home/ainetsrvc/ainetgrp.co.jp/public_html/ssl/ainetgrp/form/vendor/cakephp/cakephp/src/Mailer/Message.php on line 692 📋

TypeError
Toggle Vendor Stack Frames
     */
    protected function setEmail(string $varName$email, ?string $name)
    {
        if (!is_array($email)) {
            $this->validateEmail($email$varName);
            $this->{$varName} = [$email => $name ?? $email];
            return $this;
        }
Error in: ROOT/vendor/cakephp/cakephp/src/Mailer/Message.php, line 718

If you want to customize this error message, create templates/Error/error500.php