Re5: 問合せフォームが送信できません env修正後
2024年4月21日 22時57分 [公星]
解決に至らず、申し訳ございません。
自分のさくらのレンタルサーバーで検証したところ、以下のようになりました。
該当するエラーがあればよいのですが、ない場合は何か追加情報をください。
よろしくお願いします。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
○ MAIL_DRIVER=smtp を間違えてみた
○ MAIL_HOST=独自ドメイン または 初期ドメイン.sakura.ne.jp を間違えてみた
Connection could not be established with host example.com :stream_socket_client(): php_network_getaddresses: getaddrinfo for example.com failed: Name does not resolve
○ MAIL_PORT=587 を間違えてみた(58799にした)
Connection could not be established with host example.com :stream_socket_client(): Unable to connect to tcp://example.com:58799 (Connection refused)
○ MAIL_USERNAME= を間違えてみた
Expected response code 250 but got code "530", with message "530 5.7.0 Authentication required "
○ MAIL_PASSWORD= を間違えてみた
Failed to authenticate on SMTP server with username "指定したMAIL_USERNAME" using 3 possible authenticators. Authenticator CRAM-MD5 returned Expected response code 235 but got code "535", with message "535 5.7.0 authentication failed ". Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 5.7.0 authentication failed ". Authenticator PLAIN returned Expected response code 235 but got code "535", with message "535 5.7.0 authentication failed ".
○ MAIL_ENCRYPTION=tls を間違えてみた(tlsaaと書いた)
Connection could not be established with host example.com :stream_socket_client(): Unable to connect to tlsaa://example.com:587 (Unable to find the socket transport "tlsaa" - did you forget to enable it when you configured PHP?)
○ MAIL_FROM_ADDRESS= を間違えてみた
Expected response code 250 but got code "553", with message "553 5.1.8 <間違えたメールアドレス>... Domain of sender address 間違えたメールアドレス does not exist "
○ MAIL_FROM_NAME="検証用サイト" を間違えてみた
("を外し、MAIL_FROM_NAME=ABC検証用サイトCBA と記述)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー