Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) 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にした)
Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) Connection could not be established with host example.com :stream_socket_client(): Unable to connect to tcp://example.com:58799 (Connection refused)
○ MAIL_USERNAME= を間違えてみた
Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) Expected response code 250 but got code "530", with message "530 5.7.0 Authentication required "
○ MAIL_PASSWORD= を間違えてみた
Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) 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と書いた)
Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) 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= を間違えてみた
Error:メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) Expected response code 250 but got code "553", with message "553 5.1.8 <間違えたメールアドレス>... Domain of sender address 間違えたメールアドレス does not exist "
メール設定エラーのため、メールを送信できませんでした。システム管理>メール設定を見直してください。(500 internal server error.) Failed to authenticate on SMTP server with username "指定したUSER_NAME" 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 ".