I’m encountering the following error that shouldn’t be happening. When you create a contact form and select the EMAIL field type, it used to validate correctly—if you tried to submit the form with an improperly formatted email, you’d get a message warning that the email format was invalid.
Now, if you enter an address like “info@example” the form accepts it as a valid email and displays the “Email sent successfully” message, but the message never actually arrives.
I’ve run a few tests to see whether it catches missing the “@” or simply ending with a “.”, and in both of those cases it does correctly flag the email as invalid.

