Project

General

Profile

Actions

Bug #102204

open

Wrong HTTP response status code after form submit

Added by Patrick Crausaz 7 months ago. Updated 7 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2023-10-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When submitting a form (package: typo3/cms-form) with an invalid email address, e.g. a domain that doesn't exist, we get the error

503
Expected response code "250/251/252" but got code "550", with message "550-The mail server could not deliver mail to . The 550-account or domain may not exist, they may be blacklisted, or missing the 550 proper dns entries.".

The message on the screen states a 503 error. However, the actual response is a 500 error.


Files

Actions

Also available in: Atom PDF